package lib import "legu.airobot/pb" type ICaller interface { IAction BuildReq(store IStore, head *pb.UserMessage) RawReq }