720 lines
21 KiB
Go
720 lines
21 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: rtask/rtask_msg.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
// 申请做任务
|
|
type RtaskApplyReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RtaskId int32 `protobuf:"varint,1,opt,name=rtaskId,proto3" json:"rtaskId"` //任务ID
|
|
RtaskSubId int32 `protobuf:"varint,2,opt,name=rtaskSubId,proto3" json:"rtaskSubId"` //支线任务ID
|
|
}
|
|
|
|
func (x *RtaskApplyReq) Reset() {
|
|
*x = RtaskApplyReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RtaskApplyReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RtaskApplyReq) ProtoMessage() {}
|
|
|
|
func (x *RtaskApplyReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[0]
|
|
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 RtaskApplyReq.ProtoReflect.Descriptor instead.
|
|
func (*RtaskApplyReq) Descriptor() ([]byte, []int) {
|
|
return file_rtask_rtask_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *RtaskApplyReq) GetRtaskId() int32 {
|
|
if x != nil {
|
|
return x.RtaskId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RtaskApplyReq) GetRtaskSubId() int32 {
|
|
if x != nil {
|
|
return x.RtaskSubId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type RtaskApplyResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RtaskId int32 `protobuf:"varint,1,opt,name=rtaskId,proto3" json:"rtaskId"`
|
|
}
|
|
|
|
func (x *RtaskApplyResp) Reset() {
|
|
*x = RtaskApplyResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RtaskApplyResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RtaskApplyResp) ProtoMessage() {}
|
|
|
|
func (x *RtaskApplyResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[1]
|
|
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 RtaskApplyResp.ProtoReflect.Descriptor instead.
|
|
func (*RtaskApplyResp) Descriptor() ([]byte, []int) {
|
|
return file_rtask_rtask_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *RtaskApplyResp) GetRtaskId() int32 {
|
|
if x != nil {
|
|
return x.RtaskId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 任务列表
|
|
type RtasklistReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GroupId int32 `protobuf:"varint,1,opt,name=groupId,proto3" json:"groupId"` //分组ID
|
|
}
|
|
|
|
func (x *RtasklistReq) Reset() {
|
|
*x = RtasklistReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RtasklistReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RtasklistReq) ProtoMessage() {}
|
|
|
|
func (x *RtasklistReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[2]
|
|
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 RtasklistReq.ProtoReflect.Descriptor instead.
|
|
func (*RtasklistReq) Descriptor() ([]byte, []int) {
|
|
return file_rtask_rtask_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *RtasklistReq) GetGroupId() int32 {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type RtasklistResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RtaskIds []int32 `protobuf:"varint,1,rep,packed,name=rtaskIds,proto3" json:"rtaskIds"`
|
|
}
|
|
|
|
func (x *RtasklistResp) Reset() {
|
|
*x = RtasklistResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RtasklistResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RtasklistResp) ProtoMessage() {}
|
|
|
|
func (x *RtasklistResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[3]
|
|
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 RtasklistResp.ProtoReflect.Descriptor instead.
|
|
func (*RtasklistResp) Descriptor() ([]byte, []int) {
|
|
return file_rtask_rtask_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *RtasklistResp) GetRtaskIds() []int32 {
|
|
if x != nil {
|
|
return x.RtaskIds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 对话选项
|
|
type RtaskChooseReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RtaskId int32 `protobuf:"varint,1,opt,name=rtaskId,proto3" json:"rtaskId"` //任务ID
|
|
ChooseId int32 `protobuf:"varint,2,opt,name=chooseId,proto3" json:"chooseId"` //选项配置ID
|
|
RtaskSubId int32 `protobuf:"varint,3,opt,name=rtaskSubId,proto3" json:"rtaskSubId"` //支线任务ID
|
|
}
|
|
|
|
func (x *RtaskChooseReq) Reset() {
|
|
*x = RtaskChooseReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RtaskChooseReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RtaskChooseReq) ProtoMessage() {}
|
|
|
|
func (x *RtaskChooseReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rtask_rtask_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 RtaskChooseReq.ProtoReflect.Descriptor instead.
|
|
func (*RtaskChooseReq) Descriptor() ([]byte, []int) {
|
|
return file_rtask_rtask_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *RtaskChooseReq) GetRtaskId() int32 {
|
|
if x != nil {
|
|
return x.RtaskId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RtaskChooseReq) GetChooseId() int32 {
|
|
if x != nil {
|
|
return x.ChooseId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RtaskChooseReq) GetRtaskSubId() int32 {
|
|
if x != nil {
|
|
return x.RtaskSubId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type RtaskChooseResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RtaskId int32 `protobuf:"varint,1,opt,name=rtaskId,proto3" json:"rtaskId"` //任务ID
|
|
ChooseId int32 `protobuf:"varint,2,opt,name=chooseId,proto3" json:"chooseId"` //选项配置ID
|
|
RtaskSubId int32 `protobuf:"varint,3,opt,name=rtaskSubId,proto3" json:"rtaskSubId"` //支线任务ID
|
|
}
|
|
|
|
func (x *RtaskChooseResp) Reset() {
|
|
*x = RtaskChooseResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RtaskChooseResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RtaskChooseResp) ProtoMessage() {}
|
|
|
|
func (x *RtaskChooseResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[5]
|
|
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 RtaskChooseResp.ProtoReflect.Descriptor instead.
|
|
func (*RtaskChooseResp) Descriptor() ([]byte, []int) {
|
|
return file_rtask_rtask_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *RtaskChooseResp) GetRtaskId() int32 {
|
|
if x != nil {
|
|
return x.RtaskId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RtaskChooseResp) GetChooseId() int32 {
|
|
if x != nil {
|
|
return x.ChooseId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RtaskChooseResp) GetRtaskSubId() int32 {
|
|
if x != nil {
|
|
return x.RtaskSubId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 任务完成推送
|
|
type RtaskFinishPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RtaskId int32 `protobuf:"varint,1,opt,name=rtaskId,proto3" json:"rtaskId"`
|
|
}
|
|
|
|
func (x *RtaskFinishPush) Reset() {
|
|
*x = RtaskFinishPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RtaskFinishPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RtaskFinishPush) ProtoMessage() {}
|
|
|
|
func (x *RtaskFinishPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[6]
|
|
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 RtaskFinishPush.ProtoReflect.Descriptor instead.
|
|
func (*RtaskFinishPush) Descriptor() ([]byte, []int) {
|
|
return file_rtask_rtask_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *RtaskFinishPush) GetRtaskId() int32 {
|
|
if x != nil {
|
|
return x.RtaskId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 领奖
|
|
type RtaskGetRewardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RtaskId int32 `protobuf:"varint,1,opt,name=rtaskId,proto3" json:"rtaskId"`
|
|
RtaskSubId int32 `protobuf:"varint,2,opt,name=rtaskSubId,proto3" json:"rtaskSubId"` //支线任务ID
|
|
}
|
|
|
|
func (x *RtaskGetRewardReq) Reset() {
|
|
*x = RtaskGetRewardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RtaskGetRewardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RtaskGetRewardReq) ProtoMessage() {}
|
|
|
|
func (x *RtaskGetRewardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[7]
|
|
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 RtaskGetRewardReq.ProtoReflect.Descriptor instead.
|
|
func (*RtaskGetRewardReq) Descriptor() ([]byte, []int) {
|
|
return file_rtask_rtask_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *RtaskGetRewardReq) GetRtaskId() int32 {
|
|
if x != nil {
|
|
return x.RtaskId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RtaskGetRewardReq) GetRtaskSubId() int32 {
|
|
if x != nil {
|
|
return x.RtaskSubId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type RtaskGetRewardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RtaskId int32 `protobuf:"varint,1,opt,name=rtaskId,proto3" json:"rtaskId"`
|
|
RtaskSubId int32 `protobuf:"varint,2,opt,name=rtaskSubId,proto3" json:"rtaskSubId"` //支线任务ID
|
|
}
|
|
|
|
func (x *RtaskGetRewardResp) Reset() {
|
|
*x = RtaskGetRewardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RtaskGetRewardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RtaskGetRewardResp) ProtoMessage() {}
|
|
|
|
func (x *RtaskGetRewardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rtask_rtask_msg_proto_msgTypes[8]
|
|
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 RtaskGetRewardResp.ProtoReflect.Descriptor instead.
|
|
func (*RtaskGetRewardResp) Descriptor() ([]byte, []int) {
|
|
return file_rtask_rtask_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *RtaskGetRewardResp) GetRtaskId() int32 {
|
|
if x != nil {
|
|
return x.RtaskId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RtaskGetRewardResp) GetRtaskSubId() int32 {
|
|
if x != nil {
|
|
return x.RtaskSubId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
var File_rtask_rtask_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_rtask_rtask_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x15, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x2f, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6d, 0x73,
|
|
0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x49, 0x0a, 0x0d, 0x52, 0x74, 0x61, 0x73, 0x6b,
|
|
0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x74, 0x61, 0x73,
|
|
0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x74, 0x61, 0x73, 0x6b,
|
|
0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x53, 0x75, 0x62, 0x49, 0x64,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x53, 0x75, 0x62,
|
|
0x49, 0x64, 0x22, 0x2a, 0x0a, 0x0e, 0x52, 0x74, 0x61, 0x73, 0x6b, 0x41, 0x70, 0x70, 0x6c, 0x79,
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x22, 0x28,
|
|
0x0a, 0x0c, 0x52, 0x74, 0x61, 0x73, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x18,
|
|
0x0a, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x22, 0x2b, 0x0a, 0x0d, 0x52, 0x74, 0x61, 0x73,
|
|
0x6b, 0x6c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x74, 0x61,
|
|
0x73, 0x6b, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x08, 0x72, 0x74, 0x61,
|
|
0x73, 0x6b, 0x49, 0x64, 0x73, 0x22, 0x66, 0x0a, 0x0e, 0x52, 0x74, 0x61, 0x73, 0x6b, 0x43, 0x68,
|
|
0x6f, 0x6f, 0x73, 0x65, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x74, 0x61, 0x73, 0x6b,
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x49,
|
|
0x64, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x68, 0x6f, 0x6f, 0x73, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x08, 0x63, 0x68, 0x6f, 0x6f, 0x73, 0x65, 0x49, 0x64, 0x12, 0x1e, 0x0a,
|
|
0x0a, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x53, 0x75, 0x62, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x0a, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x53, 0x75, 0x62, 0x49, 0x64, 0x22, 0x67, 0x0a,
|
|
0x0f, 0x52, 0x74, 0x61, 0x73, 0x6b, 0x43, 0x68, 0x6f, 0x6f, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
0x12, 0x18, 0x0a, 0x07, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x07, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x68,
|
|
0x6f, 0x6f, 0x73, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x63, 0x68,
|
|
0x6f, 0x6f, 0x73, 0x65, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x53,
|
|
0x75, 0x62, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x74, 0x61, 0x73,
|
|
0x6b, 0x53, 0x75, 0x62, 0x49, 0x64, 0x22, 0x2b, 0x0a, 0x0f, 0x52, 0x74, 0x61, 0x73, 0x6b, 0x46,
|
|
0x69, 0x6e, 0x69, 0x73, 0x68, 0x50, 0x75, 0x73, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x74, 0x61,
|
|
0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x74, 0x61, 0x73,
|
|
0x6b, 0x49, 0x64, 0x22, 0x4d, 0x0a, 0x11, 0x52, 0x74, 0x61, 0x73, 0x6b, 0x47, 0x65, 0x74, 0x52,
|
|
0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x74, 0x61, 0x73,
|
|
0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x74, 0x61, 0x73, 0x6b,
|
|
0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x53, 0x75, 0x62, 0x49, 0x64,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x53, 0x75, 0x62,
|
|
0x49, 0x64, 0x22, 0x4e, 0x0a, 0x12, 0x52, 0x74, 0x61, 0x73, 0x6b, 0x47, 0x65, 0x74, 0x52, 0x65,
|
|
0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x74, 0x61, 0x73,
|
|
0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x74, 0x61, 0x73, 0x6b,
|
|
0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x53, 0x75, 0x62, 0x49, 0x64,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x53, 0x75, 0x62,
|
|
0x49, 0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_rtask_rtask_msg_proto_rawDescOnce sync.Once
|
|
file_rtask_rtask_msg_proto_rawDescData = file_rtask_rtask_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_rtask_rtask_msg_proto_rawDescGZIP() []byte {
|
|
file_rtask_rtask_msg_proto_rawDescOnce.Do(func() {
|
|
file_rtask_rtask_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_rtask_rtask_msg_proto_rawDescData)
|
|
})
|
|
return file_rtask_rtask_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_rtask_rtask_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
|
|
var file_rtask_rtask_msg_proto_goTypes = []interface{}{
|
|
(*RtaskApplyReq)(nil), // 0: RtaskApplyReq
|
|
(*RtaskApplyResp)(nil), // 1: RtaskApplyResp
|
|
(*RtasklistReq)(nil), // 2: RtasklistReq
|
|
(*RtasklistResp)(nil), // 3: RtasklistResp
|
|
(*RtaskChooseReq)(nil), // 4: RtaskChooseReq
|
|
(*RtaskChooseResp)(nil), // 5: RtaskChooseResp
|
|
(*RtaskFinishPush)(nil), // 6: RtaskFinishPush
|
|
(*RtaskGetRewardReq)(nil), // 7: RtaskGetRewardReq
|
|
(*RtaskGetRewardResp)(nil), // 8: RtaskGetRewardResp
|
|
}
|
|
var file_rtask_rtask_msg_proto_depIdxs = []int32{
|
|
0, // [0:0] is the sub-list for method output_type
|
|
0, // [0:0] is the sub-list for method input_type
|
|
0, // [0:0] is the sub-list for extension type_name
|
|
0, // [0:0] is the sub-list for extension extendee
|
|
0, // [0:0] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_rtask_rtask_msg_proto_init() }
|
|
func file_rtask_rtask_msg_proto_init() {
|
|
if File_rtask_rtask_msg_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_rtask_rtask_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RtaskApplyReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rtask_rtask_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RtaskApplyResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rtask_rtask_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RtasklistReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rtask_rtask_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RtasklistResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rtask_rtask_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RtaskChooseReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rtask_rtask_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RtaskChooseResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rtask_rtask_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RtaskFinishPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rtask_rtask_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RtaskGetRewardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rtask_rtask_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RtaskGetRewardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_rtask_rtask_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 9,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_rtask_rtask_msg_proto_goTypes,
|
|
DependencyIndexes: file_rtask_rtask_msg_proto_depIdxs,
|
|
MessageInfos: file_rtask_rtask_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_rtask_rtask_msg_proto = out.File
|
|
file_rtask_rtask_msg_proto_rawDesc = nil
|
|
file_rtask_rtask_msg_proto_goTypes = nil
|
|
file_rtask_rtask_msg_proto_depIdxs = nil
|
|
}
|