airobot/lib/caller.go
2022-12-09 08:20:38 +08:00

9 lines
115 B
Go

package lib
import "legu.airobot/pb"
type Caller interface {
Action
BuildReq(head *pb.UserMessage) ActionReq
}