|
|
|
@ -200,6 +200,61 @@ func (x *DispatchRefreshResp) GetRefreshCount() int32 {
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type DispatchTaskRsp struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
TaskId int32 `protobuf:"varint,1,opt,name=taskId,proto3" json:"taskId"`
|
|
|
|
|
Exaward bool `protobuf:"varint,2,opt,name=exaward,proto3" json:"exaward"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchTaskRsp) Reset() {
|
|
|
|
|
*x = DispatchTaskRsp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[4]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchTaskRsp) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*DispatchTaskRsp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchTaskRsp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[4]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DispatchTaskRsp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DispatchTaskRsp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchTaskRsp) GetTaskId() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.TaskId
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchTaskRsp) GetExaward() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Exaward
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 领取任务奖励
|
|
|
|
|
type DispatchReceiveReq struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
@ -212,7 +267,7 @@ type DispatchReceiveReq struct {
|
|
|
|
|
func (x *DispatchReceiveReq) Reset() {
|
|
|
|
|
*x = DispatchReceiveReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[4]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[5]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -225,7 +280,7 @@ func (x *DispatchReceiveReq) String() string {
|
|
|
|
|
func (*DispatchReceiveReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchReceiveReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[4]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[5]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -238,7 +293,7 @@ func (x *DispatchReceiveReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DispatchReceiveReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DispatchReceiveReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchReceiveReq) GetTaskId() int32 {
|
|
|
|
@ -253,13 +308,13 @@ type DispatchReceiveResp struct {
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
TaskId int32 `protobuf:"varint,1,opt,name=taskId,proto3" json:"taskId"`
|
|
|
|
|
Rsp *DispatchTaskRsp `protobuf:"bytes,1,opt,name=rsp,proto3" json:"rsp"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchReceiveResp) Reset() {
|
|
|
|
|
*x = DispatchReceiveResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[5]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[6]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -272,7 +327,7 @@ func (x *DispatchReceiveResp) String() string {
|
|
|
|
|
func (*DispatchReceiveResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchReceiveResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[5]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[6]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -285,14 +340,14 @@ func (x *DispatchReceiveResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DispatchReceiveResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DispatchReceiveResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchReceiveResp) GetTaskId() int32 {
|
|
|
|
|
func (x *DispatchReceiveResp) GetRsp() *DispatchTaskRsp {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.TaskId
|
|
|
|
|
return x.Rsp
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//一键领取任务奖励
|
|
|
|
@ -305,7 +360,7 @@ type DispatchAutoReceiveReq struct {
|
|
|
|
|
func (x *DispatchAutoReceiveReq) Reset() {
|
|
|
|
|
*x = DispatchAutoReceiveReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[6]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[7]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -318,7 +373,7 @@ func (x *DispatchAutoReceiveReq) String() string {
|
|
|
|
|
func (*DispatchAutoReceiveReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchAutoReceiveReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[6]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[7]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -331,7 +386,7 @@ func (x *DispatchAutoReceiveReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DispatchAutoReceiveReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DispatchAutoReceiveReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type DispatchAutoReceiveResp struct {
|
|
|
|
@ -339,13 +394,13 @@ type DispatchAutoReceiveResp struct {
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
TaskId []int32 `protobuf:"varint,1,rep,packed,name=taskId,proto3" json:"taskId"` //领取奖励的任务ID
|
|
|
|
|
Task []*DispatchTaskRsp `protobuf:"bytes,1,rep,name=task,proto3" json:"task"` //领取奖励的任务ID
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchAutoReceiveResp) Reset() {
|
|
|
|
|
*x = DispatchAutoReceiveResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[7]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[8]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -358,7 +413,7 @@ func (x *DispatchAutoReceiveResp) String() string {
|
|
|
|
|
func (*DispatchAutoReceiveResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchAutoReceiveResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[7]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[8]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -371,12 +426,12 @@ func (x *DispatchAutoReceiveResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DispatchAutoReceiveResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DispatchAutoReceiveResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchAutoReceiveResp) GetTaskId() []int32 {
|
|
|
|
|
func (x *DispatchAutoReceiveResp) GetTask() []*DispatchTaskRsp {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.TaskId
|
|
|
|
|
return x.Task
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
@ -394,7 +449,7 @@ type DispatchDoReq struct {
|
|
|
|
|
func (x *DispatchDoReq) Reset() {
|
|
|
|
|
*x = DispatchDoReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[8]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[9]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -407,7 +462,7 @@ func (x *DispatchDoReq) String() string {
|
|
|
|
|
func (*DispatchDoReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchDoReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[8]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[9]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -420,7 +475,7 @@ func (x *DispatchDoReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DispatchDoReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DispatchDoReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchDoReq) GetTaskId() int32 {
|
|
|
|
@ -448,7 +503,7 @@ type DispatchDoResp struct {
|
|
|
|
|
func (x *DispatchDoResp) Reset() {
|
|
|
|
|
*x = DispatchDoResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[9]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[10]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -461,7 +516,7 @@ func (x *DispatchDoResp) String() string {
|
|
|
|
|
func (*DispatchDoResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchDoResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[9]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[10]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -474,7 +529,7 @@ func (x *DispatchDoResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DispatchDoResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DispatchDoResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchDoResp) GetIsSucc() bool {
|
|
|
|
@ -496,7 +551,7 @@ type DispatchWeekReciveReq struct {
|
|
|
|
|
func (x *DispatchWeekReciveReq) Reset() {
|
|
|
|
|
*x = DispatchWeekReciveReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[10]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[11]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -509,7 +564,7 @@ func (x *DispatchWeekReciveReq) String() string {
|
|
|
|
|
func (*DispatchWeekReciveReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchWeekReciveReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[10]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[11]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -522,7 +577,7 @@ func (x *DispatchWeekReciveReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DispatchWeekReciveReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DispatchWeekReciveReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{11}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchWeekReciveReq) GetIdx() int32 {
|
|
|
|
@ -543,7 +598,7 @@ type DispatchWeekReciveResp struct {
|
|
|
|
|
func (x *DispatchWeekReciveResp) Reset() {
|
|
|
|
|
*x = DispatchWeekReciveResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[11]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[12]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -556,7 +611,7 @@ func (x *DispatchWeekReciveResp) String() string {
|
|
|
|
|
func (*DispatchWeekReciveResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchWeekReciveResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[11]
|
|
|
|
|
mi := &file_dispatch_dispatch_msg_proto_msgTypes[12]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -569,7 +624,7 @@ func (x *DispatchWeekReciveResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DispatchWeekReciveResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DispatchWeekReciveResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{11}
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescGZIP(), []int{12}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DispatchWeekReciveResp) GetIdx() int32 {
|
|
|
|
@ -597,31 +652,37 @@ var file_dispatch_dispatch_msg_proto_rawDesc = []byte{
|
|
|
|
|
0x72, 0x65, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09,
|
|
|
|
|
0x66, 0x72, 0x65, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x66,
|
|
|
|
|
0x72, 0x65, 0x73, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
|
|
|
0x0c, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x2c, 0x0a,
|
|
|
|
|
0x12, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65,
|
|
|
|
|
0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x05, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x22, 0x2d, 0x0a, 0x13, 0x44,
|
|
|
|
|
0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65,
|
|
|
|
|
0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
0x28, 0x05, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x22, 0x18, 0x0a, 0x16, 0x44, 0x69,
|
|
|
|
|
0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76,
|
|
|
|
|
0x65, 0x52, 0x65, 0x71, 0x22, 0x31, 0x0a, 0x17, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68,
|
|
|
|
|
0x41, 0x75, 0x74, 0x6f, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
|
|
0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52,
|
|
|
|
|
0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x22, 0x41, 0x0a, 0x0d, 0x44, 0x69, 0x73, 0x70, 0x61,
|
|
|
|
|
0x74, 0x63, 0x68, 0x44, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b,
|
|
|
|
|
0x0c, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x43, 0x0a,
|
|
|
|
|
0x0f, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x73, 0x70,
|
|
|
|
|
0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
|
|
|
0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x78, 0x61, 0x77,
|
|
|
|
|
0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x78, 0x61, 0x77, 0x61,
|
|
|
|
|
0x72, 0x64, 0x22, 0x2c, 0x0a, 0x12, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65,
|
|
|
|
|
0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b,
|
|
|
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64,
|
|
|
|
|
0x12, 0x18, 0x0a, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x49, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
|
|
|
|
|
0x09, 0x52, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x49, 0x64, 0x73, 0x22, 0x28, 0x0a, 0x0e, 0x44, 0x69,
|
|
|
|
|
0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x44, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
|
0x69, 0x73, 0x53, 0x75, 0x63, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73,
|
|
|
|
|
0x53, 0x75, 0x63, 0x63, 0x22, 0x29, 0x0a, 0x15, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68,
|
|
|
|
|
0x57, 0x65, 0x65, 0x6b, 0x52, 0x65, 0x63, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a,
|
|
|
|
|
0x03, 0x69, 0x64, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x69, 0x64, 0x78, 0x22,
|
|
|
|
|
0x2a, 0x0a, 0x16, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x57, 0x65, 0x65, 0x6b, 0x52,
|
|
|
|
|
0x65, 0x63, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x78,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x69, 0x64, 0x78, 0x42, 0x06, 0x5a, 0x04, 0x2e,
|
|
|
|
|
0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
0x22, 0x39, 0x0a, 0x13, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x63, 0x65,
|
|
|
|
|
0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x03, 0x72, 0x73, 0x70, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54,
|
|
|
|
|
0x61, 0x73, 0x6b, 0x52, 0x73, 0x70, 0x52, 0x03, 0x72, 0x73, 0x70, 0x22, 0x18, 0x0a, 0x16, 0x44,
|
|
|
|
|
0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x52, 0x65, 0x63, 0x65, 0x69,
|
|
|
|
|
0x76, 0x65, 0x52, 0x65, 0x71, 0x22, 0x3f, 0x0a, 0x17, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63,
|
|
|
|
|
0x68, 0x41, 0x75, 0x74, 0x6f, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x12, 0x24, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10,
|
|
|
|
|
0x2e, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x73, 0x70,
|
|
|
|
|
0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x22, 0x41, 0x0a, 0x0d, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74,
|
|
|
|
|
0x63, 0x68, 0x44, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49,
|
|
|
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12,
|
|
|
|
|
0x18, 0x0a, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x49, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09,
|
|
|
|
|
0x52, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x49, 0x64, 0x73, 0x22, 0x28, 0x0a, 0x0e, 0x44, 0x69, 0x73,
|
|
|
|
|
0x70, 0x61, 0x74, 0x63, 0x68, 0x44, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x69,
|
|
|
|
|
0x73, 0x53, 0x75, 0x63, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x53,
|
|
|
|
|
0x75, 0x63, 0x63, 0x22, 0x29, 0x0a, 0x15, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x57,
|
|
|
|
|
0x65, 0x65, 0x6b, 0x52, 0x65, 0x63, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
|
0x69, 0x64, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x69, 0x64, 0x78, 0x22, 0x2a,
|
|
|
|
|
0x0a, 0x16, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x57, 0x65, 0x65, 0x6b, 0x52, 0x65,
|
|
|
|
|
0x63, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x78, 0x18,
|
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x69, 0x64, 0x78, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b,
|
|
|
|
|
0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@ -636,29 +697,32 @@ func file_dispatch_dispatch_msg_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_dispatch_dispatch_msg_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_dispatch_dispatch_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
|
|
|
|
|
var file_dispatch_dispatch_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
|
|
|
|
|
var file_dispatch_dispatch_msg_proto_goTypes = []interface{}{
|
|
|
|
|
(*DispatchNoticeReq)(nil), // 0: DispatchNoticeReq
|
|
|
|
|
(*DispatchNoticeResp)(nil), // 1: DispatchNoticeResp
|
|
|
|
|
(*DispatchRefreshReq)(nil), // 2: DispatchRefreshReq
|
|
|
|
|
(*DispatchRefreshResp)(nil), // 3: DispatchRefreshResp
|
|
|
|
|
(*DispatchReceiveReq)(nil), // 4: DispatchReceiveReq
|
|
|
|
|
(*DispatchReceiveResp)(nil), // 5: DispatchReceiveResp
|
|
|
|
|
(*DispatchAutoReceiveReq)(nil), // 6: DispatchAutoReceiveReq
|
|
|
|
|
(*DispatchAutoReceiveResp)(nil), // 7: DispatchAutoReceiveResp
|
|
|
|
|
(*DispatchDoReq)(nil), // 8: DispatchDoReq
|
|
|
|
|
(*DispatchDoResp)(nil), // 9: DispatchDoResp
|
|
|
|
|
(*DispatchWeekReciveReq)(nil), // 10: DispatchWeekReciveReq
|
|
|
|
|
(*DispatchWeekReciveResp)(nil), // 11: DispatchWeekReciveResp
|
|
|
|
|
(*Noticeboard)(nil), // 12: Noticeboard
|
|
|
|
|
(*DispatchTaskRsp)(nil), // 4: DispatchTaskRsp
|
|
|
|
|
(*DispatchReceiveReq)(nil), // 5: DispatchReceiveReq
|
|
|
|
|
(*DispatchReceiveResp)(nil), // 6: DispatchReceiveResp
|
|
|
|
|
(*DispatchAutoReceiveReq)(nil), // 7: DispatchAutoReceiveReq
|
|
|
|
|
(*DispatchAutoReceiveResp)(nil), // 8: DispatchAutoReceiveResp
|
|
|
|
|
(*DispatchDoReq)(nil), // 9: DispatchDoReq
|
|
|
|
|
(*DispatchDoResp)(nil), // 10: DispatchDoResp
|
|
|
|
|
(*DispatchWeekReciveReq)(nil), // 11: DispatchWeekReciveReq
|
|
|
|
|
(*DispatchWeekReciveResp)(nil), // 12: DispatchWeekReciveResp
|
|
|
|
|
(*Noticeboard)(nil), // 13: Noticeboard
|
|
|
|
|
}
|
|
|
|
|
var file_dispatch_dispatch_msg_proto_depIdxs = []int32{
|
|
|
|
|
12, // 0: DispatchNoticeResp.dispatch:type_name -> Noticeboard
|
|
|
|
|
1, // [1:1] is the sub-list for method output_type
|
|
|
|
|
1, // [1:1] is the sub-list for method input_type
|
|
|
|
|
1, // [1:1] is the sub-list for extension type_name
|
|
|
|
|
1, // [1:1] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:1] is the sub-list for field type_name
|
|
|
|
|
13, // 0: DispatchNoticeResp.dispatch:type_name -> Noticeboard
|
|
|
|
|
4, // 1: DispatchReceiveResp.rsp:type_name -> DispatchTaskRsp
|
|
|
|
|
4, // 2: DispatchAutoReceiveResp.task:type_name -> DispatchTaskRsp
|
|
|
|
|
3, // [3:3] is the sub-list for method output_type
|
|
|
|
|
3, // [3:3] is the sub-list for method input_type
|
|
|
|
|
3, // [3:3] is the sub-list for extension type_name
|
|
|
|
|
3, // [3:3] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:3] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_dispatch_dispatch_msg_proto_init() }
|
|
|
|
@ -717,7 +781,7 @@ func file_dispatch_dispatch_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_dispatch_dispatch_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DispatchReceiveReq); i {
|
|
|
|
|
switch v := v.(*DispatchTaskRsp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -729,7 +793,7 @@ func file_dispatch_dispatch_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_dispatch_dispatch_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DispatchReceiveResp); i {
|
|
|
|
|
switch v := v.(*DispatchReceiveReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -741,7 +805,7 @@ func file_dispatch_dispatch_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_dispatch_dispatch_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DispatchAutoReceiveReq); i {
|
|
|
|
|
switch v := v.(*DispatchReceiveResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -753,7 +817,7 @@ func file_dispatch_dispatch_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_dispatch_dispatch_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DispatchAutoReceiveResp); i {
|
|
|
|
|
switch v := v.(*DispatchAutoReceiveReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -765,7 +829,7 @@ func file_dispatch_dispatch_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_dispatch_dispatch_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DispatchDoReq); i {
|
|
|
|
|
switch v := v.(*DispatchAutoReceiveResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -777,7 +841,7 @@ func file_dispatch_dispatch_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_dispatch_dispatch_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DispatchDoResp); i {
|
|
|
|
|
switch v := v.(*DispatchDoReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -789,7 +853,7 @@ func file_dispatch_dispatch_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_dispatch_dispatch_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DispatchWeekReciveReq); i {
|
|
|
|
|
switch v := v.(*DispatchDoResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -801,6 +865,18 @@ func file_dispatch_dispatch_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_dispatch_dispatch_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DispatchWeekReciveReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_dispatch_dispatch_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DispatchWeekReciveResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -819,7 +895,7 @@ func file_dispatch_dispatch_msg_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_dispatch_dispatch_msg_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 12,
|
|
|
|
|
NumMessages: 13,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 0,
|
|
|
|
|
},
|
|
|
|
|