|
|
@@ -0,0 +1,20443 @@
|
|
|
+// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
+// versions:
|
|
|
+// protoc-gen-go v1.36.6
|
|
|
+// protoc v5.29.3
|
|
|
+// source: gorpc.proto
|
|
|
+
|
|
|
+package pb
|
|
|
+
|
|
|
+import (
|
|
|
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
+ reflect "reflect"
|
|
|
+ sync "sync"
|
|
|
+ unsafe "unsafe"
|
|
|
+)
|
|
|
+
|
|
|
+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 RegisterMode int32
|
|
|
+
|
|
|
+const (
|
|
|
+ RegisterMode_RegisterModeUnknown RegisterMode = 0
|
|
|
+ RegisterMode_RegisterModeGuest RegisterMode = 1
|
|
|
+ RegisterMode_RegisterModeApp RegisterMode = 2
|
|
|
+ RegisterMode_RegisterModeWeb RegisterMode = 3
|
|
|
+ RegisterMode_RegisterModePc RegisterMode = 4
|
|
|
+ RegisterMode_RegisterModeInvalid RegisterMode = 9999
|
|
|
+)
|
|
|
+
|
|
|
+// Enum value maps for RegisterMode.
|
|
|
+var (
|
|
|
+ RegisterMode_name = map[int32]string{
|
|
|
+ 0: "RegisterModeUnknown",
|
|
|
+ 1: "RegisterModeGuest",
|
|
|
+ 2: "RegisterModeApp",
|
|
|
+ 3: "RegisterModeWeb",
|
|
|
+ 4: "RegisterModePc",
|
|
|
+ 9999: "RegisterModeInvalid",
|
|
|
+ }
|
|
|
+ RegisterMode_value = map[string]int32{
|
|
|
+ "RegisterModeUnknown": 0,
|
|
|
+ "RegisterModeGuest": 1,
|
|
|
+ "RegisterModeApp": 2,
|
|
|
+ "RegisterModeWeb": 3,
|
|
|
+ "RegisterModePc": 4,
|
|
|
+ "RegisterModeInvalid": 9999,
|
|
|
+ }
|
|
|
+)
|
|
|
+
|
|
|
+func (x RegisterMode) Enum() *RegisterMode {
|
|
|
+ p := new(RegisterMode)
|
|
|
+ *p = x
|
|
|
+ return p
|
|
|
+}
|
|
|
+
|
|
|
+func (x RegisterMode) String() string {
|
|
|
+ return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
|
+}
|
|
|
+
|
|
|
+func (RegisterMode) Descriptor() protoreflect.EnumDescriptor {
|
|
|
+ return file_gorpc_proto_enumTypes[0].Descriptor()
|
|
|
+}
|
|
|
+
|
|
|
+func (RegisterMode) Type() protoreflect.EnumType {
|
|
|
+ return &file_gorpc_proto_enumTypes[0]
|
|
|
+}
|
|
|
+
|
|
|
+func (x RegisterMode) Number() protoreflect.EnumNumber {
|
|
|
+ return protoreflect.EnumNumber(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RegisterMode.Descriptor instead.
|
|
|
+func (RegisterMode) EnumDescriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{0}
|
|
|
+}
|
|
|
+
|
|
|
+// 根据需要增加状态
|
|
|
+type CommonResultCode int32
|
|
|
+
|
|
|
+const (
|
|
|
+ CommonResultCode_Success CommonResultCode = 0
|
|
|
+)
|
|
|
+
|
|
|
+// Enum value maps for CommonResultCode.
|
|
|
+var (
|
|
|
+ CommonResultCode_name = map[int32]string{
|
|
|
+ 0: "Success",
|
|
|
+ }
|
|
|
+ CommonResultCode_value = map[string]int32{
|
|
|
+ "Success": 0,
|
|
|
+ }
|
|
|
+)
|
|
|
+
|
|
|
+func (x CommonResultCode) Enum() *CommonResultCode {
|
|
|
+ p := new(CommonResultCode)
|
|
|
+ *p = x
|
|
|
+ return p
|
|
|
+}
|
|
|
+
|
|
|
+func (x CommonResultCode) String() string {
|
|
|
+ return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
|
+}
|
|
|
+
|
|
|
+func (CommonResultCode) Descriptor() protoreflect.EnumDescriptor {
|
|
|
+ return file_gorpc_proto_enumTypes[1].Descriptor()
|
|
|
+}
|
|
|
+
|
|
|
+func (CommonResultCode) Type() protoreflect.EnumType {
|
|
|
+ return &file_gorpc_proto_enumTypes[1]
|
|
|
+}
|
|
|
+
|
|
|
+func (x CommonResultCode) Number() protoreflect.EnumNumber {
|
|
|
+ return protoreflect.EnumNumber(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use CommonResultCode.Descriptor instead.
|
|
|
+func (CommonResultCode) EnumDescriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{1}
|
|
|
+}
|
|
|
+
|
|
|
+type Status int32
|
|
|
+
|
|
|
+const (
|
|
|
+ Status_UnknownStatus Status = 0
|
|
|
+ Status_StatusValid Status = 1
|
|
|
+ Status_StatusInValid Status = 2
|
|
|
+)
|
|
|
+
|
|
|
+// Enum value maps for Status.
|
|
|
+var (
|
|
|
+ Status_name = map[int32]string{
|
|
|
+ 0: "UnknownStatus",
|
|
|
+ 1: "StatusValid",
|
|
|
+ 2: "StatusInValid",
|
|
|
+ }
|
|
|
+ Status_value = map[string]int32{
|
|
|
+ "UnknownStatus": 0,
|
|
|
+ "StatusValid": 1,
|
|
|
+ "StatusInValid": 2,
|
|
|
+ }
|
|
|
+)
|
|
|
+
|
|
|
+func (x Status) Enum() *Status {
|
|
|
+ p := new(Status)
|
|
|
+ *p = x
|
|
|
+ return p
|
|
|
+}
|
|
|
+
|
|
|
+func (x Status) String() string {
|
|
|
+ return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
|
+}
|
|
|
+
|
|
|
+func (Status) Descriptor() protoreflect.EnumDescriptor {
|
|
|
+ return file_gorpc_proto_enumTypes[2].Descriptor()
|
|
|
+}
|
|
|
+
|
|
|
+func (Status) Type() protoreflect.EnumType {
|
|
|
+ return &file_gorpc_proto_enumTypes[2]
|
|
|
+}
|
|
|
+
|
|
|
+func (x Status) Number() protoreflect.EnumNumber {
|
|
|
+ return protoreflect.EnumNumber(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use Status.Descriptor instead.
|
|
|
+func (Status) EnumDescriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{2}
|
|
|
+}
|
|
|
+
|
|
|
+type BoolInt int32
|
|
|
+
|
|
|
+const (
|
|
|
+ BoolInt_BoolIntUnknown BoolInt = 0
|
|
|
+ BoolInt_BoolIntTrue BoolInt = 1
|
|
|
+ BoolInt_BoolIntFalse BoolInt = 2
|
|
|
+)
|
|
|
+
|
|
|
+// Enum value maps for BoolInt.
|
|
|
+var (
|
|
|
+ BoolInt_name = map[int32]string{
|
|
|
+ 0: "BoolIntUnknown",
|
|
|
+ 1: "BoolIntTrue",
|
|
|
+ 2: "BoolIntFalse",
|
|
|
+ }
|
|
|
+ BoolInt_value = map[string]int32{
|
|
|
+ "BoolIntUnknown": 0,
|
|
|
+ "BoolIntTrue": 1,
|
|
|
+ "BoolIntFalse": 2,
|
|
|
+ }
|
|
|
+)
|
|
|
+
|
|
|
+func (x BoolInt) Enum() *BoolInt {
|
|
|
+ p := new(BoolInt)
|
|
|
+ *p = x
|
|
|
+ return p
|
|
|
+}
|
|
|
+
|
|
|
+func (x BoolInt) String() string {
|
|
|
+ return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
|
+}
|
|
|
+
|
|
|
+func (BoolInt) Descriptor() protoreflect.EnumDescriptor {
|
|
|
+ return file_gorpc_proto_enumTypes[3].Descriptor()
|
|
|
+}
|
|
|
+
|
|
|
+func (BoolInt) Type() protoreflect.EnumType {
|
|
|
+ return &file_gorpc_proto_enumTypes[3]
|
|
|
+}
|
|
|
+
|
|
|
+func (x BoolInt) Number() protoreflect.EnumNumber {
|
|
|
+ return protoreflect.EnumNumber(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use BoolInt.Descriptor instead.
|
|
|
+func (BoolInt) EnumDescriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{3}
|
|
|
+}
|
|
|
+
|
|
|
+type Empty struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Empty) Reset() {
|
|
|
+ *x = Empty{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[0]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Empty) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*Empty) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *Empty) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[0]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use Empty.ProtoReflect.Descriptor instead.
|
|
|
+func (*Empty) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{0}
|
|
|
+}
|
|
|
+
|
|
|
+type Int64SelectController struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Values []int64 `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
|
|
|
+ Exclude bool `protobuf:"varint,2,opt,name=exclude,proto3" json:"exclude,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Int64SelectController) Reset() {
|
|
|
+ *x = Int64SelectController{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[1]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Int64SelectController) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*Int64SelectController) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *Int64SelectController) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[1]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use Int64SelectController.ProtoReflect.Descriptor instead.
|
|
|
+func (*Int64SelectController) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{1}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Int64SelectController) GetValues() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Values
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Int64SelectController) GetExclude() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.Exclude
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+type IntSelectController struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Values []int32 `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
|
|
|
+ Exclude bool `protobuf:"varint,2,opt,name=exclude,proto3" json:"exclude,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *IntSelectController) Reset() {
|
|
|
+ *x = IntSelectController{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[2]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *IntSelectController) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*IntSelectController) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *IntSelectController) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[2]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use IntSelectController.ProtoReflect.Descriptor instead.
|
|
|
+func (*IntSelectController) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{2}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *IntSelectController) GetValues() []int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Values
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *IntSelectController) GetExclude() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.Exclude
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+type StringSelectController struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
|
|
|
+ Exclude bool `protobuf:"varint,2,opt,name=exclude,proto3" json:"exclude,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StringSelectController) Reset() {
|
|
|
+ *x = StringSelectController{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[3]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StringSelectController) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*StringSelectController) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *StringSelectController) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[3]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use StringSelectController.ProtoReflect.Descriptor instead.
|
|
|
+func (*StringSelectController) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{3}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StringSelectController) GetValues() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Values
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StringSelectController) GetExclude() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.Exclude
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+type Page struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ PageNo int64 `protobuf:"varint,1,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
|
|
|
+ PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
|
+ StartTime int64 `protobuf:"varint,3,opt,name=startTime,proto3" json:"startTime,omitempty"`
|
|
|
+ EndTime int64 `protobuf:"varint,4,opt,name=endTime,proto3" json:"endTime,omitempty"`
|
|
|
+ SortBy []*Page_OrderItem `protobuf:"bytes,5,rep,name=sortBy,proto3" json:"sortBy,omitempty"`
|
|
|
+ IgnoreTotal bool `protobuf:"varint,6,opt,name=ignoreTotal,proto3" json:"ignoreTotal,omitempty"` // 忽略总条数
|
|
|
+ IgnoreStat bool `protobuf:"varint,7,opt,name=ignoreStat,proto3" json:"ignoreStat,omitempty"` // 忽略总条数
|
|
|
+ IgnoreList bool `protobuf:"varint,8,opt,name=ignoreList,proto3" json:"ignoreList,omitempty"` // 忽略列表
|
|
|
+ Ids []int64 `protobuf:"varint,9,rep,packed,name=ids,proto3" json:"ids,omitempty"`
|
|
|
+ GroupBy []string `protobuf:"bytes,10,rep,name=groupBy,proto3" json:"groupBy,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) Reset() {
|
|
|
+ *x = Page{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[4]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*Page) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *Page) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[4]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use Page.ProtoReflect.Descriptor instead.
|
|
|
+func (*Page) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{4}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetPageNo() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PageNo
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetPageSize() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PageSize
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetStartTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.StartTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetEndTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EndTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetSortBy() []*Page_OrderItem {
|
|
|
+ if x != nil {
|
|
|
+ return x.SortBy
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetIgnoreTotal() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.IgnoreTotal
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetIgnoreStat() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.IgnoreStat
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetIgnoreList() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.IgnoreList
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ids
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page) GetGroupBy() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.GroupBy
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type CommonResult struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Code CommonResultCode `protobuf:"varint,1,opt,name=code,proto3,enum=gorpc.CommonResultCode" json:"code,omitempty"`
|
|
|
+ Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *CommonResult) Reset() {
|
|
|
+ *x = CommonResult{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[5]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *CommonResult) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*CommonResult) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *CommonResult) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[5]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use CommonResult.ProtoReflect.Descriptor instead.
|
|
|
+func (*CommonResult) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{5}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *CommonResult) GetCode() CommonResultCode {
|
|
|
+ if x != nil {
|
|
|
+ return x.Code
|
|
|
+ }
|
|
|
+ return CommonResultCode_Success
|
|
|
+}
|
|
|
+
|
|
|
+func (x *CommonResult) GetMsg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Msg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type BaseReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ TimeZoneOffset int64 `protobuf:"varint,1,opt,name=timeZoneOffset,proto3" json:"timeZoneOffset,omitempty"`
|
|
|
+ Lan string `protobuf:"bytes,2,opt,name=lan,proto3" json:"lan,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BaseReq) Reset() {
|
|
|
+ *x = BaseReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[6]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BaseReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*BaseReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *BaseReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[6]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use BaseReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*BaseReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{6}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BaseReq) GetTimeZoneOffset() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TimeZoneOffset
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BaseReq) GetLan() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lan
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type DeleteIdResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ FailedIds []int64 `protobuf:"varint,1,rep,packed,name=failedIds,proto3" json:"failedIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeleteIdResp) Reset() {
|
|
|
+ *x = DeleteIdResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[7]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeleteIdResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DeleteIdResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DeleteIdResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[7]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DeleteIdResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*DeleteIdResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{7}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeleteIdResp) GetFailedIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.FailedIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type Ids struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Ids) Reset() {
|
|
|
+ *x = Ids{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[8]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Ids) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*Ids) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *Ids) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[8]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use Ids.ProtoReflect.Descriptor instead.
|
|
|
+func (*Ids) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{8}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Ids) GetIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ids
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type Request struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Request) Reset() {
|
|
|
+ *x = Request{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[9]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Request) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*Request) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *Request) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[9]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use Request.ProtoReflect.Descriptor instead.
|
|
|
+func (*Request) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{9}
|
|
|
+}
|
|
|
+
|
|
|
+type Response struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Response) Reset() {
|
|
|
+ *x = Response{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[10]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Response) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*Response) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *Response) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[10]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use Response.ProtoReflect.Descriptor instead.
|
|
|
+func (*Response) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{10}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Response) GetMsg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Msg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type TransactionOperation struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"` // 表名
|
|
|
+ Operate string `protobuf:"bytes,2,opt,name=operate,proto3" json:"operate,omitempty"` // delete,insert,update
|
|
|
+ Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // json格式
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransactionOperation) Reset() {
|
|
|
+ *x = TransactionOperation{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[11]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransactionOperation) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*TransactionOperation) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *TransactionOperation) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[11]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use TransactionOperation.ProtoReflect.Descriptor instead.
|
|
|
+func (*TransactionOperation) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{11}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransactionOperation) GetTable() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Table
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransactionOperation) GetOperate() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Operate
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransactionOperation) GetData() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Data
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type TransactionReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Transactions []*TransactionOperation `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransactionReq) Reset() {
|
|
|
+ *x = TransactionReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[12]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransactionReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*TransactionReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *TransactionReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[12]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use TransactionReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*TransactionReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{12}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransactionReq) GetTransactions() []*TransactionOperation {
|
|
|
+ if x != nil {
|
|
|
+ return x.Transactions
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GameVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Pkg string `protobuf:"bytes,3,opt,name=pkg,proto3" json:"pkg,omitempty"`
|
|
|
+ Categories string `protobuf:"bytes,4,opt,name=categories,proto3" json:"categories,omitempty"`
|
|
|
+ Icon string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"`
|
|
|
+ InternalIcon string `protobuf:"bytes,6,opt,name=internal_icon,json=internalIcon,proto3" json:"internal_icon,omitempty"`
|
|
|
+ SourceIcon string `protobuf:"bytes,7,opt,name=source_icon,json=sourceIcon,proto3" json:"source_icon,omitempty"`
|
|
|
+ Status int64 `protobuf:"varint,8,opt,name=status,proto3" json:"status,omitempty"`
|
|
|
+ State int64 `protobuf:"varint,9,opt,name=state,proto3" json:"state,omitempty"`
|
|
|
+ EnableRating int64 `protobuf:"varint,10,opt,name=enableRating,proto3" json:"enableRating,omitempty"`
|
|
|
+ GameUpdateTime int64 `protobuf:"varint,11,opt,name=gameUpdateTime,proto3" json:"gameUpdateTime,omitempty"`
|
|
|
+ GameBoostCount int64 `protobuf:"varint,12,opt,name=gameBoostCount,proto3" json:"gameBoostCount,omitempty"`
|
|
|
+ GameBoostCountryCount string `protobuf:"bytes,13,opt,name=gameBoostCountryCount,proto3" json:"gameBoostCountryCount,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,14,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,15,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) Reset() {
|
|
|
+ *x = GameVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[13]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[13]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{13}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetPkg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Pkg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetCategories() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Categories
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetIcon() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Icon
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetInternalIcon() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.InternalIcon
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetSourceIcon() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.SourceIcon
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetStatus() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetState() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.State
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetEnableRating() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EnableRating
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetGameUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GameUpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetGameBoostCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GameBoostCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetGameBoostCountryCount() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.GameBoostCountryCount
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type GameReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *GameVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameReq) Reset() {
|
|
|
+ *x = GameReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[14]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[14]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{14}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameReq) GetVo() *GameVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GameListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Pkgs []string `protobuf:"bytes,2,rep,name=pkgs,proto3" json:"pkgs,omitempty"`
|
|
|
+ Vo *GameVo `protobuf:"bytes,3,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameListReq) Reset() {
|
|
|
+ *x = GameListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[15]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[15]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{15}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameListReq) GetPkgs() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Pkgs
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameListReq) GetVo() *GameVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GameListRes struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*GameVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameListRes) Reset() {
|
|
|
+ *x = GameListRes{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[16]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameListRes) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameListRes) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameListRes) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[16]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameListRes.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameListRes) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{16}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameListRes) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameListRes) GetList() []*GameVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type RelGameRankVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ GameId int64 `protobuf:"varint,2,opt,name=gameId,proto3" json:"gameId,omitempty"`
|
|
|
+ RankId int64 `protobuf:"varint,3,opt,name=rankId,proto3" json:"rankId,omitempty"`
|
|
|
+ Weight int64 `protobuf:"varint,4,opt,name=weight,proto3" json:"weight,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,6,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankVo) Reset() {
|
|
|
+ *x = RelGameRankVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[17]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*RelGameRankVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *RelGameRankVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[17]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RelGameRankVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*RelGameRankVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{17}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankVo) GetGameId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GameId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankVo) GetRankId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.RankId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankVo) GetWeight() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Weight
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type RelGameRankReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *RelGameRankVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankReq) Reset() {
|
|
|
+ *x = RelGameRankReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[18]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*RelGameRankReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *RelGameRankReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[18]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RelGameRankReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*RelGameRankReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{18}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankReq) GetVo() *RelGameRankVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type RelGameRankListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *RelGameRankVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankListReq) Reset() {
|
|
|
+ *x = RelGameRankListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[19]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*RelGameRankListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *RelGameRankListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[19]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RelGameRankListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*RelGameRankListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{19}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankListReq) GetVo() *RelGameRankVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type RelGameRankListRes struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*RelGameRankVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankListRes) Reset() {
|
|
|
+ *x = RelGameRankListRes{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[20]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankListRes) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*RelGameRankListRes) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *RelGameRankListRes) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[20]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RelGameRankListRes.ProtoReflect.Descriptor instead.
|
|
|
+func (*RelGameRankListRes) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{20}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankListRes) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameRankListRes) GetList() []*RelGameRankVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type RelGameVpnGroupVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ GameId int64 `protobuf:"varint,2,opt,name=gameId,proto3" json:"gameId,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,3,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ VpnGroupId int64 `protobuf:"varint,4,opt,name=vpnGroupId,proto3" json:"vpnGroupId,omitempty"`
|
|
|
+ Status int64 `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,6,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,7,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) Reset() {
|
|
|
+ *x = RelGameVpnGroupVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[21]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*RelGameVpnGroupVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[21]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RelGameVpnGroupVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*RelGameVpnGroupVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{21}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) GetGameId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GameId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) GetVpnGroupId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.VpnGroupId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) GetStatus() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type RelGameVpnGroupReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *RelGameVpnGroupVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupReq) Reset() {
|
|
|
+ *x = RelGameVpnGroupReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[22]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*RelGameVpnGroupReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[22]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RelGameVpnGroupReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*RelGameVpnGroupReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{22}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupReq) GetVo() *RelGameVpnGroupVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type RelGameVpnGroupListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ GameIds []int64 `protobuf:"varint,1,rep,packed,name=gameIds,proto3" json:"gameIds,omitempty"`
|
|
|
+ Vo *RelGameVpnGroupVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListReq) Reset() {
|
|
|
+ *x = RelGameVpnGroupListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[23]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*RelGameVpnGroupListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[23]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RelGameVpnGroupListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*RelGameVpnGroupListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{23}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListReq) GetGameIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GameIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListReq) GetVo() *RelGameVpnGroupVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type RelGameVpnGroupListRes struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*RelGameVpnGroupVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListRes) Reset() {
|
|
|
+ *x = RelGameVpnGroupListRes{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[24]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListRes) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*RelGameVpnGroupListRes) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListRes) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[24]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RelGameVpnGroupListRes.ProtoReflect.Descriptor instead.
|
|
|
+func (*RelGameVpnGroupListRes) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{24}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListRes) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RelGameVpnGroupListRes) GetList() []*RelGameVpnGroupVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GameRedisHScanByNameReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Cursor int64 `protobuf:"varint,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
|
|
|
+ Count int64 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameReq) Reset() {
|
|
|
+ *x = GameRedisHScanByNameReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[25]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameRedisHScanByNameReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[25]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameRedisHScanByNameReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameRedisHScanByNameReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{25}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameReq) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameReq) GetCursor() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Cursor
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameReq) GetCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Count
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type GameRedisHScanByNameResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
|
|
|
+ Cursor int64 `protobuf:"varint,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameResp) Reset() {
|
|
|
+ *x = GameRedisHScanByNameResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[26]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameRedisHScanByNameResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[26]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameRedisHScanByNameResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameRedisHScanByNameResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{26}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameResp) GetIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ids
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameRedisHScanByNameResp) GetCursor() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Cursor
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type GameCustomerVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Pkg string `protobuf:"bytes,3,opt,name=pkg,proto3" json:"pkg,omitempty"`
|
|
|
+ Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,6,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerVo) Reset() {
|
|
|
+ *x = GameCustomerVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[27]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameCustomerVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameCustomerVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[27]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameCustomerVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameCustomerVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{27}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerVo) GetPkg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Pkg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerVo) GetIcon() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Icon
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type GameCustomerListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Pkgs []string `protobuf:"bytes,2,rep,name=pkgs,proto3" json:"pkgs,omitempty"`
|
|
|
+ Vo *GameCustomerVo `protobuf:"bytes,3,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerListReq) Reset() {
|
|
|
+ *x = GameCustomerListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[28]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameCustomerListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameCustomerListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[28]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameCustomerListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameCustomerListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{28}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerListReq) GetPkgs() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Pkgs
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerListReq) GetVo() *GameCustomerVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GameCustomerListRes struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*GameCustomerVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerListRes) Reset() {
|
|
|
+ *x = GameCustomerListRes{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[29]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerListRes) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameCustomerListRes) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameCustomerListRes) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[29]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameCustomerListRes.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameCustomerListRes) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{29}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerListRes) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerListRes) GetList() []*GameCustomerVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GameCustomerAddResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *GameCustomerVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExistBoost bool `protobuf:"varint,2,opt,name=ExistBoost,proto3" json:"ExistBoost,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerAddResp) Reset() {
|
|
|
+ *x = GameCustomerAddResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[30]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerAddResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameCustomerAddResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameCustomerAddResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[30]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameCustomerAddResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameCustomerAddResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{30}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerAddResp) GetVo() *GameCustomerVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCustomerAddResp) GetExistBoost() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExistBoost
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+type GameCategoryVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Described string `protobuf:"bytes,4,opt,name=described,proto3" json:"described,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,6,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryVo) Reset() {
|
|
|
+ *x = GameCategoryVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[31]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameCategoryVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameCategoryVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[31]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameCategoryVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameCategoryVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{31}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryVo) GetCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Code
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryVo) GetDescribed() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Described
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type GameCategoryReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *GameCategoryVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryReq) Reset() {
|
|
|
+ *x = GameCategoryReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[32]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameCategoryReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameCategoryReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[32]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameCategoryReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameCategoryReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{32}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryReq) GetVo() *GameCategoryVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GameCategoryListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *GameCategoryVo `protobuf:"bytes,3,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryListReq) Reset() {
|
|
|
+ *x = GameCategoryListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[33]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameCategoryListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameCategoryListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[33]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameCategoryListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameCategoryListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{33}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryListReq) GetVo() *GameCategoryVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GameCategoryListRes struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*GameCategoryVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryListRes) Reset() {
|
|
|
+ *x = GameCategoryListRes{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[34]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryListRes) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GameCategoryListRes) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GameCategoryListRes) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[34]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GameCategoryListRes.ProtoReflect.Descriptor instead.
|
|
|
+func (*GameCategoryListRes) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{34}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryListRes) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GameCategoryListRes) GetList() []*GameCategoryVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type I18NVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
|
|
|
+ Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *I18NVo) Reset() {
|
|
|
+ *x = I18NVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[35]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *I18NVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*I18NVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *I18NVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[35]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use I18NVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*I18NVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{35}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *I18NVo) GetCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Code
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *I18NVo) GetValue() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Value
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type ConfigGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` // 类型标识
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ConfigGetReq) Reset() {
|
|
|
+ *x = ConfigGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[36]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ConfigGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ConfigGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ConfigGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[36]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ConfigGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ConfigGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{36}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ConfigGetReq) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ConfigGetReq) GetCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Code
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+// GlobalParam
|
|
|
+type GlobalParamVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ParamKey string `protobuf:"bytes,2,opt,name=paramKey,proto3" json:"paramKey,omitempty"`
|
|
|
+ ParamValue string `protobuf:"bytes,3,opt,name=paramValue,proto3" json:"paramValue,omitempty"`
|
|
|
+ ValueType string `protobuf:"bytes,4,opt,name=valueType,proto3" json:"valueType,omitempty"`
|
|
|
+ MinValue float32 `protobuf:"fixed32,5,opt,name=minValue,proto3" json:"minValue,omitempty"`
|
|
|
+ MaxValue float32 `protobuf:"fixed32,6,opt,name=maxValue,proto3" json:"maxValue,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Editable BoolInt `protobuf:"varint,8,opt,name=editable,proto3,enum=gorpc.BoolInt" json:"editable,omitempty"`
|
|
|
+ Nullable BoolInt `protobuf:"varint,9,opt,name=nullable,proto3,enum=gorpc.BoolInt" json:"nullable,omitempty"`
|
|
|
+ Hidden BoolInt `protobuf:"varint,10,opt,name=hidden,proto3,enum=gorpc.BoolInt" json:"hidden,omitempty"`
|
|
|
+ MutiLang BoolInt `protobuf:"varint,11,opt,name=mutiLang,proto3,enum=gorpc.BoolInt" json:"mutiLang,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,12,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,13,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ ApiExport BoolInt `protobuf:"varint,14,opt,name=apiExport,proto3,enum=gorpc.BoolInt" json:"apiExport,omitempty"`
|
|
|
+ ApiExportName string `protobuf:"bytes,15,opt,name=apiExportName,proto3" json:"apiExportName,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,16,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,17,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ // valueType 为 string、text、json、string[], 且 mutiLang 为 true
|
|
|
+ // 时,需要同时干查询/修改/插入多语言数据
|
|
|
+ I18Ns []*I18NVo `protobuf:"bytes,18,rep,name=i18ns,proto3" json:"i18ns,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) Reset() {
|
|
|
+ *x = GlobalParamVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[37]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GlobalParamVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[37]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GlobalParamVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*GlobalParamVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{37}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetParamKey() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ParamKey
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetParamValue() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ParamValue
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetValueType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ValueType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetMinValue() float32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MinValue
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetMaxValue() float32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MaxValue
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetEditable() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Editable
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetNullable() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Nullable
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetHidden() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Hidden
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetMutiLang() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.MutiLang
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetApiExport() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.ApiExport
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetApiExportName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ApiExportName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamVo) GetI18Ns() []*I18NVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.I18Ns
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GlobalParamGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *GlobalParamVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ Lang string `protobuf:"bytes,2,opt,name=lang,proto3" json:"lang,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamGetReq) Reset() {
|
|
|
+ *x = GlobalParamGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[38]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GlobalParamGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GlobalParamGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[38]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GlobalParamGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*GlobalParamGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{38}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamGetReq) GetVo() *GlobalParamVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamGetReq) GetLang() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lang
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type GlobalParamListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *GlobalParamVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamListReq) Reset() {
|
|
|
+ *x = GlobalParamListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[39]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GlobalParamListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GlobalParamListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[39]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GlobalParamListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*GlobalParamListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{39}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamListReq) GetVo() *GlobalParamVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type GlobalParamListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*GlobalParamVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamListResp) Reset() {
|
|
|
+ *x = GlobalParamListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[40]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GlobalParamListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GlobalParamListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[40]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use GlobalParamListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*GlobalParamListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{40}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GlobalParamListResp) GetList() []*GlobalParamVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// Product
|
|
|
+type ProductVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Domain string `protobuf:"bytes,4,opt,name=domain,proto3" json:"domain,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,5,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Langs string `protobuf:"bytes,6,opt,name=langs,proto3" json:"langs,omitempty"`
|
|
|
+ DefaultLang string `protobuf:"bytes,7,opt,name=defaultLang,proto3" json:"defaultLang,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,8,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,9,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,10,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) Reset() {
|
|
|
+ *x = ProductVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[41]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[41]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{41}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Code
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetDomain() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Domain
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetLangs() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Langs
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetDefaultLang() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DefaultLang
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ProductListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *ProductVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListReq) Reset() {
|
|
|
+ *x = ProductListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[42]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[42]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{42}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListReq) GetVo() *ProductVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ProductListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ProductVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListResp) Reset() {
|
|
|
+ *x = ProductListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[43]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[43]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{43}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductListResp) GetList() []*ProductVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// ProductParam
|
|
|
+type ProductParamVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ ParamKey string `protobuf:"bytes,3,opt,name=paramKey,proto3" json:"paramKey,omitempty"`
|
|
|
+ ParamValue string `protobuf:"bytes,4,opt,name=paramValue,proto3" json:"paramValue,omitempty"`
|
|
|
+ ValueType string `protobuf:"bytes,5,opt,name=valueType,proto3" json:"valueType,omitempty"`
|
|
|
+ MinValue float32 `protobuf:"fixed32,6,opt,name=minValue,proto3" json:"minValue,omitempty"`
|
|
|
+ MaxValue float32 `protobuf:"fixed32,7,opt,name=maxValue,proto3" json:"maxValue,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Editable BoolInt `protobuf:"varint,9,opt,name=editable,proto3,enum=gorpc.BoolInt" json:"editable,omitempty"`
|
|
|
+ Nullable BoolInt `protobuf:"varint,10,opt,name=nullable,proto3,enum=gorpc.BoolInt" json:"nullable,omitempty"`
|
|
|
+ Hidden BoolInt `protobuf:"varint,11,opt,name=hidden,proto3,enum=gorpc.BoolInt" json:"hidden,omitempty"`
|
|
|
+ MutiLang BoolInt `protobuf:"varint,12,opt,name=mutiLang,proto3,enum=gorpc.BoolInt" json:"mutiLang,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,13,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,14,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ ApiExport BoolInt `protobuf:"varint,15,opt,name=apiExport,proto3,enum=gorpc.BoolInt" json:"apiExport,omitempty"`
|
|
|
+ ApiExportName string `protobuf:"bytes,16,opt,name=apiExportName,proto3" json:"apiExportName,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,17,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,18,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ // valueType 为 string、text、json、string[], 且 mutiLang 为 true
|
|
|
+ // 时,需要同时干查询/修改/插入多语言数据
|
|
|
+ I18Ns []*I18NVo `protobuf:"bytes,19,rep,name=i18ns,proto3" json:"i18ns,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) Reset() {
|
|
|
+ *x = ProductParamVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[44]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductParamVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductParamVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[44]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductParamVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductParamVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{44}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetParamKey() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ParamKey
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetParamValue() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ParamValue
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetValueType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ValueType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetMinValue() float32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MinValue
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetMaxValue() float32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MaxValue
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetEditable() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Editable
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetNullable() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Nullable
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetHidden() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Hidden
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetMutiLang() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.MutiLang
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetApiExport() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.ApiExport
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetApiExportName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ApiExportName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamVo) GetI18Ns() []*I18NVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.I18Ns
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ProductParamGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *ProductParamVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ Lang string `protobuf:"bytes,2,opt,name=lang,proto3" json:"lang,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamGetReq) Reset() {
|
|
|
+ *x = ProductParamGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[45]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductParamGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductParamGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[45]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductParamGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductParamGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{45}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamGetReq) GetVo() *ProductParamVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamGetReq) GetLang() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lang
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type ProductParamListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *ProductParamVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListReq) Reset() {
|
|
|
+ *x = ProductParamListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[46]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductParamListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductParamListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[46]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductParamListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductParamListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{46}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListReq) GetVo() *ProductParamVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ProductParamListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ProductParamVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListResp) Reset() {
|
|
|
+ *x = ProductParamListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[47]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductParamListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductParamListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[47]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductParamListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductParamListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{47}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductParamListResp) GetList() []*ProductParamVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// ProductAction
|
|
|
+type ProductActionVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ ImgUrl string `protobuf:"bytes,3,opt,name=imgUrl,proto3" json:"imgUrl,omitempty"`
|
|
|
+ ActionType string `protobuf:"bytes,4,opt,name=actionType,proto3" json:"actionType,omitempty"`
|
|
|
+ ActionData string `protobuf:"bytes,5,opt,name=actionData,proto3" json:"actionData,omitempty"`
|
|
|
+ Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,7,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) Reset() {
|
|
|
+ *x = ProductActionVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[48]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductActionVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductActionVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[48]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductActionVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductActionVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{48}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetImgUrl() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ImgUrl
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetActionType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ActionType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetActionData() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ActionData
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetTitle() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Title
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ProductActionReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *ProductActionVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionReq) Reset() {
|
|
|
+ *x = ProductActionReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[49]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductActionReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductActionReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[49]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductActionReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductActionReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{49}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionReq) GetVo() *ProductActionVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ProductActionListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *ProductActionVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListReq) Reset() {
|
|
|
+ *x = ProductActionListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[50]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductActionListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductActionListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[50]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductActionListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductActionListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{50}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListReq) GetVo() *ProductActionVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ProductActionListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ProductActionVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListResp) Reset() {
|
|
|
+ *x = ProductActionListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[51]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProductActionListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProductActionListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[51]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ProductActionListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProductActionListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{51}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProductActionListResp) GetList() []*ProductActionVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// AreaParam
|
|
|
+type AreaParamVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Areas string `protobuf:"bytes,4,opt,name=areas,proto3" json:"areas,omitempty"`
|
|
|
+ ParamValue string `protobuf:"bytes,5,opt,name=paramValue,proto3" json:"paramValue,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,6,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,8,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,9,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,10,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ Version string `protobuf:"bytes,11,opt,name=version,proto3" json:"version,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) Reset() {
|
|
|
+ *x = AreaParamVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[52]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AreaParamVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AreaParamVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[52]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AreaParamVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*AreaParamVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{52}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetAreas() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Areas
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetParamValue() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ParamValue
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamVo) GetVersion() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Version
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type AreaParamListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *AreaParamVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"` // 产品code
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListReq) Reset() {
|
|
|
+ *x = AreaParamListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[53]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AreaParamListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AreaParamListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[53]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AreaParamListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*AreaParamListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{53}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListReq) GetVo() *AreaParamVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type AreaParamListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*AreaParamVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListResp) Reset() {
|
|
|
+ *x = AreaParamListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[54]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AreaParamListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AreaParamListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[54]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AreaParamListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*AreaParamListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{54}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AreaParamListResp) GetList() []*AreaParamVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// NationalLanguage
|
|
|
+type NationalLanguageVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ TbName string `protobuf:"bytes,2,opt,name=tbName,proto3" json:"tbName,omitempty"`
|
|
|
+ TbRowId int64 `protobuf:"varint,3,opt,name=tbRowId,proto3" json:"tbRowId,omitempty"`
|
|
|
+ TbFieldName string `protobuf:"bytes,4,opt,name=tbFieldName,proto3" json:"tbFieldName,omitempty"`
|
|
|
+ Lan string `protobuf:"bytes,5,opt,name=lan,proto3" json:"lan,omitempty"`
|
|
|
+ Value string `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,7,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,9,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) Reset() {
|
|
|
+ *x = NationalLanguageVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[55]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*NationalLanguageVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[55]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use NationalLanguageVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*NationalLanguageVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{55}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) GetTbName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.TbName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) GetTbRowId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TbRowId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) GetTbFieldName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.TbFieldName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) GetLan() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lan
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) GetValue() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Value
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type NationalLanguageListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *NationalLanguageVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageListReq) Reset() {
|
|
|
+ *x = NationalLanguageListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[56]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*NationalLanguageListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *NationalLanguageListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[56]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use NationalLanguageListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*NationalLanguageListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{56}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageListReq) GetVo() *NationalLanguageVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type NationalLanguageListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*NationalLanguageVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageListResp) Reset() {
|
|
|
+ *x = NationalLanguageListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[57]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*NationalLanguageListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *NationalLanguageListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[57]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use NationalLanguageListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*NationalLanguageListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{57}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *NationalLanguageListResp) GetList() []*NationalLanguageVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// Tip
|
|
|
+type TipVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ ParamKey string `protobuf:"bytes,3,opt,name=paramKey,proto3" json:"paramKey,omitempty"`
|
|
|
+ ParamValue string `protobuf:"bytes,4,opt,name=paramValue,proto3" json:"paramValue,omitempty"`
|
|
|
+ Code string `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
|
|
|
+ ShowType int64 `protobuf:"varint,6,opt,name=showType,proto3" json:"showType,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,8,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,9,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,10,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ I18Ns []*I18NVo `protobuf:"bytes,11,rep,name=i18ns,proto3" json:"i18ns,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) Reset() {
|
|
|
+ *x = TipVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[58]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*TipVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *TipVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[58]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use TipVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*TipVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{58}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetParamKey() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ParamKey
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetParamValue() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ParamValue
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Code
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetShowType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ShowType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipVo) GetI18Ns() []*I18NVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.I18Ns
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type TipGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *TipVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ Lang string `protobuf:"bytes,2,opt,name=lang,proto3" json:"lang,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipGetReq) Reset() {
|
|
|
+ *x = TipGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[59]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*TipGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *TipGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[59]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use TipGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*TipGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{59}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipGetReq) GetVo() *TipVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipGetReq) GetLang() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lang
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type TipListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *TipVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListReq) Reset() {
|
|
|
+ *x = TipListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[60]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*TipListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *TipListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[60]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use TipListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*TipListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{60}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListReq) GetVo() *TipVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type TipListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*TipVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListResp) Reset() {
|
|
|
+ *x = TipListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[61]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*TipListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *TipListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[61]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use TipListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*TipListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{61}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TipListResp) GetList() []*TipVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// Dict
|
|
|
+type DictVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ ParentId int64 `protobuf:"varint,3,opt,name=parentId,proto3" json:"parentId,omitempty"`
|
|
|
+ DataType string `protobuf:"bytes,4,opt,name=dataType,proto3" json:"dataType,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Payload string `protobuf:"bytes,6,opt,name=payload,proto3" json:"payload,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,8,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,9,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,10,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,11,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ PayloadJson string `protobuf:"bytes,12,opt,name=payloadJson,proto3" json:"payloadJson,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) Reset() {
|
|
|
+ *x = DictVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[62]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DictVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DictVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[62]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DictVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*DictVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{62}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetParentId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ParentId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetDataType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DataType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetPayload() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Payload
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictVo) GetPayloadJson() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PayloadJson
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type DictGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *DictVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictGetReq) Reset() {
|
|
|
+ *x = DictGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[63]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DictGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DictGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[63]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DictGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*DictGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{63}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictGetReq) GetVo() *DictVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type DictListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *DictVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListReq) Reset() {
|
|
|
+ *x = DictListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[64]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DictListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DictListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[64]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DictListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*DictListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{64}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListReq) GetVo() *DictVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type DictListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*DictVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListResp) Reset() {
|
|
|
+ *x = DictListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[65]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DictListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DictListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[65]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DictListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*DictListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{65}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DictListResp) GetList() []*DictVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// UpgradePkgPlan
|
|
|
+type UpgradePkgPlanVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"` // 产品code
|
|
|
+ Areas string `protobuf:"bytes,3,opt,name=areas,proto3" json:"areas,omitempty"` // 地区列表
|
|
|
+ Sort int64 `protobuf:"varint,4,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,5,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态
|
|
|
+ Remark string `protobuf:"bytes,6,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) Reset() {
|
|
|
+ *x = UpgradePkgPlanVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[66]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradePkgPlanVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[66]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradePkgPlanVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradePkgPlanVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{66}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) GetAreas() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Areas
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type UpgradePkgPlanListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *UpgradePkgPlanVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListReq) Reset() {
|
|
|
+ *x = UpgradePkgPlanListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[67]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradePkgPlanListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[67]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradePkgPlanListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradePkgPlanListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{67}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListReq) GetVo() *UpgradePkgPlanVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type UpgradePkgPlanListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*UpgradePkgPlanVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListResp) Reset() {
|
|
|
+ *x = UpgradePkgPlanListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[68]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradePkgPlanListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[68]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradePkgPlanListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradePkgPlanListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{68}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanListResp) GetList() []*UpgradePkgPlanVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// UpgradePkgPlanDetail
|
|
|
+type UpgradePkgPlanDetailVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ PlanId int64 `protobuf:"varint,2,opt,name=planId,proto3" json:"planId,omitempty"` // 方案ID
|
|
|
+ Platform string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"` // 平台
|
|
|
+ Channel string `protobuf:"bytes,4,opt,name=channel,proto3" json:"channel,omitempty"` // 渠道
|
|
|
+ Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` // 名称
|
|
|
+ Ver int64 `protobuf:"varint,6,opt,name=ver,proto3" json:"ver,omitempty"` // 版本号
|
|
|
+ Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` // 商店地址
|
|
|
+ WebsiteUrl string `protobuf:"bytes,8,opt,name=websiteUrl,proto3" json:"websiteUrl,omitempty"` // 官网地址
|
|
|
+ DirectUrl string `protobuf:"bytes,9,opt,name=directUrl,proto3" json:"directUrl,omitempty"` // 直接下载地址
|
|
|
+ Md5 string `protobuf:"bytes,10,opt,name=md5,proto3" json:"md5,omitempty"` // MD5
|
|
|
+ Info string `protobuf:"bytes,11,opt,name=info,proto3" json:"info,omitempty"` // 更新信息
|
|
|
+ TestUpgradePolicyConfig string `protobuf:"bytes,12,opt,name=testUpgradePolicyConfig,proto3" json:"testUpgradePolicyConfig,omitempty"` // 测试更新策略配置
|
|
|
+ UpgradePolicyConfig string `protobuf:"bytes,13,opt,name=upgradePolicyConfig,proto3" json:"upgradePolicyConfig,omitempty"` // 更新策略配置
|
|
|
+ ForceUpgradePolicyConfig string `protobuf:"bytes,14,opt,name=forceUpgradePolicyConfig,proto3" json:"forceUpgradePolicyConfig,omitempty"` // 强制更新策略
|
|
|
+ Status Status `protobuf:"varint,15,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态
|
|
|
+ Remark string `protobuf:"bytes,16,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,17,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,18,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) Reset() {
|
|
|
+ *x = UpgradePkgPlanDetailVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[69]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradePkgPlanDetailVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[69]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradePkgPlanDetailVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradePkgPlanDetailVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{69}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetPlanId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PlanId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetPlatform() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Platform
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetChannel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Channel
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetVer() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ver
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetUrl() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Url
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetWebsiteUrl() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.WebsiteUrl
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetDirectUrl() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DirectUrl
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetMd5() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Md5
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetInfo() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Info
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetTestUpgradePolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.TestUpgradePolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetUpgradePolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpgradePolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetForceUpgradePolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ForceUpgradePolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type UpgradePkgPlanDetailListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *UpgradePkgPlanDetailVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ PlanIds []int64 `protobuf:"varint,3,rep,packed,name=planIds,proto3" json:"planIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListReq) Reset() {
|
|
|
+ *x = UpgradePkgPlanDetailListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[70]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradePkgPlanDetailListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[70]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradePkgPlanDetailListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradePkgPlanDetailListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{70}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListReq) GetVo() *UpgradePkgPlanDetailVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListReq) GetPlanIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PlanIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type UpgradePkgPlanDetailListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*UpgradePkgPlanDetailVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListResp) Reset() {
|
|
|
+ *x = UpgradePkgPlanDetailListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[71]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradePkgPlanDetailListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[71]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradePkgPlanDetailListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradePkgPlanDetailListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{71}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradePkgPlanDetailListResp) GetList() []*UpgradePkgPlanDetailVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// UpgradeResPlan
|
|
|
+type UpgradeResPlanVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"` // 产品code
|
|
|
+ Areas string `protobuf:"bytes,3,opt,name=areas,proto3" json:"areas,omitempty"` // 地区列表
|
|
|
+ Sort int64 `protobuf:"varint,4,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,5,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态
|
|
|
+ Remark string `protobuf:"bytes,6,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) Reset() {
|
|
|
+ *x = UpgradeResPlanVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[72]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradeResPlanVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[72]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradeResPlanVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradeResPlanVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{72}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) GetAreas() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Areas
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type UpgradeResPlanListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *UpgradeResPlanVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListReq) Reset() {
|
|
|
+ *x = UpgradeResPlanListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[73]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradeResPlanListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[73]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradeResPlanListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradeResPlanListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{73}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListReq) GetVo() *UpgradeResPlanVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type UpgradeResPlanListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*UpgradeResPlanVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListResp) Reset() {
|
|
|
+ *x = UpgradeResPlanListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[74]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradeResPlanListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[74]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradeResPlanListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradeResPlanListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{74}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanListResp) GetList() []*UpgradeResPlanVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// UpgradeResPlanDetail
|
|
|
+type UpgradeResPlanDetailVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ PlanId int64 `protobuf:"varint,2,opt,name=planId,proto3" json:"planId,omitempty"` // 方案ID
|
|
|
+ Platform string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"` // 平台
|
|
|
+ Channel string `protobuf:"bytes,4,opt,name=channel,proto3" json:"channel,omitempty"` // 渠道
|
|
|
+ Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` // 名称
|
|
|
+ Ver int64 `protobuf:"varint,6,opt,name=ver,proto3" json:"ver,omitempty"` // 资源版本号
|
|
|
+ Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` // 资源地址
|
|
|
+ Info string `protobuf:"bytes,8,opt,name=info,proto3" json:"info,omitempty"` // 更新信息
|
|
|
+ Md5 string `protobuf:"bytes,9,opt,name=md5,proto3" json:"md5,omitempty"` // 资源 md5值
|
|
|
+ Size int64 `protobuf:"varint,10,opt,name=size,proto3" json:"size,omitempty"` // 资源大小
|
|
|
+ TestUpgradePolicyConfig string `protobuf:"bytes,11,opt,name=testUpgradePolicyConfig,proto3" json:"testUpgradePolicyConfig,omitempty"` // 测试更新策略配置
|
|
|
+ UpgradePolicyConfig string `protobuf:"bytes,12,opt,name=upgradePolicyConfig,proto3" json:"upgradePolicyConfig,omitempty"` // 更新策略配置
|
|
|
+ ForceUpgradePolicyConfig string `protobuf:"bytes,13,opt,name=forceUpgradePolicyConfig,proto3" json:"forceUpgradePolicyConfig,omitempty"` // 强制更新策略
|
|
|
+ Status Status `protobuf:"varint,14,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态,1=正常,2=冻结
|
|
|
+ Remark string `protobuf:"bytes,15,opt,name=remark,proto3" json:"remark,omitempty"` // 备注
|
|
|
+ CreateTime int64 `protobuf:"varint,16,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间秒
|
|
|
+ UpdateTime int64 `protobuf:"varint,17,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 修改时间秒
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) Reset() {
|
|
|
+ *x = UpgradeResPlanDetailVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[75]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradeResPlanDetailVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[75]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradeResPlanDetailVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradeResPlanDetailVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{75}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetPlanId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PlanId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetPlatform() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Platform
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetChannel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Channel
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetVer() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ver
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetUrl() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Url
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetInfo() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Info
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetMd5() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Md5
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetSize() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Size
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetTestUpgradePolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.TestUpgradePolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetUpgradePolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpgradePolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetForceUpgradePolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ForceUpgradePolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type UpgradeResPlanDetailListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *UpgradeResPlanDetailVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ PlanIds []int64 `protobuf:"varint,3,rep,packed,name=planIds,proto3" json:"planIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListReq) Reset() {
|
|
|
+ *x = UpgradeResPlanDetailListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[76]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradeResPlanDetailListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[76]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradeResPlanDetailListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradeResPlanDetailListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{76}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListReq) GetVo() *UpgradeResPlanDetailVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListReq) GetPlanIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PlanIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type UpgradeResPlanDetailListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*UpgradeResPlanDetailVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListResp) Reset() {
|
|
|
+ *x = UpgradeResPlanDetailListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[77]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UpgradeResPlanDetailListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[77]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UpgradeResPlanDetailListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*UpgradeResPlanDetailListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{77}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UpgradeResPlanDetailListResp) GetList() []*UpgradeResPlanDetailVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// AdPlan
|
|
|
+type AdPlanVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"` // 产品code
|
|
|
+ Areas string `protobuf:"bytes,3,opt,name=areas,proto3" json:"areas,omitempty"` // 地区列表
|
|
|
+ Config string `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"` // 配置
|
|
|
+ Sort int64 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,6,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态
|
|
|
+ Remark string `protobuf:"bytes,7,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) Reset() {
|
|
|
+ *x = AdPlanVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[78]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AdPlanVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AdPlanVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[78]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AdPlanVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*AdPlanVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{78}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) GetAreas() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Areas
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) GetConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Config
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type AdPlanListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *AdPlanVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListReq) Reset() {
|
|
|
+ *x = AdPlanListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[79]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AdPlanListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AdPlanListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[79]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AdPlanListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*AdPlanListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{79}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListReq) GetVo() *AdPlanVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type AdPlanListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*AdPlanVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListResp) Reset() {
|
|
|
+ *x = AdPlanListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[80]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AdPlanListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AdPlanListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[80]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AdPlanListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*AdPlanListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{80}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanListResp) GetList() []*AdPlanVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// AdPlanDetail
|
|
|
+type AdPlanDetailVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ PlanId int64 `protobuf:"varint,2,opt,name=planId,proto3" json:"planId,omitempty"` // 方案ID
|
|
|
+ AdPlatform string `protobuf:"bytes,3,opt,name=adPlatform,proto3" json:"adPlatform,omitempty"` // 平台
|
|
|
+ AdType string `protobuf:"bytes,4,opt,name=adType,proto3" json:"adType,omitempty"` // 广告类型
|
|
|
+ AdSlot string `protobuf:"bytes,5,opt,name=adSlot,proto3" json:"adSlot,omitempty"` // 广告位置
|
|
|
+ AdDatas string `protobuf:"bytes,6,opt,name=adDatas,proto3" json:"adDatas,omitempty"` // 广告资源
|
|
|
+ TestPolicyConfig string `protobuf:"bytes,7,opt,name=testPolicyConfig,proto3" json:"testPolicyConfig,omitempty"` // 策略配置
|
|
|
+ PolicyConfig string `protobuf:"bytes,8,opt,name=policyConfig,proto3" json:"policyConfig,omitempty"` // 策略配置
|
|
|
+ Sort int64 `protobuf:"varint,9,opt,name=sort,proto3" json:"sort,omitempty"` // 排序
|
|
|
+ Status Status `protobuf:"varint,10,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 0未知,1正常,2暂停
|
|
|
+ Remark string `protobuf:"bytes,11,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ Version string `protobuf:"bytes,14,opt,name=version,proto3" json:"version,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) Reset() {
|
|
|
+ *x = AdPlanDetailVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[81]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AdPlanDetailVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[81]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AdPlanDetailVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*AdPlanDetailVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{81}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetPlanId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PlanId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetAdPlatform() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AdPlatform
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetAdType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AdType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetAdSlot() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AdSlot
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetAdDatas() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AdDatas
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetTestPolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.TestPolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetPolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailVo) GetVersion() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Version
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type AdPlanDetailListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *AdPlanDetailVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ PlanIds []int64 `protobuf:"varint,3,rep,packed,name=planIds,proto3" json:"planIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListReq) Reset() {
|
|
|
+ *x = AdPlanDetailListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[82]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AdPlanDetailListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[82]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AdPlanDetailListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*AdPlanDetailListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{82}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListReq) GetVo() *AdPlanDetailVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListReq) GetPlanIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PlanIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type AdPlanDetailListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*AdPlanDetailVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListResp) Reset() {
|
|
|
+ *x = AdPlanDetailListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[83]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AdPlanDetailListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[83]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AdPlanDetailListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*AdPlanDetailListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{83}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdPlanDetailListResp) GetList() []*AdPlanDetailVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// AdGlobalConfig
|
|
|
+type AdGlobalConfigVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"` // 产品code
|
|
|
+ Platforms string `protobuf:"bytes,3,opt,name=platforms,proto3" json:"platforms,omitempty"` // 按平台分类的广告配置JSON
|
|
|
+ Remark string `protobuf:"bytes,4,opt,name=remark,proto3" json:"remark,omitempty"` // 备注
|
|
|
+ CreateTime int64 `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,6,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 更新时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigVo) Reset() {
|
|
|
+ *x = AdGlobalConfigVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[84]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AdGlobalConfigVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[84]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AdGlobalConfigVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*AdGlobalConfigVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{84}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigVo) GetPlatforms() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Platforms
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type AdGlobalConfigGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ ProductCode string `protobuf:"bytes,1,opt,name=productCode,proto3" json:"productCode,omitempty"` // 产品代码
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigGetReq) Reset() {
|
|
|
+ *x = AdGlobalConfigGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[85]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AdGlobalConfigGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[85]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AdGlobalConfigGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*AdGlobalConfigGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{85}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AdGlobalConfigGetReq) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+// JobBatch
|
|
|
+type JobBatchVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // 作业名称
|
|
|
+ Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // 作业类型
|
|
|
+ InitParams string `protobuf:"bytes,4,opt,name=initParams,proto3" json:"initParams,omitempty"` // 作业初始化参数
|
|
|
+ ContextData string `protobuf:"bytes,5,opt,name=contextData,proto3" json:"contextData,omitempty"` // 上下文数据,可用于存储此次批量作业的任务过程中产生的通用的中间数据
|
|
|
+ BeginHandler string `protobuf:"bytes,6,opt,name=beginHandler,proto3" json:"beginHandler,omitempty"` // 预处理函数/URL
|
|
|
+ AfterHandler string `protobuf:"bytes,7,opt,name=afterHandler,proto3" json:"afterHandler,omitempty"` // 后处理函数/URL
|
|
|
+ Concurrency int64 `protobuf:"varint,8,opt,name=concurrency,proto3" json:"concurrency,omitempty"` // 并发控制数
|
|
|
+ RetryPolicy string `protobuf:"bytes,9,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"` // 子任务重试策略
|
|
|
+ StartedTime int64 `protobuf:"varint,10,opt,name=startedTime,proto3" json:"startedTime,omitempty"` // 批量作业开始时间
|
|
|
+ FinishedTime int64 `protobuf:"varint,11,opt,name=finishedTime,proto3" json:"finishedTime,omitempty"` // 批量作业完成时间
|
|
|
+ Result string `protobuf:"bytes,12,opt,name=result,proto3" json:"result,omitempty"` // 批量作业返回结果
|
|
|
+ Status string `protobuf:"bytes,13,opt,name=status,proto3" json:"status,omitempty"` // 批量作业完成状态
|
|
|
+ Remark string `protobuf:"bytes,14,opt,name=remark,proto3" json:"remark,omitempty"` // 备注
|
|
|
+ CreateAt int64 `protobuf:"varint,15,opt,name=createAt,proto3" json:"createAt,omitempty"` // 创建者ID
|
|
|
+ UpdateAt int64 `protobuf:"varint,16,opt,name=updateAt,proto3" json:"updateAt,omitempty"` // 更新者ID
|
|
|
+ CreateTime int64 `protobuf:"varint,17,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,18,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 更新时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) Reset() {
|
|
|
+ *x = JobBatchVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[86]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*JobBatchVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *JobBatchVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[86]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use JobBatchVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*JobBatchVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{86}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Type
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetInitParams() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.InitParams
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetContextData() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ContextData
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetBeginHandler() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.BeginHandler
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetAfterHandler() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AfterHandler
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetConcurrency() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Concurrency
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetRetryPolicy() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.RetryPolicy
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetStartedTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.StartedTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetFinishedTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.FinishedTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetResult() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Result
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetStatus() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetCreateAt() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateAt
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetUpdateAt() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateAt
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type JobBatchWithTasksVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ JobBatch *JobBatchVo `protobuf:"bytes,1,opt,name=jobBatch,proto3" json:"jobBatch,omitempty"`
|
|
|
+ JobTasks []*JobTasksVo `protobuf:"bytes,2,rep,name=jobTasks,proto3" json:"jobTasks,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchWithTasksVo) Reset() {
|
|
|
+ *x = JobBatchWithTasksVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[87]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchWithTasksVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*JobBatchWithTasksVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *JobBatchWithTasksVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[87]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use JobBatchWithTasksVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*JobBatchWithTasksVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{87}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchWithTasksVo) GetJobBatch() *JobBatchVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.JobBatch
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchWithTasksVo) GetJobTasks() []*JobTasksVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.JobTasks
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type TimeRange struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
|
|
|
+ End int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TimeRange) Reset() {
|
|
|
+ *x = TimeRange{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[88]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TimeRange) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*TimeRange) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *TimeRange) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[88]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use TimeRange.ProtoReflect.Descriptor instead.
|
|
|
+func (*TimeRange) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{88}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TimeRange) GetStart() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Start
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TimeRange) GetEnd() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.End
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type JobBatchListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *JobBatchVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ StartedTimeRange *TimeRange `protobuf:"bytes,3,opt,name=startedTimeRange,proto3" json:"startedTimeRange,omitempty"`
|
|
|
+ FinishedTimeRange *TimeRange `protobuf:"bytes,4,opt,name=finishedTimeRange,proto3" json:"finishedTimeRange,omitempty"`
|
|
|
+ Statuses []string `protobuf:"bytes,5,rep,name=statuses,proto3" json:"statuses,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,6,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListReq) Reset() {
|
|
|
+ *x = JobBatchListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[89]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*JobBatchListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *JobBatchListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[89]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use JobBatchListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*JobBatchListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{89}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListReq) GetVo() *JobBatchVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListReq) GetStartedTimeRange() *TimeRange {
|
|
|
+ if x != nil {
|
|
|
+ return x.StartedTimeRange
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListReq) GetFinishedTimeRange() *TimeRange {
|
|
|
+ if x != nil {
|
|
|
+ return x.FinishedTimeRange
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListReq) GetStatuses() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Statuses
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type JobBatchListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*JobBatchVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListResp) Reset() {
|
|
|
+ *x = JobBatchListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[90]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*JobBatchListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *JobBatchListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[90]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use JobBatchListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*JobBatchListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{90}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListResp) GetList() []*JobBatchVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type JobBatchListWithTasksResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*JobBatchWithTasksVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListWithTasksResp) Reset() {
|
|
|
+ *x = JobBatchListWithTasksResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[91]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListWithTasksResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*JobBatchListWithTasksResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *JobBatchListWithTasksResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[91]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use JobBatchListWithTasksResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*JobBatchListWithTasksResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{91}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListWithTasksResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobBatchListWithTasksResp) GetList() []*JobBatchWithTasksVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// JobTasks
|
|
|
+type JobTasksVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 任务id
|
|
|
+ BatchId int64 `protobuf:"varint,2,opt,name=batchId,proto3" json:"batchId,omitempty"` // 批量作业Id
|
|
|
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // 任务名称
|
|
|
+ InitParams string `protobuf:"bytes,4,opt,name=initParams,proto3" json:"initParams,omitempty"` // 任务初始化配置及数据
|
|
|
+ RuntimeData string `protobuf:"bytes,5,opt,name=runtimeData,proto3" json:"runtimeData,omitempty"` // 任务运行时数据,用于临时存储任务过程中各个关键节点的中间数据
|
|
|
+ ExternalRefs string `protobuf:"bytes,6,opt,name=externalRefs,proto3" json:"externalRefs,omitempty"` // 外部系统引用,用于记录与外部系统交互产生的关联标识
|
|
|
+ StartedTime int64 `protobuf:"varint,7,opt,name=startedTime,proto3" json:"startedTime,omitempty"` // 任务开始时间
|
|
|
+ FinishedTime int64 `protobuf:"varint,8,opt,name=finishedTime,proto3" json:"finishedTime,omitempty"` // 任务结束时间
|
|
|
+ RetryCount int64 `protobuf:"varint,9,opt,name=retryCount,proto3" json:"retryCount,omitempty"` // 当前已重试次数
|
|
|
+ Result string `protobuf:"bytes,10,opt,name=result,proto3" json:"result,omitempty"` // 任务执行结果
|
|
|
+ Status string `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"` // 任务状态
|
|
|
+ Remark string `protobuf:"bytes,12,opt,name=remark,proto3" json:"remark,omitempty"` // 备注
|
|
|
+ CreateAt int64 `protobuf:"varint,13,opt,name=createAt,proto3" json:"createAt,omitempty"` // 创建者ID
|
|
|
+ UpdateAt int64 `protobuf:"varint,14,opt,name=updateAt,proto3" json:"updateAt,omitempty"` // 更新者ID
|
|
|
+ CreateTime int64 `protobuf:"varint,15,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,16,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 更新时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) Reset() {
|
|
|
+ *x = JobTasksVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[92]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*JobTasksVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *JobTasksVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[92]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use JobTasksVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*JobTasksVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{92}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetBatchId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.BatchId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetInitParams() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.InitParams
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetRuntimeData() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.RuntimeData
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetExternalRefs() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExternalRefs
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetStartedTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.StartedTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetFinishedTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.FinishedTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetRetryCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.RetryCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetResult() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Result
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetStatus() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetCreateAt() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateAt
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetUpdateAt() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateAt
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type JobTasksListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *JobTasksVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ StartedTimeRange *TimeRange `protobuf:"bytes,3,opt,name=startedTimeRange,proto3" json:"startedTimeRange,omitempty"`
|
|
|
+ FinishedTimeRange *TimeRange `protobuf:"bytes,4,opt,name=finishedTimeRange,proto3" json:"finishedTimeRange,omitempty"`
|
|
|
+ Statuses []string `protobuf:"bytes,5,rep,name=statuses,proto3" json:"statuses,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,6,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListReq) Reset() {
|
|
|
+ *x = JobTasksListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[93]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*JobTasksListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *JobTasksListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[93]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use JobTasksListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*JobTasksListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{93}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListReq) GetVo() *JobTasksVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListReq) GetStartedTimeRange() *TimeRange {
|
|
|
+ if x != nil {
|
|
|
+ return x.StartedTimeRange
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListReq) GetFinishedTimeRange() *TimeRange {
|
|
|
+ if x != nil {
|
|
|
+ return x.FinishedTimeRange
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListReq) GetStatuses() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Statuses
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type JobTasksListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*JobTasksVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListResp) Reset() {
|
|
|
+ *x = JobTasksListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[94]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*JobTasksListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *JobTasksListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[94]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use JobTasksListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*JobTasksListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{94}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *JobTasksListResp) GetList() []*JobTasksVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// DeployConfig
|
|
|
+type DeployConfigVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // 名称
|
|
|
+ Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // 类型
|
|
|
+ Data string `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // 数据
|
|
|
+ Status Status `protobuf:"varint,5,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态
|
|
|
+ Remark string `protobuf:"bytes,6,opt,name=remark,proto3" json:"remark,omitempty"` // 备注
|
|
|
+ CreateTime int64 `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 更新时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) Reset() {
|
|
|
+ *x = DeployConfigVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[95]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DeployConfigVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[95]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DeployConfigVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*DeployConfigVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{95}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) GetType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Type
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) GetData() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Data
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type DeployConfigListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *DeployConfigVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigListReq) Reset() {
|
|
|
+ *x = DeployConfigListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[96]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DeployConfigListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DeployConfigListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[96]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DeployConfigListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*DeployConfigListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{96}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigListReq) GetVo() *DeployConfigVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type DeployConfigListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*DeployConfigVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigListResp) Reset() {
|
|
|
+ *x = DeployConfigListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[97]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DeployConfigListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DeployConfigListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[97]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DeployConfigListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*DeployConfigListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{97}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeployConfigListResp) GetList() []*DeployConfigVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// OperationLog
|
|
|
+type OperationLogVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ SysUserId int64 `protobuf:"varint,2,opt,name=sysUserId,proto3" json:"sysUserId,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,3,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ Model string `protobuf:"bytes,4,opt,name=model,proto3" json:"model,omitempty"`
|
|
|
+ Action string `protobuf:"bytes,5,opt,name=action,proto3" json:"action,omitempty"`
|
|
|
+ Details string `protobuf:"bytes,6,opt,name=details,proto3" json:"details,omitempty"`
|
|
|
+ Result string `protobuf:"bytes,7,opt,name=result,proto3" json:"result,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,9,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) Reset() {
|
|
|
+ *x = OperationLogVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[98]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*OperationLogVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *OperationLogVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[98]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use OperationLogVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*OperationLogVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{98}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) GetSysUserId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.SysUserId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) GetModel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Model
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) GetAction() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Action
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) GetDetails() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Details
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) GetResult() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Result
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type OperationLogListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *OperationLogVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListReq) Reset() {
|
|
|
+ *x = OperationLogListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[99]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*OperationLogListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *OperationLogListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[99]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use OperationLogListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*OperationLogListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{99}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListReq) GetVo() *OperationLogVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type OperationLogListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*OperationLogVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListResp) Reset() {
|
|
|
+ *x = OperationLogListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[100]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*OperationLogListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *OperationLogListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[100]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use OperationLogListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*OperationLogListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{100}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperationLogListResp) GetList() []*OperationLogVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// AnnouncePlan
|
|
|
+type AnnouncePlanVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"` // 产品code
|
|
|
+ Areas string `protobuf:"bytes,3,opt,name=areas,proto3" json:"areas,omitempty"` // 地区列表
|
|
|
+ Sort int64 `protobuf:"varint,4,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,5,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态
|
|
|
+ Remark string `protobuf:"bytes,6,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) Reset() {
|
|
|
+ *x = AnnouncePlanVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[101]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AnnouncePlanVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[101]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AnnouncePlanVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*AnnouncePlanVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{101}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) GetAreas() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Areas
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type AnnouncePlanListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *AnnouncePlanVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListReq) Reset() {
|
|
|
+ *x = AnnouncePlanListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[102]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AnnouncePlanListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[102]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AnnouncePlanListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*AnnouncePlanListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{102}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListReq) GetVo() *AnnouncePlanVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type AnnouncePlanListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*AnnouncePlanVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListResp) Reset() {
|
|
|
+ *x = AnnouncePlanListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[103]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AnnouncePlanListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[103]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AnnouncePlanListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*AnnouncePlanListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{103}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanListResp) GetList() []*AnnouncePlanVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// AnnouncePlanDetail
|
|
|
+type AnnouncePlanDetailVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ PlanId int64 `protobuf:"varint,2,opt,name=planId,proto3" json:"planId,omitempty"` // 方案ID
|
|
|
+ Platforms string `protobuf:"bytes,3,opt,name=platforms,proto3" json:"platforms,omitempty"` // 平台
|
|
|
+ Channels string `protobuf:"bytes,4,opt,name=channels,proto3" json:"channels,omitempty"` // 渠道
|
|
|
+ Icon string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"` // 图标
|
|
|
+ Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"` // 标题
|
|
|
+ Content string `protobuf:"bytes,7,opt,name=content,proto3" json:"content,omitempty"` // 内容
|
|
|
+ Url string `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"` // 商店地址
|
|
|
+ ButtonText string `protobuf:"bytes,9,opt,name=buttonText,proto3" json:"buttonText,omitempty"` // 按钮文本
|
|
|
+ Closeable int64 `protobuf:"varint,10,opt,name=closeable,proto3" json:"closeable,omitempty"` // 是否可关闭
|
|
|
+ Sort int64 `protobuf:"varint,11,opt,name=sort,proto3" json:"sort,omitempty"` // 排序
|
|
|
+ PolicyConfig string `protobuf:"bytes,12,opt,name=policyConfig,proto3" json:"policyConfig,omitempty"` // 更新策略配置
|
|
|
+ Status Status `protobuf:"varint,13,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态
|
|
|
+ Remark string `protobuf:"bytes,14,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,15,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,16,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) Reset() {
|
|
|
+ *x = AnnouncePlanDetailVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[104]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AnnouncePlanDetailVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[104]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AnnouncePlanDetailVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*AnnouncePlanDetailVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{104}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetPlanId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PlanId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetPlatforms() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Platforms
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetChannels() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Channels
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetIcon() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Icon
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetTitle() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Title
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetContent() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Content
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetUrl() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Url
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetButtonText() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ButtonText
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetCloseable() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Closeable
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetPolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type AnnouncePlanDetailListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *AnnouncePlanDetailVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ PlanIds []int64 `protobuf:"varint,3,rep,packed,name=planIds,proto3" json:"planIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListReq) Reset() {
|
|
|
+ *x = AnnouncePlanDetailListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[105]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AnnouncePlanDetailListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[105]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AnnouncePlanDetailListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*AnnouncePlanDetailListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{105}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListReq) GetVo() *AnnouncePlanDetailVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListReq) GetPlanIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PlanIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type AnnouncePlanDetailListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*AnnouncePlanDetailVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListResp) Reset() {
|
|
|
+ *x = AnnouncePlanDetailListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[106]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AnnouncePlanDetailListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[106]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AnnouncePlanDetailListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*AnnouncePlanDetailListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{106}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AnnouncePlanDetailListResp) GetList() []*AnnouncePlanDetailVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// ServiceTypes
|
|
|
+type ServiceTypesVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ UserLevel int64 `protobuf:"varint,4,opt,name=userLevel,proto3" json:"userLevel,omitempty"`
|
|
|
+ DeviceLimit int64 `protobuf:"varint,5,opt,name=deviceLimit,proto3" json:"deviceLimit,omitempty"` // 可选字段,Go中是 *int64
|
|
|
+ Sort int64 `protobuf:"varint,6,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Config string `protobuf:"bytes,7,opt,name=config,proto3" json:"config,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,8,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,9,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,10,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,11,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) Reset() {
|
|
|
+ *x = ServiceTypesVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[107]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceTypesVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[107]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceTypesVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceTypesVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{107}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetUserLevel() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UserLevel
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetDeviceLimit() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeviceLimit
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Config
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceTypesGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesGetReq) Reset() {
|
|
|
+ *x = ServiceTypesGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[108]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceTypesGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceTypesGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[108]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceTypesGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceTypesGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{108}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesGetReq) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceTypesListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *ServiceTypesVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListReq) Reset() {
|
|
|
+ *x = ServiceTypesListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[109]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceTypesListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceTypesListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[109]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceTypesListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceTypesListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{109}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListReq) GetVo() *ServiceTypesVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceTypesListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ServiceTypesVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListResp) Reset() {
|
|
|
+ *x = ServiceTypesListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[110]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceTypesListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceTypesListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[110]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceTypesListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceTypesListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{110}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesListResp) GetList() []*ServiceTypesVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceTypesAddReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *ServiceTypesVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesAddReq) Reset() {
|
|
|
+ *x = ServiceTypesAddReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[111]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceTypesAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceTypesAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[111]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceTypesAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceTypesAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{111}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesAddReq) GetVo() *ServiceTypesVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceTypesUpdateReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *ServiceTypesVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesUpdateReq) Reset() {
|
|
|
+ *x = ServiceTypesUpdateReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[112]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesUpdateReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceTypesUpdateReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceTypesUpdateReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[112]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceTypesUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceTypesUpdateReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{112}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesUpdateReq) GetVo() *ServiceTypesVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceTypesDelReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesDelReq) Reset() {
|
|
|
+ *x = ServiceTypesDelReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[113]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesDelReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceTypesDelReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceTypesDelReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[113]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceTypesDelReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceTypesDelReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{113}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceTypesDelReq) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+// ServiceSets
|
|
|
+type ServiceSetsVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ ServiceTypeId int64 `protobuf:"varint,3,opt,name=serviceTypeId,proto3" json:"serviceTypeId,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ LicenseDays int64 `protobuf:"varint,5,opt,name=licenseDays,proto3" json:"licenseDays,omitempty"`
|
|
|
+ Channel string `protobuf:"bytes,6,opt,name=channel,proto3" json:"channel,omitempty"`
|
|
|
+ ChannelItemId string `protobuf:"bytes,7,opt,name=channelItemId,proto3" json:"channelItemId,omitempty"`
|
|
|
+ RefPortalServiceSetId int64 `protobuf:"varint,8,opt,name=refPortalServiceSetId,proto3" json:"refPortalServiceSetId,omitempty"` // Go中是 sql.int64,转换为 int64
|
|
|
+ AppleChannelItemId string `protobuf:"bytes,9,opt,name=appleChannelItemId,proto3" json:"appleChannelItemId,omitempty"`
|
|
|
+ GoogleChannelItemId string `protobuf:"bytes,10,opt,name=googleChannelItemId,proto3" json:"googleChannelItemId,omitempty"`
|
|
|
+ Title string `protobuf:"bytes,11,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
+ SubTitle string `protobuf:"bytes,12,opt,name=subTitle,proto3" json:"subTitle,omitempty"`
|
|
|
+ Introduce string `protobuf:"bytes,13,opt,name=introduce,proto3" json:"introduce,omitempty"`
|
|
|
+ OrgPrice float32 `protobuf:"fixed32,14,opt,name=orgPrice,proto3" json:"orgPrice,omitempty"`
|
|
|
+ Price float32 `protobuf:"fixed32,15,opt,name=price,proto3" json:"price,omitempty"`
|
|
|
+ Display BoolInt `protobuf:"varint,16,opt,name=display,proto3,enum=gorpc.BoolInt" json:"display,omitempty"`
|
|
|
+ IsDefault BoolInt `protobuf:"varint,17,opt,name=isDefault,proto3,enum=gorpc.BoolInt" json:"isDefault,omitempty"`
|
|
|
+ Recommend BoolInt `protobuf:"varint,18,opt,name=recommend,proto3,enum=gorpc.BoolInt" json:"recommend,omitempty"`
|
|
|
+ Hidden BoolInt `protobuf:"varint,19,opt,name=hidden,proto3,enum=gorpc.BoolInt" json:"hidden,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,20,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,21,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,22,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,23,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,24,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) Reset() {
|
|
|
+ *x = ServiceSetsVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[114]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceSetsVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[114]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceSetsVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceSetsVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{114}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetServiceTypeId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ServiceTypeId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetLicenseDays() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.LicenseDays
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetChannel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Channel
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetChannelItemId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ChannelItemId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetRefPortalServiceSetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.RefPortalServiceSetId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetAppleChannelItemId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AppleChannelItemId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetGoogleChannelItemId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.GoogleChannelItemId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetTitle() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Title
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetSubTitle() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.SubTitle
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetIntroduce() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Introduce
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetOrgPrice() float32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.OrgPrice
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetPrice() float32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Price
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetDisplay() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Display
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetIsDefault() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.IsDefault
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetRecommend() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Recommend
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetHidden() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Hidden
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceSetsGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsGetReq) Reset() {
|
|
|
+ *x = ServiceSetsGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[115]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceSetsGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceSetsGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[115]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceSetsGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceSetsGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{115}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsGetReq) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceSetsListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *ServiceSetsVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ServiceTypeIds []int64 `protobuf:"varint,4,rep,packed,name=serviceTypeIds,proto3" json:"serviceTypeIds,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,5,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListReq) Reset() {
|
|
|
+ *x = ServiceSetsListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[116]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceSetsListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceSetsListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[116]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceSetsListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceSetsListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{116}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListReq) GetVo() *ServiceSetsVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListReq) GetServiceTypeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ServiceTypeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceSetsListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ServiceSetsVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListResp) Reset() {
|
|
|
+ *x = ServiceSetsListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[117]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceSetsListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceSetsListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[117]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceSetsListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceSetsListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{117}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsListResp) GetList() []*ServiceSetsVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceSetsAddReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *ServiceSetsVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsAddReq) Reset() {
|
|
|
+ *x = ServiceSetsAddReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[118]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceSetsAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceSetsAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[118]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceSetsAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceSetsAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{118}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsAddReq) GetVo() *ServiceSetsVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceSetsUpdateReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *ServiceSetsVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsUpdateReq) Reset() {
|
|
|
+ *x = ServiceSetsUpdateReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[119]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsUpdateReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceSetsUpdateReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceSetsUpdateReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[119]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceSetsUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceSetsUpdateReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{119}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsUpdateReq) GetVo() *ServiceSetsVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ServiceSetsDelReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsDelReq) Reset() {
|
|
|
+ *x = ServiceSetsDelReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[120]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsDelReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ServiceSetsDelReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ServiceSetsDelReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[120]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ServiceSetsDelReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ServiceSetsDelReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{120}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ServiceSetsDelReq) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type MessagePushVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
|
|
|
+ Operator int64 `protobuf:"varint,3,opt,name=operator,proto3" json:"operator,omitempty"`
|
|
|
+ Module string `protobuf:"bytes,4,opt,name=module,proto3" json:"module,omitempty"`
|
|
|
+ Title string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
+ Message string `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"`
|
|
|
+ ImgUrl string `protobuf:"bytes,7,opt,name=imgUrl,proto3" json:"imgUrl,omitempty"`
|
|
|
+ Data string `protobuf:"bytes,8,opt,name=data,proto3" json:"data,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,9,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ AreaParam int64 `protobuf:"varint,10,opt,name=areaParam,proto3" json:"areaParam,omitempty"`
|
|
|
+ Topics []string `protobuf:"bytes,11,rep,name=topics,proto3" json:"topics,omitempty"`
|
|
|
+ FirebaseTokens []string `protobuf:"bytes,12,rep,name=firebaseTokens,proto3" json:"firebaseTokens,omitempty"`
|
|
|
+ PublishTime int64 `protobuf:"varint,13,opt,name=publishTime,proto3" json:"publishTime,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,14,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,15,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) Reset() {
|
|
|
+ *x = MessagePushVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[121]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*MessagePushVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *MessagePushVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[121]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use MessagePushVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*MessagePushVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{121}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetStatus() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetOperator() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Operator
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetModule() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Module
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetTitle() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Title
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetMessage() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Message
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetImgUrl() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ImgUrl
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetData() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Data
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetAreaParam() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.AreaParam
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetTopics() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Topics
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetFirebaseTokens() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.FirebaseTokens
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetPublishTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PublishTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type MessagePushListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *MessagePushVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushListReq) Reset() {
|
|
|
+ *x = MessagePushListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[122]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*MessagePushListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *MessagePushListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[122]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use MessagePushListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*MessagePushListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{122}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushListReq) GetVo() *MessagePushVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type MessagePushListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*MessagePushVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushListResp) Reset() {
|
|
|
+ *x = MessagePushListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[123]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*MessagePushListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *MessagePushListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[123]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use MessagePushListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*MessagePushListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{123}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MessagePushListResp) GetList() []*MessagePushVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaEpisodeVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ DramaId int64 `protobuf:"varint,2,opt,name=dramaId,proto3" json:"dramaId,omitempty"`
|
|
|
+ Type int64 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Videos string `protobuf:"bytes,6,opt,name=videos,proto3" json:"videos,omitempty"`
|
|
|
+ Subtitles string `protobuf:"bytes,7,opt,name=subtitles,proto3" json:"subtitles,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,8,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,9,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,10,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ DanmakuUrl string `protobuf:"bytes,11,opt,name=danmakuUrl,proto3" json:"danmakuUrl,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) Reset() {
|
|
|
+ *x = ShortDramaEpisodeVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[124]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaEpisodeVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[124]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaEpisodeVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaEpisodeVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{124}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetDramaId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DramaId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Type
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetVideos() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Videos
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetSubtitles() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Subtitles
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeVo) GetDanmakuUrl() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DanmakuUrl
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaEpisodeGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *ShortDramaEpisodeVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeGetReq) Reset() {
|
|
|
+ *x = ShortDramaEpisodeGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[125]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaEpisodeGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[125]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaEpisodeGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaEpisodeGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{125}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeGetReq) GetVo() *ShortDramaEpisodeVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaEpisodeListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *ShortDramaEpisodeVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ DramaIds []int64 `protobuf:"varint,3,rep,packed,name=dramaIds,proto3" json:"dramaIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListReq) Reset() {
|
|
|
+ *x = ShortDramaEpisodeListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[126]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaEpisodeListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[126]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaEpisodeListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaEpisodeListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{126}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListReq) GetVo() *ShortDramaEpisodeVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListReq) GetDramaIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DramaIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaEpisodeListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ShortDramaEpisodeVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListResp) Reset() {
|
|
|
+ *x = ShortDramaEpisodeListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[127]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaEpisodeListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[127]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaEpisodeListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaEpisodeListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{127}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeListResp) GetList() []*ShortDramaEpisodeVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaEpisodeBatchAddReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ DramaId int64 `protobuf:"varint,1,opt,name=dramaId,proto3" json:"dramaId,omitempty"`
|
|
|
+ Episodes []*ShortDramaEpisodeVo `protobuf:"bytes,2,rep,name=episodes,proto3" json:"episodes,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeBatchAddReq) Reset() {
|
|
|
+ *x = ShortDramaEpisodeBatchAddReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[128]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeBatchAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaEpisodeBatchAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeBatchAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[128]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaEpisodeBatchAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaEpisodeBatchAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{128}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeBatchAddReq) GetDramaId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DramaId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeBatchAddReq) GetEpisodes() []*ShortDramaEpisodeVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Episodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaEpisodeBatchRefreshUpdateTimeReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ DramaId int64 `protobuf:"varint,1,opt,name=dramaId,proto3" json:"dramaId,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeBatchRefreshUpdateTimeReq) Reset() {
|
|
|
+ *x = ShortDramaEpisodeBatchRefreshUpdateTimeReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[129]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeBatchRefreshUpdateTimeReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaEpisodeBatchRefreshUpdateTimeReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeBatchRefreshUpdateTimeReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[129]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaEpisodeBatchRefreshUpdateTimeReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaEpisodeBatchRefreshUpdateTimeReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{129}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeBatchRefreshUpdateTimeReq) GetDramaId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DramaId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaLanguageVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ DramaId int64 `protobuf:"varint,2,opt,name=dramaId,proto3" json:"dramaId,omitempty"`
|
|
|
+ Lang string `protobuf:"bytes,3,opt,name=lang,proto3" json:"lang,omitempty"`
|
|
|
+ Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
+ Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
|
|
|
+ Covers string `protobuf:"bytes,6,opt,name=covers,proto3" json:"covers,omitempty"`
|
|
|
+ CoverDominantColor string `protobuf:"bytes,7,opt,name=coverDominantColor,proto3" json:"coverDominantColor,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) Reset() {
|
|
|
+ *x = ShortDramaLanguageVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[130]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaLanguageVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[130]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaLanguageVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaLanguageVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{130}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) GetDramaId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DramaId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) GetLang() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lang
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) GetTitle() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Title
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) GetDescription() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Description
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) GetCovers() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Covers
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) GetCoverDominantColor() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.CoverDominantColor
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCodes string `protobuf:"bytes,2,opt,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
+ Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
|
|
+ Covers string `protobuf:"bytes,5,opt,name=covers,proto3" json:"covers,omitempty"`
|
|
|
+ CoverDominantColor string `protobuf:"bytes,6,opt,name=coverDominantColor,proto3" json:"coverDominantColor,omitempty"`
|
|
|
+ Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
+ Tags string `protobuf:"bytes,8,opt,name=tags,proto3" json:"tags,omitempty"`
|
|
|
+ ReleaseRegions string `protobuf:"bytes,9,opt,name=releaseRegions,proto3" json:"releaseRegions,omitempty"`
|
|
|
+ ReleaseDate int64 `protobuf:"varint,10,opt,name=releaseDate,proto3" json:"releaseDate,omitempty"`
|
|
|
+ TotalEpisodes int64 `protobuf:"varint,11,opt,name=totalEpisodes,proto3" json:"totalEpisodes,omitempty"`
|
|
|
+ CompletedStatus int64 `protobuf:"varint,12,opt,name=completedStatus,proto3" json:"completedStatus,omitempty"`
|
|
|
+ CopyrightSupplier string `protobuf:"bytes,13,opt,name=copyrightSupplier,proto3" json:"copyrightSupplier,omitempty"`
|
|
|
+ CopyrightDoc string `protobuf:"bytes,14,opt,name=copyrightDoc,proto3" json:"copyrightDoc,omitempty"`
|
|
|
+ CopyrightPurchaseDate int64 `protobuf:"varint,15,opt,name=copyrightPurchaseDate,proto3" json:"copyrightPurchaseDate,omitempty"`
|
|
|
+ CopyrightExpireDate int64 `protobuf:"varint,16,opt,name=copyrightExpireDate,proto3" json:"copyrightExpireDate,omitempty"`
|
|
|
+ Status int64 `protobuf:"varint,17,opt,name=status,proto3" json:"status,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,18,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,19,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ GhostCutId string `protobuf:"bytes,20,opt,name=ghostCutId,proto3" json:"ghostCutId,omitempty"`
|
|
|
+ Recommend int64 `protobuf:"varint,21,opt,name=recommend,proto3" json:"recommend,omitempty"`
|
|
|
+ OtherConfig string `protobuf:"bytes,22,opt,name=otherConfig,proto3" json:"otherConfig,omitempty"`
|
|
|
+ ShortDramaLanguages []*ShortDramaLanguageVo `protobuf:"bytes,23,rep,name=shortDramaLanguages,proto3" json:"shortDramaLanguages,omitempty"`
|
|
|
+ MainEpisodeCount int64 `protobuf:"varint,24,opt,name=mainEpisodeCount,proto3" json:"mainEpisodeCount,omitempty"`
|
|
|
+ TrailerEpisodeCount int64 `protobuf:"varint,25,opt,name=trailerEpisodeCount,proto3" json:"trailerEpisodeCount,omitempty"`
|
|
|
+ CopyrightId int64 `protobuf:"varint,26,opt,name=copyrightId,proto3" json:"copyrightId,omitempty"`
|
|
|
+ Creator int64 `protobuf:"varint,27,opt,name=creator,proto3" json:"creator,omitempty"`
|
|
|
+ Modifier int64 `protobuf:"varint,28,opt,name=modifier,proto3" json:"modifier,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) Reset() {
|
|
|
+ *x = ShortDramaVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[131]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[131]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{131}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetProductCodes() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetTitle() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Title
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetDescription() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Description
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCovers() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Covers
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCoverDominantColor() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.CoverDominantColor
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Type
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetTags() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Tags
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetReleaseRegions() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ReleaseRegions
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetReleaseDate() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ReleaseDate
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetTotalEpisodes() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TotalEpisodes
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCompletedStatus() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CompletedStatus
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCopyrightSupplier() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.CopyrightSupplier
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCopyrightDoc() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.CopyrightDoc
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCopyrightPurchaseDate() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CopyrightPurchaseDate
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCopyrightExpireDate() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CopyrightExpireDate
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetStatus() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetGhostCutId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.GhostCutId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetRecommend() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Recommend
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetOtherConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.OtherConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetShortDramaLanguages() []*ShortDramaLanguageVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.ShortDramaLanguages
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetMainEpisodeCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MainEpisodeCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetTrailerEpisodeCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TrailerEpisodeCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCopyrightId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CopyrightId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetCreator() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Creator
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaVo) GetModifier() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Modifier
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *ShortDramaVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ CountryCode string `protobuf:"bytes,3,opt,name=countryCode,proto3" json:"countryCode,omitempty"`
|
|
|
+ Lang string `protobuf:"bytes,4,opt,name=lang,proto3" json:"lang,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaGetReq) Reset() {
|
|
|
+ *x = ShortDramaGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[132]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[132]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{132}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaGetReq) GetVo() *ShortDramaVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaGetReq) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaGetReq) GetCountryCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.CountryCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaGetReq) GetLang() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lang
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *ShortDramaVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,4,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ CountryCode string `protobuf:"bytes,5,opt,name=countryCode,proto3" json:"countryCode,omitempty"`
|
|
|
+ Lang string `protobuf:"bytes,6,opt,name=lang,proto3" json:"lang,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListReq) Reset() {
|
|
|
+ *x = ShortDramaListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[133]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[133]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{133}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListReq) GetVo() *ShortDramaVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListReq) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListReq) GetCountryCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.CountryCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListReq) GetLang() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lang
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ShortDramaVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListResp) Reset() {
|
|
|
+ *x = ShortDramaListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[134]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[134]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{134}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaListResp) GetList() []*ShortDramaVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaLanguageListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *ShortDramaLanguageVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListReq) Reset() {
|
|
|
+ *x = ShortDramaLanguageListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[135]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaLanguageListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[135]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaLanguageListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaLanguageListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{135}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListReq) GetVo() *ShortDramaLanguageVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaLanguageListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ShortDramaLanguageVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListResp) Reset() {
|
|
|
+ *x = ShortDramaLanguageListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[136]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaLanguageListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[136]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaLanguageListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaLanguageListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{136}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaLanguageListResp) GetList() []*ShortDramaLanguageVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaEpisodeCountVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ DramaId int64 `protobuf:"varint,1,opt,name=dramaId,proto3" json:"dramaId,omitempty"`
|
|
|
+ EpisodeCount int64 `protobuf:"varint,2,opt,name=episodeCount,proto3" json:"episodeCount,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountVo) Reset() {
|
|
|
+ *x = ShortDramaEpisodeCountVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[137]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaEpisodeCountVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[137]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaEpisodeCountVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaEpisodeCountVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{137}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountVo) GetDramaId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DramaId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountVo) GetEpisodeCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EpisodeCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaEpisodeCountReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,2,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Type int64 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
+ DramaIds []int64 `protobuf:"varint,4,rep,packed,name=dramaIds,proto3" json:"dramaIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountReq) Reset() {
|
|
|
+ *x = ShortDramaEpisodeCountReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[138]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaEpisodeCountReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[138]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaEpisodeCountReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaEpisodeCountReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{138}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountReq) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountReq) GetType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Type
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountReq) GetDramaIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DramaIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaEpisodeCountResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ShortDramaEpisodeCountVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountResp) Reset() {
|
|
|
+ *x = ShortDramaEpisodeCountResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[139]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaEpisodeCountResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[139]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaEpisodeCountResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaEpisodeCountResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{139}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaEpisodeCountResp) GetList() []*ShortDramaEpisodeCountVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaCheckNameReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // 短剧名称
|
|
|
+ Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` // 编辑时排除当前短剧ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaCheckNameReq) Reset() {
|
|
|
+ *x = ShortDramaCheckNameReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[140]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaCheckNameReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaCheckNameReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaCheckNameReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[140]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaCheckNameReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaCheckNameReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{140}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaCheckNameReq) GetTitle() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Title
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaCheckNameReq) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaCheckNameResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"` // 是否存在
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaCheckNameResp) Reset() {
|
|
|
+ *x = ShortDramaCheckNameResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[141]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaCheckNameResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaCheckNameResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaCheckNameResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[141]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaCheckNameResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaCheckNameResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{141}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaCheckNameResp) GetExists() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.Exists
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaUpdateModifierReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ Modifier int64 `protobuf:"varint,2,opt,name=modifier,proto3" json:"modifier,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaUpdateModifierReq) Reset() {
|
|
|
+ *x = ShortDramaUpdateModifierReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[142]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaUpdateModifierReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaUpdateModifierReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaUpdateModifierReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[142]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaUpdateModifierReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaUpdateModifierReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{142}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaUpdateModifierReq) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaUpdateModifierReq) GetModifier() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Modifier
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type SetTotalStatsReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ DramaId int64 `protobuf:"varint,1,opt,name=dramaId,proto3" json:"dramaId,omitempty"`
|
|
|
+ Country string `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
|
|
|
+ TodayPlayCount int64 `protobuf:"varint,3,opt,name=todayPlayCount,proto3" json:"todayPlayCount,omitempty"`
|
|
|
+ WeeklyPlayCount int64 `protobuf:"varint,4,opt,name=weeklyPlayCount,proto3" json:"weeklyPlayCount,omitempty"`
|
|
|
+ MonthlyPlayCount int64 `protobuf:"varint,5,opt,name=monthlyPlayCount,proto3" json:"monthlyPlayCount,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SetTotalStatsReq) Reset() {
|
|
|
+ *x = SetTotalStatsReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[143]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SetTotalStatsReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SetTotalStatsReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SetTotalStatsReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[143]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SetTotalStatsReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SetTotalStatsReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{143}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SetTotalStatsReq) GetDramaId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DramaId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SetTotalStatsReq) GetCountry() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Country
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SetTotalStatsReq) GetTodayPlayCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TodayPlayCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SetTotalStatsReq) GetWeeklyPlayCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.WeeklyPlayCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SetTotalStatsReq) GetMonthlyPlayCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MonthlyPlayCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaStatsPlaysTotalVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ DramaId int64 `protobuf:"varint,2,opt,name=dramaId,proto3" json:"dramaId,omitempty"`
|
|
|
+ Country string `protobuf:"bytes,3,opt,name=country,proto3" json:"country,omitempty"`
|
|
|
+ TodayPlayCount int64 `protobuf:"varint,4,opt,name=todayPlayCount,proto3" json:"todayPlayCount,omitempty"`
|
|
|
+ WeeklyPlayCount int64 `protobuf:"varint,5,opt,name=weeklyPlayCount,proto3" json:"weeklyPlayCount,omitempty"`
|
|
|
+ MonthlyPlayCount int64 `protobuf:"varint,6,opt,name=monthlyPlayCount,proto3" json:"monthlyPlayCount,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) Reset() {
|
|
|
+ *x = ShortDramaStatsPlaysTotalVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[144]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaStatsPlaysTotalVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[144]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaStatsPlaysTotalVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaStatsPlaysTotalVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{144}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) GetDramaId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DramaId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) GetCountry() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Country
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) GetTodayPlayCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TodayPlayCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) GetWeeklyPlayCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.WeeklyPlayCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) GetMonthlyPlayCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MonthlyPlayCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaStatsPlaysTotalListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Country string `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"` // 国家代码
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListReq) Reset() {
|
|
|
+ *x = ShortDramaStatsPlaysTotalListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[145]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaStatsPlaysTotalListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[145]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaStatsPlaysTotalListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaStatsPlaysTotalListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{145}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListReq) GetCountry() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Country
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type ShortDramaStatsPlaysTotalListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*ShortDramaStatsPlaysTotalVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListResp) Reset() {
|
|
|
+ *x = ShortDramaStatsPlaysTotalListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[146]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShortDramaStatsPlaysTotalListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[146]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ShortDramaStatsPlaysTotalListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ShortDramaStatsPlaysTotalListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{146}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShortDramaStatsPlaysTotalListResp) GetList() []*ShortDramaStatsPlaysTotalVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // 登录名
|
|
|
+ Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` // 登录密码
|
|
|
+ Nickname string `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"` // 昵称
|
|
|
+ Avatar string `protobuf:"bytes,5,opt,name=avatar,proto3" json:"avatar,omitempty"` // 头像
|
|
|
+ Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"` // 邮箱
|
|
|
+ Phone string `protobuf:"bytes,7,opt,name=phone,proto3" json:"phone,omitempty"` // 手机号
|
|
|
+ Remark string `protobuf:"bytes,8,opt,name=remark,proto3" json:"remark,omitempty"` // 备注
|
|
|
+ IsSuperAdmin BoolInt `protobuf:"varint,9,opt,name=isSuperAdmin,proto3,enum=gorpc.BoolInt" json:"isSuperAdmin,omitempty"` // 是否为超级管理员 1是 2否
|
|
|
+ PermsLevel int64 `protobuf:"varint,10,opt,name=permsLevel,proto3" json:"permsLevel,omitempty"` // 权限等级 值越大 权限越小
|
|
|
+ Status Status `protobuf:"varint,11,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态 1正常 2冻结
|
|
|
+ CreateTime int64 `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 修改时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) Reset() {
|
|
|
+ *x = SysUserVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[147]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[147]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{147}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetUsername() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Username
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetPassword() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Password
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetNickname() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Nickname
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetAvatar() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Avatar
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetEmail() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Email
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetPhone() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Phone
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetIsSuperAdmin() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.IsSuperAdmin
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetPermsLevel() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PermsLevel
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type SysRoleVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"` // 所属产品
|
|
|
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // 角色名
|
|
|
+ Remark string `protobuf:"bytes,4,opt,name=remark,proto3" json:"remark,omitempty"` // 备注
|
|
|
+ Status Status `protobuf:"varint,5,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态 1启用 2禁用
|
|
|
+ CreateTime int64 `protobuf:"varint,6,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,7,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 修改时间
|
|
|
+ PermsLevel int64 `protobuf:"varint,8,opt,name=permsLevel,proto3" json:"permsLevel,omitempty"` // 权限等级 值越大 权限越小
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) Reset() {
|
|
|
+ *x = SysRoleVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[148]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRoleVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRoleVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[148]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRoleVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRoleVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{148}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleVo) GetPermsLevel() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PermsLevel
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type SysPermVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // 权限名
|
|
|
+ Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` // 权限code
|
|
|
+ Remark string `protobuf:"bytes,4,opt,name=remark,proto3" json:"remark,omitempty"` // 备注
|
|
|
+ Status Status `protobuf:"varint,5,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态 1启用 2禁用
|
|
|
+ CreateTime int64 `protobuf:"varint,6,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,7,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 修改时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermVo) Reset() {
|
|
|
+ *x = SysPermVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[149]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysPermVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysPermVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[149]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysPermVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysPermVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{149}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermVo) GetCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Code
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserRoleVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ UserId int64 `protobuf:"varint,2,opt,name=userId,proto3" json:"userId,omitempty"` // 用户ID
|
|
|
+ RoleId int64 `protobuf:"varint,3,opt,name=roleId,proto3" json:"roleId,omitempty"` // 角色ID
|
|
|
+ CreateTime int64 `protobuf:"varint,4,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,5,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 修改时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleVo) Reset() {
|
|
|
+ *x = SysUserRoleVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[150]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserRoleVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserRoleVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[150]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserRoleVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserRoleVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{150}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleVo) GetUserId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UserId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleVo) GetRoleId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.RoleId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type SysRolePermVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ RoleId int64 `protobuf:"varint,2,opt,name=roleId,proto3" json:"roleId,omitempty"` // 角色ID
|
|
|
+ PermId int64 `protobuf:"varint,3,opt,name=permId,proto3" json:"permId,omitempty"` // 权限ID
|
|
|
+ CreateTime int64 `protobuf:"varint,4,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,5,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 修改时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermVo) Reset() {
|
|
|
+ *x = SysRolePermVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[151]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRolePermVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRolePermVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[151]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRolePermVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRolePermVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{151}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermVo) GetRoleId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.RoleId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermVo) GetPermId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PermId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserPermVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // ID
|
|
|
+ UserId int64 `protobuf:"varint,2,opt,name=userId,proto3" json:"userId,omitempty"` // 用户ID
|
|
|
+ PermId int64 `protobuf:"varint,3,opt,name=permId,proto3" json:"permId,omitempty"` // 权限ID
|
|
|
+ Effect string `protobuf:"bytes,4,opt,name=effect,proto3" json:"effect,omitempty"` // 权限控制策略 ALLOW允许 DENY拒绝
|
|
|
+ CreateTime int64 `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,6,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 修改时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermVo) Reset() {
|
|
|
+ *x = SysUserPermVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[152]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserPermVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserPermVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[152]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserPermVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserPermVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{152}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermVo) GetUserId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UserId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermVo) GetPermId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PermId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermVo) GetEffect() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Effect
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type SysPermRule struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ PermId int64 `protobuf:"varint,1,opt,name=permId,proto3" json:"permId,omitempty"`
|
|
|
+ Effect string `protobuf:"bytes,2,opt,name=effect,proto3" json:"effect,omitempty"` // ALLOW允许 DENY拒绝
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermRule) Reset() {
|
|
|
+ *x = SysPermRule{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[153]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermRule) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysPermRule) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysPermRule) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[153]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysPermRule.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysPermRule) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{153}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermRule) GetPermId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PermId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermRule) GetEffect() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Effect
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserWithRoleIdsAndPermRules struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ User *SysUserVo `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // 用户信息
|
|
|
+ RoleIds []int64 `protobuf:"varint,2,rep,packed,name=roleIds,proto3" json:"roleIds,omitempty"` // 角色
|
|
|
+ PermRules []*SysPermRule `protobuf:"bytes,3,rep,name=permRules,proto3" json:"permRules,omitempty"` // 权限
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRoleIdsAndPermRules) Reset() {
|
|
|
+ *x = SysUserWithRoleIdsAndPermRules{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[154]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRoleIdsAndPermRules) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserWithRoleIdsAndPermRules) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserWithRoleIdsAndPermRules) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[154]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserWithRoleIdsAndPermRules.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserWithRoleIdsAndPermRules) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{154}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRoleIdsAndPermRules) GetUser() *SysUserVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.User
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRoleIdsAndPermRules) GetRoleIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.RoleIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRoleIdsAndPermRules) GetPermRules() []*SysPermRule {
|
|
|
+ if x != nil {
|
|
|
+ return x.PermRules
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserWithRolesAndPerms struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ User *SysUserVo `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // 用户信息
|
|
|
+ Roles []*SysRoleVo `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"` // 角色
|
|
|
+ Perms []*SysPermVo `protobuf:"bytes,3,rep,name=perms,proto3" json:"perms,omitempty"` // 权限
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRolesAndPerms) Reset() {
|
|
|
+ *x = SysUserWithRolesAndPerms{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[155]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRolesAndPerms) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserWithRolesAndPerms) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserWithRolesAndPerms) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[155]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserWithRolesAndPerms.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserWithRolesAndPerms) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{155}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRolesAndPerms) GetUser() *SysUserVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.User
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRolesAndPerms) GetRoles() []*SysRoleVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Roles
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserWithRolesAndPerms) GetPerms() []*SysPermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Perms
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *SysUserVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserGetReq) Reset() {
|
|
|
+ *x = SysUserGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[156]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[156]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{156}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserGetReq) GetVo() *SysUserVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *SysUserVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListReq) Reset() {
|
|
|
+ *x = SysUserListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[157]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[157]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{157}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListReq) GetVo() *SysUserVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*SysUserVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListResp) Reset() {
|
|
|
+ *x = SysUserListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[158]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[158]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{158}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListResp) GetList() []*SysUserVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserListWithRolesAndPermsResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*SysUserWithRolesAndPerms `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListWithRolesAndPermsResp) Reset() {
|
|
|
+ *x = SysUserListWithRolesAndPermsResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[159]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListWithRolesAndPermsResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserListWithRolesAndPermsResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserListWithRolesAndPermsResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[159]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserListWithRolesAndPermsResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserListWithRolesAndPermsResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{159}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListWithRolesAndPermsResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserListWithRolesAndPermsResp) GetList() []*SysUserWithRolesAndPerms {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysRoleWithPermIds struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Role *SysRoleVo `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
|
|
|
+ PermIds []int64 `protobuf:"varint,2,rep,packed,name=permIds,proto3" json:"permIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleWithPermIds) Reset() {
|
|
|
+ *x = SysRoleWithPermIds{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[160]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleWithPermIds) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRoleWithPermIds) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRoleWithPermIds) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[160]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRoleWithPermIds.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRoleWithPermIds) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{160}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleWithPermIds) GetRole() *SysRoleVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Role
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleWithPermIds) GetPermIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PermIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysRoleWithPerms struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Role *SysRoleVo `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
|
|
|
+ Perms []*SysPermVo `protobuf:"bytes,2,rep,name=perms,proto3" json:"perms,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleWithPerms) Reset() {
|
|
|
+ *x = SysRoleWithPerms{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[161]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleWithPerms) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRoleWithPerms) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRoleWithPerms) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[161]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRoleWithPerms.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRoleWithPerms) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{161}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleWithPerms) GetRole() *SysRoleVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Role
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleWithPerms) GetPerms() []*SysPermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Perms
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysRoleGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *SysRoleVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleGetReq) Reset() {
|
|
|
+ *x = SysRoleGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[162]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRoleGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRoleGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[162]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRoleGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRoleGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{162}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleGetReq) GetVo() *SysRoleVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysRoleListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *SysRoleVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"` // 所属产品
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListReq) Reset() {
|
|
|
+ *x = SysRoleListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[163]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRoleListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRoleListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[163]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRoleListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRoleListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{163}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListReq) GetVo() *SysRoleVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysRoleListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*SysRoleVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListResp) Reset() {
|
|
|
+ *x = SysRoleListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[164]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRoleListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRoleListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[164]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRoleListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRoleListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{164}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListResp) GetList() []*SysRoleVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysRoleListWithPermsResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*SysRoleWithPerms `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListWithPermsResp) Reset() {
|
|
|
+ *x = SysRoleListWithPermsResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[165]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListWithPermsResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRoleListWithPermsResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRoleListWithPermsResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[165]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRoleListWithPermsResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRoleListWithPermsResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{165}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListWithPermsResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRoleListWithPermsResp) GetList() []*SysRoleWithPerms {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysPermGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *SysPermVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermGetReq) Reset() {
|
|
|
+ *x = SysPermGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[166]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysPermGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysPermGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[166]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysPermGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysPermGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{166}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermGetReq) GetVo() *SysPermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysPermListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *SysPermVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermListReq) Reset() {
|
|
|
+ *x = SysPermListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[167]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysPermListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysPermListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[167]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysPermListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysPermListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{167}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermListReq) GetVo() *SysPermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysPermListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*SysPermVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermListResp) Reset() {
|
|
|
+ *x = SysPermListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[168]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysPermListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysPermListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[168]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysPermListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysPermListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{168}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysPermListResp) GetList() []*SysPermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserRoleGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *SysUserRoleVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleGetReq) Reset() {
|
|
|
+ *x = SysUserRoleGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[169]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserRoleGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserRoleGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[169]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserRoleGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserRoleGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{169}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleGetReq) GetVo() *SysUserRoleVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserRoleListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *SysUserRoleVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleListReq) Reset() {
|
|
|
+ *x = SysUserRoleListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[170]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserRoleListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserRoleListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[170]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserRoleListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserRoleListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{170}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleListReq) GetVo() *SysUserRoleVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserRoleListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*SysUserRoleVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleListResp) Reset() {
|
|
|
+ *x = SysUserRoleListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[171]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserRoleListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserRoleListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[171]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserRoleListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserRoleListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{171}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserRoleListResp) GetList() []*SysUserRoleVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysRolePermGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *SysRolePermVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermGetReq) Reset() {
|
|
|
+ *x = SysRolePermGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[172]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRolePermGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRolePermGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[172]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRolePermGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRolePermGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{172}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermGetReq) GetVo() *SysRolePermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysRolePermListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *SysRolePermVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermListReq) Reset() {
|
|
|
+ *x = SysRolePermListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[173]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRolePermListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRolePermListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[173]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRolePermListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRolePermListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{173}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermListReq) GetVo() *SysRolePermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysRolePermListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*SysRolePermVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermListResp) Reset() {
|
|
|
+ *x = SysRolePermListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[174]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysRolePermListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysRolePermListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[174]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysRolePermListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysRolePermListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{174}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysRolePermListResp) GetList() []*SysRolePermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserPermGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *SysUserPermVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermGetReq) Reset() {
|
|
|
+ *x = SysUserPermGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[175]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserPermGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserPermGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[175]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserPermGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserPermGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{175}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermGetReq) GetVo() *SysUserPermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserPermListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *SysUserPermVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermListReq) Reset() {
|
|
|
+ *x = SysUserPermListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[176]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserPermListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserPermListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[176]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserPermListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserPermListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{176}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermListReq) GetVo() *SysUserPermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SysUserPermListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*SysUserPermVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermListResp) Reset() {
|
|
|
+ *x = SysUserPermListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[177]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SysUserPermListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SysUserPermListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[177]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SysUserPermListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*SysUserPermListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{177}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SysUserPermListResp) GetList() []*SysUserPermVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// Account
|
|
|
+type AccountVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 主键ID
|
|
|
+ UserUuid string `protobuf:"bytes,2,opt,name=userUuid,proto3" json:"userUuid,omitempty"` // 用户UUID
|
|
|
+ ProductCode string `protobuf:"bytes,3,opt,name=productCode,proto3" json:"productCode,omitempty"` // 产品ID
|
|
|
+ Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` // 用户名
|
|
|
+ Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"` // 密码
|
|
|
+ AccountKey string `protobuf:"bytes,6,opt,name=accountKey,proto3" json:"accountKey,omitempty"` // 账号KEY
|
|
|
+ AccountPassword string `protobuf:"bytes,7,opt,name=accountPassword,proto3" json:"accountPassword,omitempty"` // 账号密码
|
|
|
+ AccountType int64 `protobuf:"varint,8,opt,name=accountType,proto3" json:"accountType,omitempty"` // 账号类型
|
|
|
+ RegistMode int64 `protobuf:"varint,9,opt,name=registMode,proto3" json:"registMode,omitempty"` // 注册方式
|
|
|
+ Provider string `protobuf:"bytes,10,opt,name=provider,proto3" json:"provider,omitempty"` // 授权登录标识
|
|
|
+ WhitelistUser BoolInt `protobuf:"varint,11,opt,name=whitelistUser,proto3,enum=gorpc.BoolInt" json:"whitelistUser,omitempty"` // 白名单用户
|
|
|
+ Activated BoolInt `protobuf:"varint,12,opt,name=activated,proto3,enum=gorpc.BoolInt" json:"activated,omitempty"` // 是否激活
|
|
|
+ Config string `protobuf:"bytes,13,opt,name=config,proto3" json:"config,omitempty"` // 配置
|
|
|
+ Status Status `protobuf:"varint,14,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态
|
|
|
+ Avatar string `protobuf:"bytes,15,opt,name=avatar,proto3" json:"avatar,omitempty"` // 头像
|
|
|
+ Area string `protobuf:"bytes,16,opt,name=area,proto3" json:"area,omitempty"` // 指定地区
|
|
|
+ Remark string `protobuf:"bytes,17,opt,name=remark,proto3" json:"remark,omitempty"` // 备注
|
|
|
+ DeviceId string `protobuf:"bytes,18,opt,name=deviceId,proto3" json:"deviceId,omitempty"` // 设备ID
|
|
|
+ Platform string `protobuf:"bytes,19,opt,name=platform,proto3" json:"platform,omitempty"` // 平台
|
|
|
+ Channel string `protobuf:"bytes,20,opt,name=channel,proto3" json:"channel,omitempty"` // 渠道
|
|
|
+ DeviceModel string `protobuf:"bytes,21,opt,name=deviceModel,proto3" json:"deviceModel,omitempty"` // 设备型号
|
|
|
+ DeviceOs string `protobuf:"bytes,22,opt,name=deviceOs,proto3" json:"deviceOs,omitempty"` // 设备系统
|
|
|
+ Timezone int64 `protobuf:"varint,23,opt,name=timezone,proto3" json:"timezone,omitempty"` // 时区
|
|
|
+ Lang string `protobuf:"bytes,24,opt,name=lang,proto3" json:"lang,omitempty"` // 语言
|
|
|
+ Ip string `protobuf:"bytes,25,opt,name=ip,proto3" json:"ip,omitempty"` // IP
|
|
|
+ Country string `protobuf:"bytes,26,opt,name=country,proto3" json:"country,omitempty"` // 国家
|
|
|
+ Province string `protobuf:"bytes,27,opt,name=province,proto3" json:"province,omitempty"` // 省份
|
|
|
+ City string `protobuf:"bytes,28,opt,name=city,proto3" json:"city,omitempty"` // 城市
|
|
|
+ Isp string `protobuf:"bytes,29,opt,name=isp,proto3" json:"isp,omitempty"` // ISP
|
|
|
+ AppVer int64 `protobuf:"varint,30,opt,name=appVer,proto3" json:"appVer,omitempty"` // 产品版本号
|
|
|
+ AppRuntimeCode int64 `protobuf:"varint,31,opt,name=appRuntimeCode,proto3" json:"appRuntimeCode,omitempty"` // 产品运行码
|
|
|
+ CreateTime int64 `protobuf:"varint,32,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,33,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 更新时间
|
|
|
+ Version string `protobuf:"bytes,34,opt,name=version,proto3" json:"version,omitempty"` // 数据版本
|
|
|
+ SessionId string `protobuf:"bytes,35,opt,name=sessionId,proto3" json:"sessionId,omitempty"` // 登录凭证
|
|
|
+ SessionCreateTime int64 `protobuf:"varint,36,opt,name=sessionCreateTime,proto3" json:"sessionCreateTime,omitempty"` // 凭证创建时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) Reset() {
|
|
|
+ *x = AccountVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[178]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AccountVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AccountVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[178]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AccountVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*AccountVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{178}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetUserUuid() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.UserUuid
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetUsername() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Username
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetPassword() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Password
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetAccountKey() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AccountKey
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetAccountPassword() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AccountPassword
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetAccountType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.AccountType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetRegistMode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.RegistMode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetProvider() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Provider
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetWhitelistUser() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.WhitelistUser
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetActivated() BoolInt {
|
|
|
+ if x != nil {
|
|
|
+ return x.Activated
|
|
|
+ }
|
|
|
+ return BoolInt_BoolIntUnknown
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Config
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetAvatar() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Avatar
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetArea() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Area
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetDeviceId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeviceId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetPlatform() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Platform
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetChannel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Channel
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetDeviceModel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeviceModel
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetDeviceOs() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeviceOs
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetTimezone() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Timezone
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetLang() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lang
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetIp() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ip
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetCountry() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Country
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetProvince() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Province
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetCity() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.City
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetIsp() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Isp
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetAppVer() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.AppVer
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetAppRuntimeCode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.AppRuntimeCode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetVersion() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Version
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetSessionId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.SessionId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountVo) GetSessionCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.SessionCreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type AccountListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *AccountVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"` // 产品code
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListReq) Reset() {
|
|
|
+ *x = AccountListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[179]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AccountListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AccountListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[179]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AccountListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*AccountListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{179}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListReq) GetVo() *AccountVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type AccountListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*AccountVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListResp) Reset() {
|
|
|
+ *x = AccountListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[180]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AccountListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AccountListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[180]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AccountListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*AccountListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{180}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountListResp) GetList() []*AccountVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// AccountDevice
|
|
|
+type AccountDeviceVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ AccountId int64 `protobuf:"varint,2,opt,name=accountId,proto3" json:"accountId,omitempty"` // 用户ID
|
|
|
+ DeviceId int64 `protobuf:"varint,3,opt,name=deviceId,proto3" json:"deviceId,omitempty"` // 设备ID
|
|
|
+ SessionId string `protobuf:"bytes,4,opt,name=sessionId,proto3" json:"sessionId,omitempty"` // 登录凭证
|
|
|
+ SessionCreateTime int64 `protobuf:"varint,5,opt,name=sessionCreateTime,proto3" json:"sessionCreateTime,omitempty"` // 凭证创建时间
|
|
|
+ UpdateTime int64 `protobuf:"varint,6,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) Reset() {
|
|
|
+ *x = AccountDeviceVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[181]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AccountDeviceVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[181]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AccountDeviceVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*AccountDeviceVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{181}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) GetAccountId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.AccountId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) GetDeviceId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeviceId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) GetSessionId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.SessionId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) GetSessionCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.SessionCreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type AccountDeviceListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *AccountDeviceVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceListReq) Reset() {
|
|
|
+ *x = AccountDeviceListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[182]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AccountDeviceListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AccountDeviceListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[182]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AccountDeviceListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*AccountDeviceListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{182}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceListReq) GetVo() *AccountDeviceVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type AccountDeviceListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*AccountDeviceVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceListResp) Reset() {
|
|
|
+ *x = AccountDeviceListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[183]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AccountDeviceListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AccountDeviceListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[183]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AccountDeviceListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*AccountDeviceListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{183}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AccountDeviceListResp) GetList() []*AccountDeviceVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type DeviceVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ UserUuid string `protobuf:"bytes,2,opt,name=userUuid,proto3" json:"userUuid,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,3,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ DeviceId string `protobuf:"bytes,4,opt,name=deviceId,proto3" json:"deviceId,omitempty"`
|
|
|
+ AccountKey string `protobuf:"bytes,5,opt,name=accountKey,proto3" json:"accountKey,omitempty"`
|
|
|
+ AccountPassword string `protobuf:"bytes,6,opt,name=accountPassword,proto3" json:"accountPassword,omitempty"`
|
|
|
+ Platform string `protobuf:"bytes,7,opt,name=platform,proto3" json:"platform,omitempty"`
|
|
|
+ Channel string `protobuf:"bytes,8,opt,name=channel,proto3" json:"channel,omitempty"`
|
|
|
+ ReferChannel string `protobuf:"bytes,9,opt,name=referChannel,proto3" json:"referChannel,omitempty"`
|
|
|
+ DeviceModel string `protobuf:"bytes,10,opt,name=deviceModel,proto3" json:"deviceModel,omitempty"`
|
|
|
+ DeviceOs string `protobuf:"bytes,11,opt,name=deviceOs,proto3" json:"deviceOs,omitempty"`
|
|
|
+ Timezone int64 `protobuf:"varint,12,opt,name=timezone,proto3" json:"timezone,omitempty"`
|
|
|
+ Lang string `protobuf:"bytes,13,opt,name=lang,proto3" json:"lang,omitempty"`
|
|
|
+ AppVer int64 `protobuf:"varint,14,opt,name=appVer,proto3" json:"appVer,omitempty"`
|
|
|
+ Ip string `protobuf:"bytes,15,opt,name=ip,proto3" json:"ip,omitempty"`
|
|
|
+ Country string `protobuf:"bytes,16,opt,name=country,proto3" json:"country,omitempty"`
|
|
|
+ Province string `protobuf:"bytes,17,opt,name=province,proto3" json:"province,omitempty"`
|
|
|
+ City string `protobuf:"bytes,18,opt,name=city,proto3" json:"city,omitempty"`
|
|
|
+ Isp string `protobuf:"bytes,19,opt,name=isp,proto3" json:"isp,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,20,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,21,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,22,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Refer string `protobuf:"bytes,23,opt,name=refer,proto3" json:"refer,omitempty"`
|
|
|
+ WhitelistUser int64 `protobuf:"varint,24,opt,name=whitelistUser,proto3" json:"whitelistUser,omitempty"` // 白名单用户 1正常用户 2: 白名单用户
|
|
|
+ TestUser int64 `protobuf:"varint,25,opt,name=testUser,proto3" json:"testUser,omitempty"` // 测试用户 1正常用户 2: 测试用户
|
|
|
+ MockCountry string `protobuf:"bytes,26,opt,name=mockCountry,proto3" json:"mockCountry,omitempty"` // 指定国家
|
|
|
+ MockApi string `protobuf:"bytes,27,opt,name=mockApi,proto3" json:"mockApi,omitempty"` // 指定API
|
|
|
+ MockRouter string `protobuf:"bytes,28,opt,name=mockRouter,proto3" json:"mockRouter,omitempty"` // 指定路由
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) Reset() {
|
|
|
+ *x = DeviceVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[184]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DeviceVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DeviceVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[184]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DeviceVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*DeviceVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{184}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetUserUuid() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.UserUuid
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetDeviceId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeviceId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetAccountKey() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AccountKey
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetAccountPassword() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AccountPassword
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetPlatform() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Platform
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetChannel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Channel
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetReferChannel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ReferChannel
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetDeviceModel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeviceModel
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetDeviceOs() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeviceOs
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetTimezone() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Timezone
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetLang() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Lang
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetAppVer() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.AppVer
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetIp() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ip
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetCountry() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Country
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetProvince() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Province
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetCity() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.City
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetIsp() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Isp
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetRefer() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Refer
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetWhitelistUser() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.WhitelistUser
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetTestUser() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TestUser
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetMockCountry() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.MockCountry
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetMockApi() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.MockApi
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceVo) GetMockRouter() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.MockRouter
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type DeviceListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *DeviceVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"` // 产品code
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ DateRange []string `protobuf:"bytes,5,rep,name=dateRange,proto3" json:"dateRange,omitempty"` // 日期范围
|
|
|
+ CreateStartTime int64 `protobuf:"varint,6,opt,name=createStartTime,proto3" json:"createStartTime,omitempty"` // 创建开始时间
|
|
|
+ CreateEndTime int64 `protobuf:"varint,7,opt,name=createEndTime,proto3" json:"createEndTime,omitempty"` // 创建结束时间
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListReq) Reset() {
|
|
|
+ *x = DeviceListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[185]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DeviceListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DeviceListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[185]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DeviceListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*DeviceListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{185}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListReq) GetVo() *DeviceVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListReq) GetDateRange() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DateRange
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListReq) GetCreateStartTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateStartTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListReq) GetCreateEndTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateEndTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type DeviceListRes struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*DeviceVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListRes) Reset() {
|
|
|
+ *x = DeviceListRes{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[186]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListRes) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*DeviceListRes) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *DeviceListRes) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[186]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use DeviceListRes.ProtoReflect.Descriptor instead.
|
|
|
+func (*DeviceListRes) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{186}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListRes) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *DeviceListRes) GetList() []*DeviceVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type UserAppConfigVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ DeviceId string `protobuf:"bytes,2,opt,name=deviceId,proto3" json:"deviceId,omitempty"`
|
|
|
+ Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
|
|
|
+ Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,5,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,6,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,7,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) Reset() {
|
|
|
+ *x = UserAppConfigVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[187]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UserAppConfigVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[187]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UserAppConfigVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*UserAppConfigVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{187}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) GetDeviceId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeviceId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) GetKey() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Key
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) GetValue() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Value
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type UserAppConfigGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *UserAppConfigVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigGetReq) Reset() {
|
|
|
+ *x = UserAppConfigGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[188]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UserAppConfigGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UserAppConfigGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[188]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UserAppConfigGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*UserAppConfigGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{188}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigGetReq) GetVo() *UserAppConfigVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type UserAppConfigListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *UserAppConfigVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigListReq) Reset() {
|
|
|
+ *x = UserAppConfigListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[189]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UserAppConfigListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UserAppConfigListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[189]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UserAppConfigListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*UserAppConfigListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{189}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigListReq) GetVo() *UserAppConfigVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type UserAppConfigListRes struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*UserAppConfigVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigListRes) Reset() {
|
|
|
+ *x = UserAppConfigListRes{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[190]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigListRes) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*UserAppConfigListRes) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *UserAppConfigListRes) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[190]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use UserAppConfigListRes.ProtoReflect.Descriptor instead.
|
|
|
+func (*UserAppConfigListRes) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{190}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigListRes) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *UserAppConfigListRes) GetList() []*UserAppConfigVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// VpnTag
|
|
|
+type VpnTagVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,6,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,7,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ OtherConfig string `protobuf:"bytes,10,opt,name=otherConfig,proto3" json:"otherConfig,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) Reset() {
|
|
|
+ *x = VpnTagVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[191]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnTagVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnTagVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[191]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnTagVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnTagVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{191}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Type
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagVo) GetOtherConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.OtherConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type VpnTagGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *VpnTagVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagGetReq) Reset() {
|
|
|
+ *x = VpnTagGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[192]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnTagGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnTagGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[192]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnTagGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnTagGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{192}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagGetReq) GetVo() *VpnTagVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnTagListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *VpnTagVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListReq) Reset() {
|
|
|
+ *x = VpnTagListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[193]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnTagListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnTagListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[193]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnTagListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnTagListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{193}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListReq) GetVo() *VpnTagVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnTagListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*VpnTagVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListResp) Reset() {
|
|
|
+ *x = VpnTagListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[194]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnTagListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnTagListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[194]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnTagListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnTagListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{194}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagListResp) GetList() []*VpnTagVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnTagBatchAddReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnTagVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchAddReq) Reset() {
|
|
|
+ *x = VpnTagBatchAddReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[195]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnTagBatchAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnTagBatchAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[195]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnTagBatchAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnTagBatchAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{195}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchAddReq) GetList() []*VpnTagVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnTagBatchAddResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnTagVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchAddResp) Reset() {
|
|
|
+ *x = VpnTagBatchAddResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[196]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchAddResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnTagBatchAddResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnTagBatchAddResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[196]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnTagBatchAddResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnTagBatchAddResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{196}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchAddResp) GetList() []*VpnTagVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnTagBatchUpdateReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnTagVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchUpdateReq) Reset() {
|
|
|
+ *x = VpnTagBatchUpdateReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[197]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchUpdateReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnTagBatchUpdateReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnTagBatchUpdateReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[197]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnTagBatchUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnTagBatchUpdateReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{197}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchUpdateReq) GetList() []*VpnTagVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnTagBatchUpdateResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnTagVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchUpdateResp) Reset() {
|
|
|
+ *x = VpnTagBatchUpdateResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[198]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchUpdateResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnTagBatchUpdateResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnTagBatchUpdateResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[198]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnTagBatchUpdateResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnTagBatchUpdateResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{198}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchUpdateResp) GetList() []*VpnTagVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnTagBatchDelReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchDelReq) Reset() {
|
|
|
+ *x = VpnTagBatchDelReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[199]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchDelReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnTagBatchDelReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnTagBatchDelReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[199]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnTagBatchDelReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnTagBatchDelReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{199}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnTagBatchDelReq) GetIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ids
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// VpnTag
|
|
|
+type VpnGroupVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,6,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,7,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ Version string `protobuf:"bytes,10,opt,name=version,proto3" json:"version,omitempty"`
|
|
|
+ OtherConfig string `protobuf:"bytes,11,opt,name=otherConfig,proto3" json:"otherConfig,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) Reset() {
|
|
|
+ *x = VpnGroupVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[200]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[200]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{200}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetIcon() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Icon
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetVersion() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Version
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupVo) GetOtherConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.OtherConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupExVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *VpnGroupVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ TagIds []int64 `protobuf:"varint,2,rep,packed,name=tagIds,proto3" json:"tagIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupExVo) Reset() {
|
|
|
+ *x = VpnGroupExVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[201]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupExVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupExVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupExVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[201]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupExVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupExVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{201}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupExVo) GetVo() *VpnGroupVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupExVo) GetTagIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TagIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupAddReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *VpnGroupVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ TagIds []int64 `protobuf:"varint,2,rep,packed,name=tagIds,proto3" json:"tagIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupAddReq) Reset() {
|
|
|
+ *x = VpnGroupAddReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[202]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[202]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{202}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupAddReq) GetVo() *VpnGroupVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupAddReq) GetTagIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TagIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *VpnGroupVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupGetReq) Reset() {
|
|
|
+ *x = VpnGroupGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[203]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[203]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{203}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupGetReq) GetVo() *VpnGroupVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *VpnGroupVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,3,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListReq) Reset() {
|
|
|
+ *x = VpnGroupListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[204]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[204]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{204}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListReq) GetVo() *VpnGroupVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*VpnGroupVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListResp) Reset() {
|
|
|
+ *x = VpnGroupListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[205]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[205]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{205}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupListResp) GetList() []*VpnGroupVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupBatchAddReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnGroupExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchAddReq) Reset() {
|
|
|
+ *x = VpnGroupBatchAddReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[206]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupBatchAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[206]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupBatchAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupBatchAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{206}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchAddReq) GetList() []*VpnGroupExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupBatchAddResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnGroupExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchAddResp) Reset() {
|
|
|
+ *x = VpnGroupBatchAddResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[207]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchAddResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupBatchAddResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchAddResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[207]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupBatchAddResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupBatchAddResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{207}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchAddResp) GetList() []*VpnGroupExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupBatchUpdateReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnGroupExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchUpdateReq) Reset() {
|
|
|
+ *x = VpnGroupBatchUpdateReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[208]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchUpdateReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupBatchUpdateReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchUpdateReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[208]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupBatchUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupBatchUpdateReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{208}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchUpdateReq) GetList() []*VpnGroupExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupBatchUpdateResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnGroupExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchUpdateResp) Reset() {
|
|
|
+ *x = VpnGroupBatchUpdateResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[209]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchUpdateResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupBatchUpdateResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchUpdateResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[209]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupBatchUpdateResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupBatchUpdateResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{209}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchUpdateResp) GetList() []*VpnGroupExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupBatchDelReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchDelReq) Reset() {
|
|
|
+ *x = VpnGroupBatchDelReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[210]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchDelReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupBatchDelReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchDelReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[210]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupBatchDelReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupBatchDelReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{210}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupBatchDelReq) GetIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ids
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// VpnGroupTag
|
|
|
+type VpnGroupTagVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ GroupId int64 `protobuf:"varint,2,opt,name=groupId,proto3" json:"groupId,omitempty"`
|
|
|
+ TagId int64 `protobuf:"varint,3,opt,name=tagId,proto3" json:"tagId,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,4,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,5,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagVo) Reset() {
|
|
|
+ *x = VpnGroupTagVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[211]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupTagVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupTagVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[211]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupTagVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupTagVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{211}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagVo) GetGroupId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GroupId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagVo) GetTagId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TagId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupTagListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *VpnGroupTagVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ GroupIds []int64 `protobuf:"varint,3,rep,packed,name=groupIds,proto3" json:"groupIds,omitempty"`
|
|
|
+ TagIds []int64 `protobuf:"varint,4,rep,packed,name=tagIds,proto3" json:"tagIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListReq) Reset() {
|
|
|
+ *x = VpnGroupTagListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[212]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupTagListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[212]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupTagListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupTagListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{212}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListReq) GetVo() *VpnGroupTagVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListReq) GetGroupIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GroupIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListReq) GetTagIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.TagIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnGroupTagListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*VpnGroupTagVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListResp) Reset() {
|
|
|
+ *x = VpnGroupTagListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[213]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnGroupTagListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[213]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnGroupTagListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnGroupTagListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{213}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnGroupTagListResp) GetList() []*VpnGroupTagVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// VpnLocation
|
|
|
+type VpnLocationVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ GroupId int64 `protobuf:"varint,2,opt,name=groupId,proto3" json:"groupId,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Code string `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
|
|
|
+ Icon string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"`
|
|
|
+ Type int64 `protobuf:"varint,6,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
+ DisplayPolicyConfig string `protobuf:"bytes,7,opt,name=displayPolicyConfig,proto3" json:"displayPolicyConfig,omitempty"`
|
|
|
+ RoutePolicyConfig string `protobuf:"bytes,8,opt,name=routePolicyConfig,proto3" json:"routePolicyConfig,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,9,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,10,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,11,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ Version string `protobuf:"bytes,14,opt,name=version,proto3" json:"version,omitempty"`
|
|
|
+ OtherConfig string `protobuf:"bytes,15,opt,name=otherConfig,proto3" json:"otherConfig,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) Reset() {
|
|
|
+ *x = VpnLocationVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[214]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[214]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{214}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetGroupId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GroupId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Code
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetIcon() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Icon
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Type
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetDisplayPolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DisplayPolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetRoutePolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.RoutePolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetSort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetVersion() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Version
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationVo) GetOtherConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.OtherConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationExVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *VpnLocationVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationExVo) Reset() {
|
|
|
+ *x = VpnLocationExVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[215]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationExVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationExVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationExVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[215]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationExVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationExVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{215}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationExVo) GetVo() *VpnLocationVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationExVo) GetProductCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationGetReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *VpnLocationVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationGetReq) Reset() {
|
|
|
+ *x = VpnLocationGetReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[216]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationGetReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationGetReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationGetReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[216]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationGetReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationGetReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{216}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationGetReq) GetVo() *VpnLocationVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *VpnLocationExVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ GroupIds []int64 `protobuf:"varint,3,rep,packed,name=groupIds,proto3" json:"groupIds,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
+ ProductCodes []string `protobuf:"bytes,5,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListReq) Reset() {
|
|
|
+ *x = VpnLocationListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[217]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[217]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{217}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListReq) GetVo() *VpnLocationExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListReq) GetGroupIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GroupIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*VpnLocationExVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListResp) Reset() {
|
|
|
+ *x = VpnLocationListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[218]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[218]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{218}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationListResp) GetList() []*VpnLocationExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationBatchAddReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnLocationVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchAddReq) Reset() {
|
|
|
+ *x = VpnLocationBatchAddReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[219]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationBatchAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[219]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationBatchAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationBatchAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{219}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchAddReq) GetList() []*VpnLocationVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationBatchAddResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnLocationExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchAddResp) Reset() {
|
|
|
+ *x = VpnLocationBatchAddResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[220]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchAddResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationBatchAddResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchAddResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[220]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationBatchAddResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationBatchAddResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{220}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchAddResp) GetList() []*VpnLocationExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationBatchUpdateReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnLocationVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchUpdateReq) Reset() {
|
|
|
+ *x = VpnLocationBatchUpdateReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[221]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchUpdateReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationBatchUpdateReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchUpdateReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[221]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationBatchUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationBatchUpdateReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{221}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchUpdateReq) GetList() []*VpnLocationVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationBatchUpdateResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnLocationExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchUpdateResp) Reset() {
|
|
|
+ *x = VpnLocationBatchUpdateResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[222]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchUpdateResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationBatchUpdateResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchUpdateResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[222]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationBatchUpdateResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationBatchUpdateResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{222}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchUpdateResp) GetList() []*VpnLocationExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationBatchDelReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchDelReq) Reset() {
|
|
|
+ *x = VpnLocationBatchDelReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[223]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchDelReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationBatchDelReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchDelReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[223]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationBatchDelReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationBatchDelReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{223}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationBatchDelReq) GetIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ids
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// VpnServer
|
|
|
+type VpnServerVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ InstanceId int64 `protobuf:"varint,2,opt,name=instanceId,proto3" json:"instanceId,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Ip string `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"`
|
|
|
+ Port int64 `protobuf:"varint,5,opt,name=port,proto3" json:"port,omitempty"`
|
|
|
+ PingPort int64 `protobuf:"varint,6,opt,name=pingPort,proto3" json:"pingPort,omitempty"`
|
|
|
+ NetConfig string `protobuf:"bytes,7,opt,name=netConfig,proto3" json:"netConfig,omitempty"`
|
|
|
+ RoutePolicyConfig string `protobuf:"bytes,8,opt,name=routePolicyConfig,proto3" json:"routePolicyConfig,omitempty"`
|
|
|
+ ServerInfo string `protobuf:"bytes,9,opt,name=serverInfo,proto3" json:"serverInfo,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,10,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ Remark string `protobuf:"bytes,11,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ Version string `protobuf:"bytes,14,opt,name=version,proto3" json:"version,omitempty"`
|
|
|
+ OtherInfo string `protobuf:"bytes,15,opt,name=otherInfo,proto3" json:"otherInfo,omitempty"`
|
|
|
+ MonitorPort int64 `protobuf:"varint,16,opt,name=monitorPort,proto3" json:"monitorPort,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) Reset() {
|
|
|
+ *x = VpnServerVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[224]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[224]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{224}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetInstanceId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.InstanceId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetIp() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ip
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetPort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Port
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetPingPort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PingPort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetNetConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.NetConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetRoutePolicyConfig() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.RoutePolicyConfig
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetServerInfo() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ServerInfo
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetRemark() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Remark
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetVersion() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Version
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetOtherInfo() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.OtherInfo
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerVo) GetMonitorPort() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MonitorPort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerExVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *VpnServerVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ LocationIds []int64 `protobuf:"varint,2,rep,packed,name=locationIds,proto3" json:"locationIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerExVo) Reset() {
|
|
|
+ *x = VpnServerExVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[225]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerExVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerExVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerExVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[225]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerExVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerExVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{225}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerExVo) GetVo() *VpnServerVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerExVo) GetLocationIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.LocationIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *VpnServerVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"` // 排除的ID
|
|
|
+ ProductCodes []string `protobuf:"bytes,4,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ LocationIds []int64 `protobuf:"varint,5,rep,packed,name=locationIds,proto3" json:"locationIds,omitempty"`
|
|
|
+ InstanceIds []int64 `protobuf:"varint,6,rep,packed,name=instanceIds,proto3" json:"instanceIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListReq) Reset() {
|
|
|
+ *x = VpnServerListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[226]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[226]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{226}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListReq) GetVo() *VpnServerVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListReq) GetExcludeIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExcludeIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListReq) GetProductCodes() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProductCodes
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListReq) GetLocationIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.LocationIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListReq) GetInstanceIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.InstanceIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*VpnServerVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListResp) Reset() {
|
|
|
+ *x = VpnServerListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[227]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[227]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{227}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerListResp) GetList() []*VpnServerVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerExListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*VpnServerExVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerExListResp) Reset() {
|
|
|
+ *x = VpnServerExListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[228]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerExListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerExListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerExListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[228]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerExListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerExListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{228}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerExListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerExListResp) GetList() []*VpnServerExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerAddReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Vo *VpnServerVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ LocationIds []int64 `protobuf:"varint,2,rep,packed,name=locationIds,proto3" json:"locationIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerAddReq) Reset() {
|
|
|
+ *x = VpnServerAddReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[229]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[229]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{229}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerAddReq) GetVo() *VpnServerVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerAddReq) GetLocationIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.LocationIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerBatchAddReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnServerExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchAddReq) Reset() {
|
|
|
+ *x = VpnServerBatchAddReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[230]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerBatchAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerBatchAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[230]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerBatchAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerBatchAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{230}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchAddReq) GetList() []*VpnServerExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerBatchAddResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnServerExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchAddResp) Reset() {
|
|
|
+ *x = VpnServerBatchAddResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[231]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchAddResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerBatchAddResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerBatchAddResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[231]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerBatchAddResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerBatchAddResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{231}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchAddResp) GetList() []*VpnServerExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerBatchUpdateReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnServerExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchUpdateReq) Reset() {
|
|
|
+ *x = VpnServerBatchUpdateReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[232]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchUpdateReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerBatchUpdateReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerBatchUpdateReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[232]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerBatchUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerBatchUpdateReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{232}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchUpdateReq) GetList() []*VpnServerExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerBatchUpdateResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ List []*VpnServerExVo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchUpdateResp) Reset() {
|
|
|
+ *x = VpnServerBatchUpdateResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[233]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchUpdateResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerBatchUpdateResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerBatchUpdateResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[233]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerBatchUpdateResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerBatchUpdateResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{233}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchUpdateResp) GetList() []*VpnServerExVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerBatchDelReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchDelReq) Reset() {
|
|
|
+ *x = VpnServerBatchDelReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[234]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchDelReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerBatchDelReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerBatchDelReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[234]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerBatchDelReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerBatchDelReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{234}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerBatchDelReq) GetIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Ids
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerLocationVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ ServerId int64 `protobuf:"varint,2,opt,name=serverId,proto3" json:"serverId,omitempty"`
|
|
|
+ LocationId int64 `protobuf:"varint,3,opt,name=locationId,proto3" json:"locationId,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,4,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,5,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,6,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationVo) Reset() {
|
|
|
+ *x = VpnServerLocationVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[235]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerLocationVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerLocationVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[235]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerLocationVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerLocationVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{235}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationVo) GetServerId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ServerId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationVo) GetLocationId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.LocationId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationVo) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerLocationListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *VpnServerLocationVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ ServerIds []int64 `protobuf:"varint,3,rep,packed,name=serverIds,proto3" json:"serverIds,omitempty"`
|
|
|
+ LocationIds []int64 `protobuf:"varint,4,rep,packed,name=locationIds,proto3" json:"locationIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListReq) Reset() {
|
|
|
+ *x = VpnServerLocationListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[236]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerLocationListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[236]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerLocationListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerLocationListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{236}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListReq) GetVo() *VpnServerLocationVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListReq) GetServerIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ServerIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListReq) GetLocationIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.LocationIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnServerLocationListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*VpnServerLocationVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListResp) Reset() {
|
|
|
+ *x = VpnServerLocationListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[237]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnServerLocationListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[237]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnServerLocationListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnServerLocationListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{237}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnServerLocationListResp) GetList() []*VpnServerLocationVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationServerCountVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ LocationId int64 `protobuf:"varint,1,opt,name=locationId,proto3" json:"locationId,omitempty"`
|
|
|
+ ServerCount int64 `protobuf:"varint,2,opt,name=serverCount,proto3" json:"serverCount,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountVo) Reset() {
|
|
|
+ *x = VpnLocationServerCountVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[238]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationServerCountVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[238]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationServerCountVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationServerCountVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{238}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountVo) GetLocationId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.LocationId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountVo) GetServerCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ServerCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationServerCountReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Status Status `protobuf:"varint,2,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"`
|
|
|
+ ServerIds []int64 `protobuf:"varint,3,rep,packed,name=serverIds,proto3" json:"serverIds,omitempty"`
|
|
|
+ LocationIds []int64 `protobuf:"varint,4,rep,packed,name=locationIds,proto3" json:"locationIds,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountReq) Reset() {
|
|
|
+ *x = VpnLocationServerCountReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[239]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationServerCountReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[239]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationServerCountReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationServerCountReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{239}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountReq) GetStatus() Status {
|
|
|
+ if x != nil {
|
|
|
+ return x.Status
|
|
|
+ }
|
|
|
+ return Status_UnknownStatus
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountReq) GetServerIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ServerIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountReq) GetLocationIds() []int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.LocationIds
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnLocationServerCountResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*VpnLocationServerCountVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountResp) Reset() {
|
|
|
+ *x = VpnLocationServerCountResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[240]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnLocationServerCountResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[240]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnLocationServerCountResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnLocationServerCountResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{240}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnLocationServerCountResp) GetList() []*VpnLocationServerCountVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnProbeTaskVo struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ TaskId string `protobuf:"bytes,2,opt,name=taskId,proto3" json:"taskId,omitempty"`
|
|
|
+ Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` // 筛选条件
|
|
|
+ Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` // 类型
|
|
|
+ UploadDomain string `protobuf:"bytes,5,opt,name=uploadDomain,proto3" json:"uploadDomain,omitempty"` // 配置
|
|
|
+ Params string `protobuf:"bytes,6,opt,name=params,proto3" json:"params,omitempty"`
|
|
|
+ Answer int64 `protobuf:"varint,7,opt,name=answer,proto3" json:"answer,omitempty"`
|
|
|
+ Percentage float32 `protobuf:"fixed32,8,opt,name=percentage,proto3" json:"percentage,omitempty"` // 进度百分比
|
|
|
+ Result string `protobuf:"bytes,9,opt,name=result,proto3" json:"result,omitempty"` // 结果
|
|
|
+ UserId int64 `protobuf:"varint,10,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
+ UpdateTime int64 `protobuf:"varint,12,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) Reset() {
|
|
|
+ *x = VpnProbeTaskVo{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[241]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnProbeTaskVo) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[241]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnProbeTaskVo.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnProbeTaskVo) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{241}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetTaskId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.TaskId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetFilter() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Filter
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Type
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetUploadDomain() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.UploadDomain
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetParams() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Params
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetAnswer() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Answer
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetPercentage() float32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Percentage
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetResult() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Result
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetUserId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UserId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetCreateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskVo) GetUpdateTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type VpnProbeTaskListReq struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Page *Page `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ Vo *VpnProbeTaskVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListReq) Reset() {
|
|
|
+ *x = VpnProbeTaskListReq{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[242]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnProbeTaskListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[242]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnProbeTaskListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnProbeTaskListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{242}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListReq) GetPage() *Page {
|
|
|
+ if x != nil {
|
|
|
+ return x.Page
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListReq) GetVo() *VpnProbeTaskVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.Vo
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type VpnProbeTaskListResp struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
+ List []*VpnProbeTaskVo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListResp) Reset() {
|
|
|
+ *x = VpnProbeTaskListResp{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[243]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*VpnProbeTaskListResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[243]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use VpnProbeTaskListResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*VpnProbeTaskListResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{243}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListResp) GetTotal() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Total
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *VpnProbeTaskListResp) GetList() []*VpnProbeTaskVo {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type Page_OrderItem struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Column string `protobuf:"bytes,1,opt,name=column,proto3" json:"column,omitempty"`
|
|
|
+ Asc bool `protobuf:"varint,2,opt,name=asc,proto3" json:"asc,omitempty"`
|
|
|
+ IsFunc bool `protobuf:"varint,3,opt,name=isFunc,proto3" json:"isFunc,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page_OrderItem) Reset() {
|
|
|
+ *x = Page_OrderItem{}
|
|
|
+ mi := &file_gorpc_proto_msgTypes[244]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page_OrderItem) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*Page_OrderItem) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *Page_OrderItem) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_gorpc_proto_msgTypes[244]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use Page_OrderItem.ProtoReflect.Descriptor instead.
|
|
|
+func (*Page_OrderItem) Descriptor() ([]byte, []int) {
|
|
|
+ return file_gorpc_proto_rawDescGZIP(), []int{4, 0}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page_OrderItem) GetColumn() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Column
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page_OrderItem) GetAsc() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.Asc
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+func (x *Page_OrderItem) GetIsFunc() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.IsFunc
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+var File_gorpc_proto protoreflect.FileDescriptor
|
|
|
+
|
|
|
+const file_gorpc_proto_rawDesc = "" +
|
|
|
+ "\n" +
|
|
|
+ "\vgorpc.proto\x12\x05gorpc\"\a\n" +
|
|
|
+ "\x05Empty\"I\n" +
|
|
|
+ "\x15Int64SelectController\x12\x16\n" +
|
|
|
+ "\x06values\x18\x01 \x03(\x03R\x06values\x12\x18\n" +
|
|
|
+ "\aexclude\x18\x02 \x01(\bR\aexclude\"G\n" +
|
|
|
+ "\x13IntSelectController\x12\x16\n" +
|
|
|
+ "\x06values\x18\x01 \x03(\x05R\x06values\x12\x18\n" +
|
|
|
+ "\aexclude\x18\x02 \x01(\bR\aexclude\"J\n" +
|
|
|
+ "\x16StringSelectController\x12\x16\n" +
|
|
|
+ "\x06values\x18\x01 \x03(\tR\x06values\x12\x18\n" +
|
|
|
+ "\aexclude\x18\x02 \x01(\bR\aexclude\"\xfe\x02\n" +
|
|
|
+ "\x04Page\x12\x16\n" +
|
|
|
+ "\x06pageNo\x18\x01 \x01(\x03R\x06pageNo\x12\x1a\n" +
|
|
|
+ "\bpageSize\x18\x02 \x01(\x03R\bpageSize\x12\x1c\n" +
|
|
|
+ "\tstartTime\x18\x03 \x01(\x03R\tstartTime\x12\x18\n" +
|
|
|
+ "\aendTime\x18\x04 \x01(\x03R\aendTime\x12-\n" +
|
|
|
+ "\x06sortBy\x18\x05 \x03(\v2\x15.gorpc.Page.OrderItemR\x06sortBy\x12 \n" +
|
|
|
+ "\vignoreTotal\x18\x06 \x01(\bR\vignoreTotal\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "ignoreStat\x18\a \x01(\bR\n" +
|
|
|
+ "ignoreStat\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "ignoreList\x18\b \x01(\bR\n" +
|
|
|
+ "ignoreList\x12\x10\n" +
|
|
|
+ "\x03ids\x18\t \x03(\x03R\x03ids\x12\x18\n" +
|
|
|
+ "\agroupBy\x18\n" +
|
|
|
+ " \x03(\tR\agroupBy\x1aM\n" +
|
|
|
+ "\tOrderItem\x12\x16\n" +
|
|
|
+ "\x06column\x18\x01 \x01(\tR\x06column\x12\x10\n" +
|
|
|
+ "\x03asc\x18\x02 \x01(\bR\x03asc\x12\x16\n" +
|
|
|
+ "\x06isFunc\x18\x03 \x01(\bR\x06isFunc\"M\n" +
|
|
|
+ "\fCommonResult\x12+\n" +
|
|
|
+ "\x04code\x18\x01 \x01(\x0e2\x17.gorpc.CommonResultCodeR\x04code\x12\x10\n" +
|
|
|
+ "\x03msg\x18\x02 \x01(\tR\x03msg\"C\n" +
|
|
|
+ "\aBaseReq\x12&\n" +
|
|
|
+ "\x0etimeZoneOffset\x18\x01 \x01(\x03R\x0etimeZoneOffset\x12\x10\n" +
|
|
|
+ "\x03lan\x18\x02 \x01(\tR\x03lan\",\n" +
|
|
|
+ "\fDeleteIdResp\x12\x1c\n" +
|
|
|
+ "\tfailedIds\x18\x01 \x03(\x03R\tfailedIds\"\x17\n" +
|
|
|
+ "\x03Ids\x12\x10\n" +
|
|
|
+ "\x03ids\x18\x01 \x03(\x03R\x03ids\"\t\n" +
|
|
|
+ "\aRequest\"\x1c\n" +
|
|
|
+ "\bResponse\x12\x10\n" +
|
|
|
+ "\x03msg\x18\x01 \x01(\tR\x03msg\"Z\n" +
|
|
|
+ "\x14TransactionOperation\x12\x14\n" +
|
|
|
+ "\x05table\x18\x01 \x01(\tR\x05table\x12\x18\n" +
|
|
|
+ "\aoperate\x18\x02 \x01(\tR\aoperate\x12\x12\n" +
|
|
|
+ "\x04data\x18\x03 \x01(\tR\x04data\"Q\n" +
|
|
|
+ "\x0eTransactionReq\x12?\n" +
|
|
|
+ "\ftransactions\x18\x01 \x03(\v2\x1b.gorpc.TransactionOperationR\ftransactions\"\xd0\x03\n" +
|
|
|
+ "\x06GameVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n" +
|
|
|
+ "\x04name\x18\x02 \x01(\tR\x04name\x12\x10\n" +
|
|
|
+ "\x03pkg\x18\x03 \x01(\tR\x03pkg\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "categories\x18\x04 \x01(\tR\n" +
|
|
|
+ "categories\x12\x12\n" +
|
|
|
+ "\x04icon\x18\x05 \x01(\tR\x04icon\x12#\n" +
|
|
|
+ "\rinternal_icon\x18\x06 \x01(\tR\finternalIcon\x12\x1f\n" +
|
|
|
+ "\vsource_icon\x18\a \x01(\tR\n" +
|
|
|
+ "sourceIcon\x12\x16\n" +
|
|
|
+ "\x06status\x18\b \x01(\x03R\x06status\x12\x14\n" +
|
|
|
+ "\x05state\x18\t \x01(\x03R\x05state\x12\"\n" +
|
|
|
+ "\fenableRating\x18\n" +
|
|
|
+ " \x01(\x03R\fenableRating\x12&\n" +
|
|
|
+ "\x0egameUpdateTime\x18\v \x01(\x03R\x0egameUpdateTime\x12&\n" +
|
|
|
+ "\x0egameBoostCount\x18\f \x01(\x03R\x0egameBoostCount\x124\n" +
|
|
|
+ "\x15gameBoostCountryCount\x18\r \x01(\tR\x15gameBoostCountryCount\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x0e \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x0f \x01(\x03R\n" +
|
|
|
+ "updateTime\"(\n" +
|
|
|
+ "\aGameReq\x12\x1d\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\r.gorpc.GameVoR\x02vo\"a\n" +
|
|
|
+ "\vGameListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\x12\n" +
|
|
|
+ "\x04pkgs\x18\x02 \x03(\tR\x04pkgs\x12\x1d\n" +
|
|
|
+ "\x02vo\x18\x03 \x01(\v2\r.gorpc.GameVoR\x02vo\"F\n" +
|
|
|
+ "\vGameListRes\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12!\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\r.gorpc.GameVoR\x04list\"\xa7\x01\n" +
|
|
|
+ "\rRelGameRankVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06gameId\x18\x02 \x01(\x03R\x06gameId\x12\x16\n" +
|
|
|
+ "\x06rankId\x18\x03 \x01(\x03R\x06rankId\x12\x16\n" +
|
|
|
+ "\x06weight\x18\x04 \x01(\x03R\x06weight\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x05 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "updateTime\"6\n" +
|
|
|
+ "\x0eRelGameRankReq\x12$\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x14.gorpc.RelGameRankVoR\x02vo\"[\n" +
|
|
|
+ "\x12RelGameRankListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12$\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x14.gorpc.RelGameRankVoR\x02vo\"T\n" +
|
|
|
+ "\x12RelGameRankListRes\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x14.gorpc.RelGameRankVoR\x04list\"\xd5\x01\n" +
|
|
|
+ "\x11RelGameVpnGroupVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06gameId\x18\x02 \x01(\x03R\x06gameId\x12 \n" +
|
|
|
+ "\vproductCode\x18\x03 \x01(\tR\vproductCode\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "vpnGroupId\x18\x04 \x01(\x03R\n" +
|
|
|
+ "vpnGroupId\x12\x16\n" +
|
|
|
+ "\x06status\x18\x05 \x01(\x03R\x06status\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\a \x01(\x03R\n" +
|
|
|
+ "updateTime\">\n" +
|
|
|
+ "\x12RelGameVpnGroupReq\x12(\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x18.gorpc.RelGameVpnGroupVoR\x02vo\"\\\n" +
|
|
|
+ "\x16RelGameVpnGroupListReq\x12\x18\n" +
|
|
|
+ "\agameIds\x18\x01 \x03(\x03R\agameIds\x12(\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x18.gorpc.RelGameVpnGroupVoR\x02vo\"\\\n" +
|
|
|
+ "\x16RelGameVpnGroupListRes\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12,\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x18.gorpc.RelGameVpnGroupVoR\x04list\"[\n" +
|
|
|
+ "\x17GameRedisHScanByNameReq\x12\x12\n" +
|
|
|
+ "\x04name\x18\x01 \x01(\tR\x04name\x12\x16\n" +
|
|
|
+ "\x06cursor\x18\x02 \x01(\x03R\x06cursor\x12\x14\n" +
|
|
|
+ "\x05count\x18\x03 \x01(\x03R\x05count\"D\n" +
|
|
|
+ "\x18GameRedisHScanByNameResp\x12\x10\n" +
|
|
|
+ "\x03ids\x18\x01 \x03(\x03R\x03ids\x12\x16\n" +
|
|
|
+ "\x06cursor\x18\x02 \x01(\x03R\x06cursor\"\x9a\x01\n" +
|
|
|
+ "\x0eGameCustomerVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n" +
|
|
|
+ "\x04name\x18\x02 \x01(\tR\x04name\x12\x10\n" +
|
|
|
+ "\x03pkg\x18\x03 \x01(\tR\x03pkg\x12\x12\n" +
|
|
|
+ "\x04icon\x18\x04 \x01(\tR\x04icon\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x05 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "updateTime\"q\n" +
|
|
|
+ "\x13GameCustomerListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\x12\n" +
|
|
|
+ "\x04pkgs\x18\x02 \x03(\tR\x04pkgs\x12%\n" +
|
|
|
+ "\x02vo\x18\x03 \x01(\v2\x15.gorpc.GameCustomerVoR\x02vo\"V\n" +
|
|
|
+ "\x13GameCustomerListRes\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12)\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x15.gorpc.GameCustomerVoR\x04list\"\\\n" +
|
|
|
+ "\x13GameCustomerAddResp\x12%\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x15.gorpc.GameCustomerVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "ExistBoost\x18\x02 \x01(\bR\n" +
|
|
|
+ "ExistBoost\"\xa6\x01\n" +
|
|
|
+ "\x0eGameCategoryVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n" +
|
|
|
+ "\x04code\x18\x02 \x01(\tR\x04code\x12\x12\n" +
|
|
|
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x1c\n" +
|
|
|
+ "\tdescribed\x18\x04 \x01(\tR\tdescribed\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x05 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "updateTime\"8\n" +
|
|
|
+ "\x0fGameCategoryReq\x12%\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x15.gorpc.GameCategoryVoR\x02vo\"]\n" +
|
|
|
+ "\x13GameCategoryListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x02vo\x18\x03 \x01(\v2\x15.gorpc.GameCategoryVoR\x02vo\"V\n" +
|
|
|
+ "\x13GameCategoryListRes\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12)\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x15.gorpc.GameCategoryVoR\x04list\"2\n" +
|
|
|
+ "\x06I18nVo\x12\x12\n" +
|
|
|
+ "\x04code\x18\x01 \x01(\tR\x04code\x12\x14\n" +
|
|
|
+ "\x05value\x18\x02 \x01(\tR\x05value\"2\n" +
|
|
|
+ "\fConfigGetReq\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n" +
|
|
|
+ "\x04code\x18\x02 \x01(\tR\x04code\"\xd6\x04\n" +
|
|
|
+ "\rGlobalParamVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1a\n" +
|
|
|
+ "\bparamKey\x18\x02 \x01(\tR\bparamKey\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "paramValue\x18\x03 \x01(\tR\n" +
|
|
|
+ "paramValue\x12\x1c\n" +
|
|
|
+ "\tvalueType\x18\x04 \x01(\tR\tvalueType\x12\x1a\n" +
|
|
|
+ "\bminValue\x18\x05 \x01(\x02R\bminValue\x12\x1a\n" +
|
|
|
+ "\bmaxValue\x18\x06 \x01(\x02R\bmaxValue\x12\x12\n" +
|
|
|
+ "\x04name\x18\a \x01(\tR\x04name\x12*\n" +
|
|
|
+ "\beditable\x18\b \x01(\x0e2\x0e.gorpc.BoolIntR\beditable\x12*\n" +
|
|
|
+ "\bnullable\x18\t \x01(\x0e2\x0e.gorpc.BoolIntR\bnullable\x12&\n" +
|
|
|
+ "\x06hidden\x18\n" +
|
|
|
+ " \x01(\x0e2\x0e.gorpc.BoolIntR\x06hidden\x12*\n" +
|
|
|
+ "\bmutiLang\x18\v \x01(\x0e2\x0e.gorpc.BoolIntR\bmutiLang\x12\x12\n" +
|
|
|
+ "\x04sort\x18\f \x01(\x03R\x04sort\x12\x16\n" +
|
|
|
+ "\x06remark\x18\r \x01(\tR\x06remark\x12,\n" +
|
|
|
+ "\tapiExport\x18\x0e \x01(\x0e2\x0e.gorpc.BoolIntR\tapiExport\x12$\n" +
|
|
|
+ "\rapiExportName\x18\x0f \x01(\tR\rapiExportName\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x10 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x11 \x01(\x03R\n" +
|
|
|
+ "updateTime\x12#\n" +
|
|
|
+ "\x05i18ns\x18\x12 \x03(\v2\r.gorpc.I18nVoR\x05i18ns\"M\n" +
|
|
|
+ "\x11GlobalParamGetReq\x12$\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x14.gorpc.GlobalParamVoR\x02vo\x12\x12\n" +
|
|
|
+ "\x04lang\x18\x02 \x01(\tR\x04lang\"{\n" +
|
|
|
+ "\x12GlobalParamListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12$\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x14.gorpc.GlobalParamVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"U\n" +
|
|
|
+ "\x13GlobalParamListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x14.gorpc.GlobalParamVoR\x04list\"\x92\x02\n" +
|
|
|
+ "\tProductVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n" +
|
|
|
+ "\x04code\x18\x02 \x01(\tR\x04code\x12\x12\n" +
|
|
|
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x16\n" +
|
|
|
+ "\x06domain\x18\x04 \x01(\tR\x06domain\x12%\n" +
|
|
|
+ "\x06status\x18\x05 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x14\n" +
|
|
|
+ "\x05langs\x18\x06 \x01(\tR\x05langs\x12 \n" +
|
|
|
+ "\vdefaultLang\x18\a \x01(\tR\vdefaultLang\x12\x16\n" +
|
|
|
+ "\x06remark\x18\b \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\t \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\n" +
|
|
|
+ " \x01(\x03R\n" +
|
|
|
+ "updateTime\"\x97\x01\n" +
|
|
|
+ "\x0eProductListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12 \n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x10.gorpc.ProductVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"M\n" +
|
|
|
+ "\x0fProductListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12$\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x10.gorpc.ProductVoR\x04list\"\xf9\x04\n" +
|
|
|
+ "\x0eProductParamVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x1a\n" +
|
|
|
+ "\bparamKey\x18\x03 \x01(\tR\bparamKey\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "paramValue\x18\x04 \x01(\tR\n" +
|
|
|
+ "paramValue\x12\x1c\n" +
|
|
|
+ "\tvalueType\x18\x05 \x01(\tR\tvalueType\x12\x1a\n" +
|
|
|
+ "\bminValue\x18\x06 \x01(\x02R\bminValue\x12\x1a\n" +
|
|
|
+ "\bmaxValue\x18\a \x01(\x02R\bmaxValue\x12\x12\n" +
|
|
|
+ "\x04name\x18\b \x01(\tR\x04name\x12*\n" +
|
|
|
+ "\beditable\x18\t \x01(\x0e2\x0e.gorpc.BoolIntR\beditable\x12*\n" +
|
|
|
+ "\bnullable\x18\n" +
|
|
|
+ " \x01(\x0e2\x0e.gorpc.BoolIntR\bnullable\x12&\n" +
|
|
|
+ "\x06hidden\x18\v \x01(\x0e2\x0e.gorpc.BoolIntR\x06hidden\x12*\n" +
|
|
|
+ "\bmutiLang\x18\f \x01(\x0e2\x0e.gorpc.BoolIntR\bmutiLang\x12\x12\n" +
|
|
|
+ "\x04sort\x18\r \x01(\x03R\x04sort\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x0e \x01(\tR\x06remark\x12,\n" +
|
|
|
+ "\tapiExport\x18\x0f \x01(\x0e2\x0e.gorpc.BoolIntR\tapiExport\x12$\n" +
|
|
|
+ "\rapiExportName\x18\x10 \x01(\tR\rapiExportName\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x11 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x12 \x01(\x03R\n" +
|
|
|
+ "updateTime\x12#\n" +
|
|
|
+ "\x05i18ns\x18\x13 \x03(\v2\r.gorpc.I18nVoR\x05i18ns\"O\n" +
|
|
|
+ "\x12ProductParamGetReq\x12%\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x15.gorpc.ProductParamVoR\x02vo\x12\x12\n" +
|
|
|
+ "\x04lang\x18\x02 \x01(\tR\x04lang\"\xa1\x01\n" +
|
|
|
+ "\x13ProductParamListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x15.gorpc.ProductParamVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"W\n" +
|
|
|
+ "\x14ProductParamListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12)\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x15.gorpc.ProductParamVoR\x04list\"\xac\x02\n" +
|
|
|
+ "\x0fProductActionVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x16\n" +
|
|
|
+ "\x06imgUrl\x18\x03 \x01(\tR\x06imgUrl\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "actionType\x18\x04 \x01(\tR\n" +
|
|
|
+ "actionType\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "actionData\x18\x05 \x01(\tR\n" +
|
|
|
+ "actionData\x12\x14\n" +
|
|
|
+ "\x05title\x18\x06 \x01(\tR\x05title\x12%\n" +
|
|
|
+ "\x06status\x18\a \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\b \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\t \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x12\n" +
|
|
|
+ "\x04sort\x18\n" +
|
|
|
+ " \x01(\x03R\x04sort\":\n" +
|
|
|
+ "\x10ProductActionReq\x12&\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x16.gorpc.ProductActionVoR\x02vo\"\xa3\x01\n" +
|
|
|
+ "\x14ProductActionListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12&\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x16.gorpc.ProductActionVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"Y\n" +
|
|
|
+ "\x15ProductActionListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12*\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x16.gorpc.ProductActionVoR\x04list\"\xb6\x02\n" +
|
|
|
+ "\vAreaParamVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x12\n" +
|
|
|
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x14\n" +
|
|
|
+ "\x05areas\x18\x04 \x01(\tR\x05areas\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "paramValue\x18\x05 \x01(\tR\n" +
|
|
|
+ "paramValue\x12%\n" +
|
|
|
+ "\x06status\x18\x06 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x12\n" +
|
|
|
+ "\x04sort\x18\a \x01(\x03R\x04sort\x12\x16\n" +
|
|
|
+ "\x06remark\x18\b \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\t \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\n" +
|
|
|
+ " \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x18\n" +
|
|
|
+ "\aversion\x18\v \x01(\tR\aversion\"\x9b\x01\n" +
|
|
|
+ "\x10AreaParamListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\"\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x12.gorpc.AreaParamVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"Q\n" +
|
|
|
+ "\x11AreaParamListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12&\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x12.gorpc.AreaParamVoR\x04list\"\x87\x02\n" +
|
|
|
+ "\x12NationalLanguageVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06tbName\x18\x02 \x01(\tR\x06tbName\x12\x18\n" +
|
|
|
+ "\atbRowId\x18\x03 \x01(\x03R\atbRowId\x12 \n" +
|
|
|
+ "\vtbFieldName\x18\x04 \x01(\tR\vtbFieldName\x12\x10\n" +
|
|
|
+ "\x03lan\x18\x05 \x01(\tR\x03lan\x12\x14\n" +
|
|
|
+ "\x05value\x18\x06 \x01(\tR\x05value\x12%\n" +
|
|
|
+ "\x06status\x18\a \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\b \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\t \x01(\x03R\n" +
|
|
|
+ "createTime\"\x85\x01\n" +
|
|
|
+ "\x17NationalLanguageListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12)\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x19.gorpc.NationalLanguageVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"_\n" +
|
|
|
+ "\x18NationalLanguageListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12-\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x19.gorpc.NationalLanguageVoR\x04list\"\xb6\x02\n" +
|
|
|
+ "\x05TipVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x1a\n" +
|
|
|
+ "\bparamKey\x18\x03 \x01(\tR\bparamKey\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "paramValue\x18\x04 \x01(\tR\n" +
|
|
|
+ "paramValue\x12\x12\n" +
|
|
|
+ "\x04code\x18\x05 \x01(\tR\x04code\x12\x1a\n" +
|
|
|
+ "\bshowType\x18\x06 \x01(\x03R\bshowType\x12\x12\n" +
|
|
|
+ "\x04sort\x18\a \x01(\x03R\x04sort\x12\x16\n" +
|
|
|
+ "\x06remark\x18\b \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\t \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\n" +
|
|
|
+ " \x01(\x03R\n" +
|
|
|
+ "updateTime\x12#\n" +
|
|
|
+ "\x05i18ns\x18\v \x03(\v2\r.gorpc.I18nVoR\x05i18ns\"=\n" +
|
|
|
+ "\tTipGetReq\x12\x1c\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\f.gorpc.TipVoR\x02vo\x12\x12\n" +
|
|
|
+ "\x04lang\x18\x02 \x01(\tR\x04lang\"\x8f\x01\n" +
|
|
|
+ "\n" +
|
|
|
+ "TipListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\x1c\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\f.gorpc.TipVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"E\n" +
|
|
|
+ "\vTipListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12 \n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\f.gorpc.TipVoR\x04list\"\xd5\x02\n" +
|
|
|
+ "\x06DictVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x1a\n" +
|
|
|
+ "\bparentId\x18\x03 \x01(\x03R\bparentId\x12\x1a\n" +
|
|
|
+ "\bdataType\x18\x04 \x01(\tR\bdataType\x12\x12\n" +
|
|
|
+ "\x04name\x18\x05 \x01(\tR\x04name\x12\x18\n" +
|
|
|
+ "\apayload\x18\x06 \x01(\tR\apayload\x12\x12\n" +
|
|
|
+ "\x04sort\x18\a \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\b \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\t \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\n" +
|
|
|
+ " \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\v \x01(\x03R\n" +
|
|
|
+ "updateTime\x12 \n" +
|
|
|
+ "\vpayloadJson\x18\f \x01(\tR\vpayloadJson\"+\n" +
|
|
|
+ "\n" +
|
|
|
+ "DictGetReq\x12\x1d\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\r.gorpc.DictVoR\x02vo\"\x91\x01\n" +
|
|
|
+ "\vDictListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\x1d\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\r.gorpc.DictVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"G\n" +
|
|
|
+ "\fDictListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12!\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\r.gorpc.DictVoR\x04list\"\xed\x01\n" +
|
|
|
+ "\x10UpgradePkgPlanVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x14\n" +
|
|
|
+ "\x05areas\x18\x03 \x01(\tR\x05areas\x12\x12\n" +
|
|
|
+ "\x04sort\x18\x04 \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\x05 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x06 \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\a \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\b \x01(\x03R\n" +
|
|
|
+ "updateTime\"\xa5\x01\n" +
|
|
|
+ "\x15UpgradePkgPlanListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12'\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x17.gorpc.UpgradePkgPlanVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"[\n" +
|
|
|
+ "\x16UpgradePkgPlanListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12+\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x17.gorpc.UpgradePkgPlanVoR\x04list\"\xb9\x04\n" +
|
|
|
+ "\x16UpgradePkgPlanDetailVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06planId\x18\x02 \x01(\x03R\x06planId\x12\x1a\n" +
|
|
|
+ "\bplatform\x18\x03 \x01(\tR\bplatform\x12\x18\n" +
|
|
|
+ "\achannel\x18\x04 \x01(\tR\achannel\x12\x12\n" +
|
|
|
+ "\x04name\x18\x05 \x01(\tR\x04name\x12\x10\n" +
|
|
|
+ "\x03ver\x18\x06 \x01(\x03R\x03ver\x12\x10\n" +
|
|
|
+ "\x03url\x18\a \x01(\tR\x03url\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "websiteUrl\x18\b \x01(\tR\n" +
|
|
|
+ "websiteUrl\x12\x1c\n" +
|
|
|
+ "\tdirectUrl\x18\t \x01(\tR\tdirectUrl\x12\x10\n" +
|
|
|
+ "\x03md5\x18\n" +
|
|
|
+ " \x01(\tR\x03md5\x12\x12\n" +
|
|
|
+ "\x04info\x18\v \x01(\tR\x04info\x128\n" +
|
|
|
+ "\x17testUpgradePolicyConfig\x18\f \x01(\tR\x17testUpgradePolicyConfig\x120\n" +
|
|
|
+ "\x13upgradePolicyConfig\x18\r \x01(\tR\x13upgradePolicyConfig\x12:\n" +
|
|
|
+ "\x18forceUpgradePolicyConfig\x18\x0e \x01(\tR\x18forceUpgradePolicyConfig\x12%\n" +
|
|
|
+ "\x06status\x18\x0f \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x10 \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x11 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x12 \x01(\x03R\n" +
|
|
|
+ "updateTime\"\x87\x01\n" +
|
|
|
+ "\x1bUpgradePkgPlanDetailListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12-\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x1d.gorpc.UpgradePkgPlanDetailVoR\x02vo\x12\x18\n" +
|
|
|
+ "\aplanIds\x18\x03 \x03(\x03R\aplanIds\"g\n" +
|
|
|
+ "\x1cUpgradePkgPlanDetailListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x121\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1d.gorpc.UpgradePkgPlanDetailVoR\x04list\"\xed\x01\n" +
|
|
|
+ "\x10UpgradeResPlanVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x14\n" +
|
|
|
+ "\x05areas\x18\x03 \x01(\tR\x05areas\x12\x12\n" +
|
|
|
+ "\x04sort\x18\x04 \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\x05 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x06 \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\a \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\b \x01(\x03R\n" +
|
|
|
+ "updateTime\"\xa5\x01\n" +
|
|
|
+ "\x15UpgradeResPlanListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12'\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x17.gorpc.UpgradeResPlanVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"[\n" +
|
|
|
+ "\x16UpgradeResPlanListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12+\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x17.gorpc.UpgradeResPlanVoR\x04list\"\x8f\x04\n" +
|
|
|
+ "\x16UpgradeResPlanDetailVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06planId\x18\x02 \x01(\x03R\x06planId\x12\x1a\n" +
|
|
|
+ "\bplatform\x18\x03 \x01(\tR\bplatform\x12\x18\n" +
|
|
|
+ "\achannel\x18\x04 \x01(\tR\achannel\x12\x12\n" +
|
|
|
+ "\x04name\x18\x05 \x01(\tR\x04name\x12\x10\n" +
|
|
|
+ "\x03ver\x18\x06 \x01(\x03R\x03ver\x12\x10\n" +
|
|
|
+ "\x03url\x18\a \x01(\tR\x03url\x12\x12\n" +
|
|
|
+ "\x04info\x18\b \x01(\tR\x04info\x12\x10\n" +
|
|
|
+ "\x03md5\x18\t \x01(\tR\x03md5\x12\x12\n" +
|
|
|
+ "\x04size\x18\n" +
|
|
|
+ " \x01(\x03R\x04size\x128\n" +
|
|
|
+ "\x17testUpgradePolicyConfig\x18\v \x01(\tR\x17testUpgradePolicyConfig\x120\n" +
|
|
|
+ "\x13upgradePolicyConfig\x18\f \x01(\tR\x13upgradePolicyConfig\x12:\n" +
|
|
|
+ "\x18forceUpgradePolicyConfig\x18\r \x01(\tR\x18forceUpgradePolicyConfig\x12%\n" +
|
|
|
+ "\x06status\x18\x0e \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x0f \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x10 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x11 \x01(\x03R\n" +
|
|
|
+ "updateTime\"\x87\x01\n" +
|
|
|
+ "\x1bUpgradeResPlanDetailListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12-\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x1d.gorpc.UpgradeResPlanDetailVoR\x02vo\x12\x18\n" +
|
|
|
+ "\aplanIds\x18\x03 \x03(\x03R\aplanIds\"g\n" +
|
|
|
+ "\x1cUpgradeResPlanDetailListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x121\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1d.gorpc.UpgradeResPlanDetailVoR\x04list\"\xfd\x01\n" +
|
|
|
+ "\bAdPlanVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x14\n" +
|
|
|
+ "\x05areas\x18\x03 \x01(\tR\x05areas\x12\x16\n" +
|
|
|
+ "\x06config\x18\x04 \x01(\tR\x06config\x12\x12\n" +
|
|
|
+ "\x04sort\x18\x05 \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\x06 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\a \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\b \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\t \x01(\x03R\n" +
|
|
|
+ "updateTime\"\x95\x01\n" +
|
|
|
+ "\rAdPlanListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\x1f\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x0f.gorpc.AdPlanVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"K\n" +
|
|
|
+ "\x0eAdPlanListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12#\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x0f.gorpc.AdPlanVoR\x04list\"\x9f\x03\n" +
|
|
|
+ "\x0eAdPlanDetailVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06planId\x18\x02 \x01(\x03R\x06planId\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "adPlatform\x18\x03 \x01(\tR\n" +
|
|
|
+ "adPlatform\x12\x16\n" +
|
|
|
+ "\x06adType\x18\x04 \x01(\tR\x06adType\x12\x16\n" +
|
|
|
+ "\x06adSlot\x18\x05 \x01(\tR\x06adSlot\x12\x18\n" +
|
|
|
+ "\aadDatas\x18\x06 \x01(\tR\aadDatas\x12*\n" +
|
|
|
+ "\x10testPolicyConfig\x18\a \x01(\tR\x10testPolicyConfig\x12\"\n" +
|
|
|
+ "\fpolicyConfig\x18\b \x01(\tR\fpolicyConfig\x12\x12\n" +
|
|
|
+ "\x04sort\x18\t \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\n" +
|
|
|
+ " \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\v \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\f \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\r \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x18\n" +
|
|
|
+ "\aversion\x18\x0e \x01(\tR\aversion\"w\n" +
|
|
|
+ "\x13AdPlanDetailListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x15.gorpc.AdPlanDetailVoR\x02vo\x12\x18\n" +
|
|
|
+ "\aplanIds\x18\x03 \x03(\x03R\aplanIds\"W\n" +
|
|
|
+ "\x14AdPlanDetailListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12)\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x15.gorpc.AdPlanDetailVoR\x04list\"\xba\x01\n" +
|
|
|
+ "\x10AdGlobalConfigVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x1c\n" +
|
|
|
+ "\tplatforms\x18\x03 \x01(\tR\tplatforms\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x04 \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x05 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "updateTime\"8\n" +
|
|
|
+ "\x14AdGlobalConfigGetReq\x12 \n" +
|
|
|
+ "\vproductCode\x18\x01 \x01(\tR\vproductCode\"\x98\x04\n" +
|
|
|
+ "\n" +
|
|
|
+ "JobBatchVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n" +
|
|
|
+ "\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n" +
|
|
|
+ "\x04type\x18\x03 \x01(\tR\x04type\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "initParams\x18\x04 \x01(\tR\n" +
|
|
|
+ "initParams\x12 \n" +
|
|
|
+ "\vcontextData\x18\x05 \x01(\tR\vcontextData\x12\"\n" +
|
|
|
+ "\fbeginHandler\x18\x06 \x01(\tR\fbeginHandler\x12\"\n" +
|
|
|
+ "\fafterHandler\x18\a \x01(\tR\fafterHandler\x12 \n" +
|
|
|
+ "\vconcurrency\x18\b \x01(\x03R\vconcurrency\x12 \n" +
|
|
|
+ "\vretryPolicy\x18\t \x01(\tR\vretryPolicy\x12 \n" +
|
|
|
+ "\vstartedTime\x18\n" +
|
|
|
+ " \x01(\x03R\vstartedTime\x12\"\n" +
|
|
|
+ "\ffinishedTime\x18\v \x01(\x03R\ffinishedTime\x12\x16\n" +
|
|
|
+ "\x06result\x18\f \x01(\tR\x06result\x12\x16\n" +
|
|
|
+ "\x06status\x18\r \x01(\tR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x0e \x01(\tR\x06remark\x12\x1a\n" +
|
|
|
+ "\bcreateAt\x18\x0f \x01(\x03R\bcreateAt\x12\x1a\n" +
|
|
|
+ "\bupdateAt\x18\x10 \x01(\x03R\bupdateAt\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x11 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x12 \x01(\x03R\n" +
|
|
|
+ "updateTime\"s\n" +
|
|
|
+ "\x13JobBatchWithTasksVo\x12-\n" +
|
|
|
+ "\bjobBatch\x18\x01 \x01(\v2\x11.gorpc.JobBatchVoR\bjobBatch\x12-\n" +
|
|
|
+ "\bjobTasks\x18\x02 \x03(\v2\x11.gorpc.JobTasksVoR\bjobTasks\"3\n" +
|
|
|
+ "\tTimeRange\x12\x14\n" +
|
|
|
+ "\x05start\x18\x01 \x01(\x03R\x05start\x12\x10\n" +
|
|
|
+ "\x03end\x18\x02 \x01(\x03R\x03end\"\x8f\x02\n" +
|
|
|
+ "\x0fJobBatchListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12!\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x11.gorpc.JobBatchVoR\x02vo\x12<\n" +
|
|
|
+ "\x10startedTimeRange\x18\x03 \x01(\v2\x10.gorpc.TimeRangeR\x10startedTimeRange\x12>\n" +
|
|
|
+ "\x11finishedTimeRange\x18\x04 \x01(\v2\x10.gorpc.TimeRangeR\x11finishedTimeRange\x12\x1a\n" +
|
|
|
+ "\bstatuses\x18\x05 \x03(\tR\bstatuses\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x06 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"O\n" +
|
|
|
+ "\x10JobBatchListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12%\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x11.gorpc.JobBatchVoR\x04list\"a\n" +
|
|
|
+ "\x19JobBatchListWithTasksResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12.\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1a.gorpc.JobBatchWithTasksVoR\x04list\"\xd6\x03\n" +
|
|
|
+ "\n" +
|
|
|
+ "JobTasksVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x18\n" +
|
|
|
+ "\abatchId\x18\x02 \x01(\x03R\abatchId\x12\x12\n" +
|
|
|
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "initParams\x18\x04 \x01(\tR\n" +
|
|
|
+ "initParams\x12 \n" +
|
|
|
+ "\vruntimeData\x18\x05 \x01(\tR\vruntimeData\x12\"\n" +
|
|
|
+ "\fexternalRefs\x18\x06 \x01(\tR\fexternalRefs\x12 \n" +
|
|
|
+ "\vstartedTime\x18\a \x01(\x03R\vstartedTime\x12\"\n" +
|
|
|
+ "\ffinishedTime\x18\b \x01(\x03R\ffinishedTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "retryCount\x18\t \x01(\x03R\n" +
|
|
|
+ "retryCount\x12\x16\n" +
|
|
|
+ "\x06result\x18\n" +
|
|
|
+ " \x01(\tR\x06result\x12\x16\n" +
|
|
|
+ "\x06status\x18\v \x01(\tR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\f \x01(\tR\x06remark\x12\x1a\n" +
|
|
|
+ "\bcreateAt\x18\r \x01(\x03R\bcreateAt\x12\x1a\n" +
|
|
|
+ "\bupdateAt\x18\x0e \x01(\x03R\bupdateAt\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x0f \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x10 \x01(\x03R\n" +
|
|
|
+ "updateTime\"\x8f\x02\n" +
|
|
|
+ "\x0fJobTasksListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12!\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x11.gorpc.JobTasksVoR\x02vo\x12<\n" +
|
|
|
+ "\x10startedTimeRange\x18\x03 \x01(\v2\x10.gorpc.TimeRangeR\x10startedTimeRange\x12>\n" +
|
|
|
+ "\x11finishedTimeRange\x18\x04 \x01(\v2\x10.gorpc.TimeRangeR\x11finishedTimeRange\x12\x1a\n" +
|
|
|
+ "\bstatuses\x18\x05 \x03(\tR\bstatuses\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x06 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"O\n" +
|
|
|
+ "\x10JobTasksListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12%\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x11.gorpc.JobTasksVoR\x04list\"\xdb\x01\n" +
|
|
|
+ "\x0eDeployConfigVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n" +
|
|
|
+ "\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n" +
|
|
|
+ "\x04type\x18\x03 \x01(\tR\x04type\x12\x12\n" +
|
|
|
+ "\x04data\x18\x04 \x01(\tR\x04data\x12%\n" +
|
|
|
+ "\x06status\x18\x05 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x06 \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\a \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\b \x01(\x03R\n" +
|
|
|
+ "updateTime\"}\n" +
|
|
|
+ "\x13DeployConfigListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x15.gorpc.DeployConfigVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"W\n" +
|
|
|
+ "\x14DeployConfigListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12)\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x15.gorpc.DeployConfigVoR\x04list\"\x80\x02\n" +
|
|
|
+ "\x0eOperationLogVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1c\n" +
|
|
|
+ "\tsysUserId\x18\x02 \x01(\x03R\tsysUserId\x12 \n" +
|
|
|
+ "\vproductCode\x18\x03 \x01(\tR\vproductCode\x12\x14\n" +
|
|
|
+ "\x05model\x18\x04 \x01(\tR\x05model\x12\x16\n" +
|
|
|
+ "\x06action\x18\x05 \x01(\tR\x06action\x12\x18\n" +
|
|
|
+ "\adetails\x18\x06 \x01(\tR\adetails\x12\x16\n" +
|
|
|
+ "\x06result\x18\a \x01(\tR\x06result\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\b \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\t \x01(\x03R\n" +
|
|
|
+ "createTime\"\xa1\x01\n" +
|
|
|
+ "\x13OperationLogListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x15.gorpc.OperationLogVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"W\n" +
|
|
|
+ "\x14OperationLogListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12)\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x15.gorpc.OperationLogVoR\x04list\"\xeb\x01\n" +
|
|
|
+ "\x0eAnnouncePlanVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x14\n" +
|
|
|
+ "\x05areas\x18\x03 \x01(\tR\x05areas\x12\x12\n" +
|
|
|
+ "\x04sort\x18\x04 \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\x05 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x06 \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\a \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\b \x01(\x03R\n" +
|
|
|
+ "updateTime\"\xa1\x01\n" +
|
|
|
+ "\x13AnnouncePlanListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x15.gorpc.AnnouncePlanVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"W\n" +
|
|
|
+ "\x14AnnouncePlanListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12)\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x15.gorpc.AnnouncePlanVoR\x04list\"\xc3\x03\n" +
|
|
|
+ "\x14AnnouncePlanDetailVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06planId\x18\x02 \x01(\x03R\x06planId\x12\x1c\n" +
|
|
|
+ "\tplatforms\x18\x03 \x01(\tR\tplatforms\x12\x1a\n" +
|
|
|
+ "\bchannels\x18\x04 \x01(\tR\bchannels\x12\x12\n" +
|
|
|
+ "\x04icon\x18\x05 \x01(\tR\x04icon\x12\x14\n" +
|
|
|
+ "\x05title\x18\x06 \x01(\tR\x05title\x12\x18\n" +
|
|
|
+ "\acontent\x18\a \x01(\tR\acontent\x12\x10\n" +
|
|
|
+ "\x03url\x18\b \x01(\tR\x03url\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "buttonText\x18\t \x01(\tR\n" +
|
|
|
+ "buttonText\x12\x1c\n" +
|
|
|
+ "\tcloseable\x18\n" +
|
|
|
+ " \x01(\x03R\tcloseable\x12\x12\n" +
|
|
|
+ "\x04sort\x18\v \x01(\x03R\x04sort\x12\"\n" +
|
|
|
+ "\fpolicyConfig\x18\f \x01(\tR\fpolicyConfig\x12%\n" +
|
|
|
+ "\x06status\x18\r \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x0e \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x0f \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x10 \x01(\x03R\n" +
|
|
|
+ "updateTime\"\x83\x01\n" +
|
|
|
+ "\x19AnnouncePlanDetailListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12+\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x1b.gorpc.AnnouncePlanDetailVoR\x02vo\x12\x18\n" +
|
|
|
+ "\aplanIds\x18\x03 \x03(\x03R\aplanIds\"c\n" +
|
|
|
+ "\x1aAnnouncePlanDetailListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12/\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1b.gorpc.AnnouncePlanDetailVoR\x04list\"\xc1\x02\n" +
|
|
|
+ "\x0eServiceTypesVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x12\n" +
|
|
|
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x1c\n" +
|
|
|
+ "\tuserLevel\x18\x04 \x01(\x03R\tuserLevel\x12 \n" +
|
|
|
+ "\vdeviceLimit\x18\x05 \x01(\x03R\vdeviceLimit\x12\x12\n" +
|
|
|
+ "\x04sort\x18\x06 \x01(\x03R\x04sort\x12\x16\n" +
|
|
|
+ "\x06config\x18\a \x01(\tR\x06config\x12%\n" +
|
|
|
+ "\x06status\x18\b \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\t \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\n" +
|
|
|
+ " \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\v \x01(\x03R\n" +
|
|
|
+ "updateTime\"$\n" +
|
|
|
+ "\x12ServiceTypesGetReq\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\"\xa1\x01\n" +
|
|
|
+ "\x13ServiceTypesListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x15.gorpc.ServiceTypesVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"W\n" +
|
|
|
+ "\x14ServiceTypesListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12)\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x15.gorpc.ServiceTypesVoR\x04list\";\n" +
|
|
|
+ "\x12ServiceTypesAddReq\x12%\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x15.gorpc.ServiceTypesVoR\x02vo\">\n" +
|
|
|
+ "\x15ServiceTypesUpdateReq\x12%\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x15.gorpc.ServiceTypesVoR\x02vo\"$\n" +
|
|
|
+ "\x12ServiceTypesDelReq\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\"\xb8\x06\n" +
|
|
|
+ "\rServiceSetsVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12$\n" +
|
|
|
+ "\rserviceTypeId\x18\x03 \x01(\x03R\rserviceTypeId\x12\x12\n" +
|
|
|
+ "\x04name\x18\x04 \x01(\tR\x04name\x12 \n" +
|
|
|
+ "\vlicenseDays\x18\x05 \x01(\x03R\vlicenseDays\x12\x18\n" +
|
|
|
+ "\achannel\x18\x06 \x01(\tR\achannel\x12$\n" +
|
|
|
+ "\rchannelItemId\x18\a \x01(\tR\rchannelItemId\x124\n" +
|
|
|
+ "\x15refPortalServiceSetId\x18\b \x01(\x03R\x15refPortalServiceSetId\x12.\n" +
|
|
|
+ "\x12appleChannelItemId\x18\t \x01(\tR\x12appleChannelItemId\x120\n" +
|
|
|
+ "\x13googleChannelItemId\x18\n" +
|
|
|
+ " \x01(\tR\x13googleChannelItemId\x12\x14\n" +
|
|
|
+ "\x05title\x18\v \x01(\tR\x05title\x12\x1a\n" +
|
|
|
+ "\bsubTitle\x18\f \x01(\tR\bsubTitle\x12\x1c\n" +
|
|
|
+ "\tintroduce\x18\r \x01(\tR\tintroduce\x12\x1a\n" +
|
|
|
+ "\borgPrice\x18\x0e \x01(\x02R\borgPrice\x12\x14\n" +
|
|
|
+ "\x05price\x18\x0f \x01(\x02R\x05price\x12(\n" +
|
|
|
+ "\adisplay\x18\x10 \x01(\x0e2\x0e.gorpc.BoolIntR\adisplay\x12,\n" +
|
|
|
+ "\tisDefault\x18\x11 \x01(\x0e2\x0e.gorpc.BoolIntR\tisDefault\x12,\n" +
|
|
|
+ "\trecommend\x18\x12 \x01(\x0e2\x0e.gorpc.BoolIntR\trecommend\x12&\n" +
|
|
|
+ "\x06hidden\x18\x13 \x01(\x0e2\x0e.gorpc.BoolIntR\x06hidden\x12\x12\n" +
|
|
|
+ "\x04sort\x18\x14 \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\x15 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x16 \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x17 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x18 \x01(\x03R\n" +
|
|
|
+ "updateTime\"#\n" +
|
|
|
+ "\x11ServiceSetsGetReq\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\"\xc7\x01\n" +
|
|
|
+ "\x12ServiceSetsListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12$\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x14.gorpc.ServiceSetsVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12&\n" +
|
|
|
+ "\x0eserviceTypeIds\x18\x04 \x03(\x03R\x0eserviceTypeIds\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x05 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"U\n" +
|
|
|
+ "\x13ServiceSetsListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x14.gorpc.ServiceSetsVoR\x04list\"9\n" +
|
|
|
+ "\x11ServiceSetsAddReq\x12$\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x14.gorpc.ServiceSetsVoR\x02vo\"<\n" +
|
|
|
+ "\x14ServiceSetsUpdateReq\x12$\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x14.gorpc.ServiceSetsVoR\x02vo\"#\n" +
|
|
|
+ "\x11ServiceSetsDelReq\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\"\xa9\x03\n" +
|
|
|
+ "\rMessagePushVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06status\x18\x02 \x01(\tR\x06status\x12\x1a\n" +
|
|
|
+ "\boperator\x18\x03 \x01(\x03R\boperator\x12\x16\n" +
|
|
|
+ "\x06module\x18\x04 \x01(\tR\x06module\x12\x14\n" +
|
|
|
+ "\x05title\x18\x05 \x01(\tR\x05title\x12\x18\n" +
|
|
|
+ "\amessage\x18\x06 \x01(\tR\amessage\x12\x16\n" +
|
|
|
+ "\x06imgUrl\x18\a \x01(\tR\x06imgUrl\x12\x12\n" +
|
|
|
+ "\x04data\x18\b \x01(\tR\x04data\x12 \n" +
|
|
|
+ "\vproductCode\x18\t \x01(\tR\vproductCode\x12\x1c\n" +
|
|
|
+ "\tareaParam\x18\n" +
|
|
|
+ " \x01(\x03R\tareaParam\x12\x16\n" +
|
|
|
+ "\x06topics\x18\v \x03(\tR\x06topics\x12&\n" +
|
|
|
+ "\x0efirebaseTokens\x18\f \x03(\tR\x0efirebaseTokens\x12 \n" +
|
|
|
+ "\vpublishTime\x18\r \x01(\x03R\vpublishTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x0e \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x0f \x01(\x03R\n" +
|
|
|
+ "updateTime\"[\n" +
|
|
|
+ "\x12MessagePushListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12$\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x14.gorpc.MessagePushVoR\x02vo\"U\n" +
|
|
|
+ "\x13MessagePushListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x14.gorpc.MessagePushVoR\x04list\"\xb8\x02\n" +
|
|
|
+ "\x13ShortDramaEpisodeVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x18\n" +
|
|
|
+ "\adramaId\x18\x02 \x01(\x03R\adramaId\x12\x12\n" +
|
|
|
+ "\x04type\x18\x03 \x01(\x03R\x04type\x12\x12\n" +
|
|
|
+ "\x04name\x18\x04 \x01(\tR\x04name\x12\x12\n" +
|
|
|
+ "\x04sort\x18\x05 \x01(\x03R\x04sort\x12\x16\n" +
|
|
|
+ "\x06videos\x18\x06 \x01(\tR\x06videos\x12\x1c\n" +
|
|
|
+ "\tsubtitles\x18\a \x01(\tR\tsubtitles\x12%\n" +
|
|
|
+ "\x06status\x18\b \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\t \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\n" +
|
|
|
+ " \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "danmakuUrl\x18\v \x01(\tR\n" +
|
|
|
+ "danmakuUrl\"E\n" +
|
|
|
+ "\x17ShortDramaEpisodeGetReq\x12*\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x1a.gorpc.ShortDramaEpisodeVoR\x02vo\"\x83\x01\n" +
|
|
|
+ "\x18ShortDramaEpisodeListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12*\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x1a.gorpc.ShortDramaEpisodeVoR\x02vo\x12\x1a\n" +
|
|
|
+ "\bdramaIds\x18\x03 \x03(\x03R\bdramaIds\"a\n" +
|
|
|
+ "\x19ShortDramaEpisodeListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12.\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1a.gorpc.ShortDramaEpisodeVoR\x04list\"p\n" +
|
|
|
+ "\x1cShortDramaEpisodeBatchAddReq\x12\x18\n" +
|
|
|
+ "\adramaId\x18\x01 \x01(\x03R\adramaId\x126\n" +
|
|
|
+ "\bepisodes\x18\x02 \x03(\v2\x1a.gorpc.ShortDramaEpisodeVoR\bepisodes\"F\n" +
|
|
|
+ "*ShortDramaEpisodeBatchRefreshUpdateTimeReq\x12\x18\n" +
|
|
|
+ "\adramaId\x18\x01 \x01(\x03R\adramaId\"\x94\x02\n" +
|
|
|
+ "\x14ShortDramaLanguageVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x18\n" +
|
|
|
+ "\adramaId\x18\x02 \x01(\x03R\adramaId\x12\x12\n" +
|
|
|
+ "\x04lang\x18\x03 \x01(\tR\x04lang\x12\x14\n" +
|
|
|
+ "\x05title\x18\x04 \x01(\tR\x05title\x12 \n" +
|
|
|
+ "\vdescription\x18\x05 \x01(\tR\vdescription\x12\x16\n" +
|
|
|
+ "\x06covers\x18\x06 \x01(\tR\x06covers\x12.\n" +
|
|
|
+ "\x12coverDominantColor\x18\a \x01(\tR\x12coverDominantColor\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\b \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\t \x01(\x03R\n" +
|
|
|
+ "updateTime\"\xfb\a\n" +
|
|
|
+ "\fShortDramaVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x02 \x01(\tR\fproductCodes\x12\x14\n" +
|
|
|
+ "\x05title\x18\x03 \x01(\tR\x05title\x12 \n" +
|
|
|
+ "\vdescription\x18\x04 \x01(\tR\vdescription\x12\x16\n" +
|
|
|
+ "\x06covers\x18\x05 \x01(\tR\x06covers\x12.\n" +
|
|
|
+ "\x12coverDominantColor\x18\x06 \x01(\tR\x12coverDominantColor\x12\x12\n" +
|
|
|
+ "\x04type\x18\a \x01(\tR\x04type\x12\x12\n" +
|
|
|
+ "\x04tags\x18\b \x01(\tR\x04tags\x12&\n" +
|
|
|
+ "\x0ereleaseRegions\x18\t \x01(\tR\x0ereleaseRegions\x12 \n" +
|
|
|
+ "\vreleaseDate\x18\n" +
|
|
|
+ " \x01(\x03R\vreleaseDate\x12$\n" +
|
|
|
+ "\rtotalEpisodes\x18\v \x01(\x03R\rtotalEpisodes\x12(\n" +
|
|
|
+ "\x0fcompletedStatus\x18\f \x01(\x03R\x0fcompletedStatus\x12,\n" +
|
|
|
+ "\x11copyrightSupplier\x18\r \x01(\tR\x11copyrightSupplier\x12\"\n" +
|
|
|
+ "\fcopyrightDoc\x18\x0e \x01(\tR\fcopyrightDoc\x124\n" +
|
|
|
+ "\x15copyrightPurchaseDate\x18\x0f \x01(\x03R\x15copyrightPurchaseDate\x120\n" +
|
|
|
+ "\x13copyrightExpireDate\x18\x10 \x01(\x03R\x13copyrightExpireDate\x12\x16\n" +
|
|
|
+ "\x06status\x18\x11 \x01(\x03R\x06status\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x12 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x13 \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "ghostCutId\x18\x14 \x01(\tR\n" +
|
|
|
+ "ghostCutId\x12\x1c\n" +
|
|
|
+ "\trecommend\x18\x15 \x01(\x03R\trecommend\x12 \n" +
|
|
|
+ "\votherConfig\x18\x16 \x01(\tR\votherConfig\x12M\n" +
|
|
|
+ "\x13shortDramaLanguages\x18\x17 \x03(\v2\x1b.gorpc.ShortDramaLanguageVoR\x13shortDramaLanguages\x12*\n" +
|
|
|
+ "\x10mainEpisodeCount\x18\x18 \x01(\x03R\x10mainEpisodeCount\x120\n" +
|
|
|
+ "\x13trailerEpisodeCount\x18\x19 \x01(\x03R\x13trailerEpisodeCount\x12 \n" +
|
|
|
+ "\vcopyrightId\x18\x1a \x01(\x03R\vcopyrightId\x12\x18\n" +
|
|
|
+ "\acreator\x18\x1b \x01(\x03R\acreator\x12\x1a\n" +
|
|
|
+ "\bmodifier\x18\x1c \x01(\x03R\bmodifier\"\x8f\x01\n" +
|
|
|
+ "\x10ShortDramaGetReq\x12#\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x13.gorpc.ShortDramaVoR\x02vo\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12 \n" +
|
|
|
+ "\vcountryCode\x18\x03 \x01(\tR\vcountryCode\x12\x12\n" +
|
|
|
+ "\x04lang\x18\x04 \x01(\tR\x04lang\"\xd1\x01\n" +
|
|
|
+ "\x11ShortDramaListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12#\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x13.gorpc.ShortDramaVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\x12 \n" +
|
|
|
+ "\vproductCode\x18\x04 \x01(\tR\vproductCode\x12 \n" +
|
|
|
+ "\vcountryCode\x18\x05 \x01(\tR\vcountryCode\x12\x12\n" +
|
|
|
+ "\x04lang\x18\x06 \x01(\tR\x04lang\"S\n" +
|
|
|
+ "\x12ShortDramaListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12'\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x13.gorpc.ShortDramaVoR\x04list\"i\n" +
|
|
|
+ "\x19ShortDramaLanguageListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12+\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x1b.gorpc.ShortDramaLanguageVoR\x02vo\"c\n" +
|
|
|
+ "\x1aShortDramaLanguageListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12/\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1b.gorpc.ShortDramaLanguageVoR\x04list\"X\n" +
|
|
|
+ "\x18ShortDramaEpisodeCountVo\x12\x18\n" +
|
|
|
+ "\adramaId\x18\x01 \x01(\x03R\adramaId\x12\"\n" +
|
|
|
+ "\fepisodeCount\x18\x02 \x01(\x03R\fepisodeCount\"\x93\x01\n" +
|
|
|
+ "\x19ShortDramaEpisodeCountReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x06status\x18\x02 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x12\n" +
|
|
|
+ "\x04type\x18\x03 \x01(\x03R\x04type\x12\x1a\n" +
|
|
|
+ "\bdramaIds\x18\x04 \x03(\x03R\bdramaIds\"g\n" +
|
|
|
+ "\x1aShortDramaEpisodeCountResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x123\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1f.gorpc.ShortDramaEpisodeCountVoR\x04list\">\n" +
|
|
|
+ "\x16ShortDramaCheckNameReq\x12\x14\n" +
|
|
|
+ "\x05title\x18\x01 \x01(\tR\x05title\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x02 \x01(\x03R\x02id\"1\n" +
|
|
|
+ "\x17ShortDramaCheckNameResp\x12\x16\n" +
|
|
|
+ "\x06exists\x18\x01 \x01(\bR\x06exists\"I\n" +
|
|
|
+ "\x1bShortDramaUpdateModifierReq\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1a\n" +
|
|
|
+ "\bmodifier\x18\x02 \x01(\x03R\bmodifier\"\xc4\x01\n" +
|
|
|
+ "\x10SetTotalStatsReq\x12\x18\n" +
|
|
|
+ "\adramaId\x18\x01 \x01(\x03R\adramaId\x12\x18\n" +
|
|
|
+ "\acountry\x18\x02 \x01(\tR\acountry\x12&\n" +
|
|
|
+ "\x0etodayPlayCount\x18\x03 \x01(\x03R\x0etodayPlayCount\x12(\n" +
|
|
|
+ "\x0fweeklyPlayCount\x18\x04 \x01(\x03R\x0fweeklyPlayCount\x12*\n" +
|
|
|
+ "\x10monthlyPlayCount\x18\x05 \x01(\x03R\x10monthlyPlayCount\"\x9f\x02\n" +
|
|
|
+ "\x1bShortDramaStatsPlaysTotalVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x18\n" +
|
|
|
+ "\adramaId\x18\x02 \x01(\x03R\adramaId\x12\x18\n" +
|
|
|
+ "\acountry\x18\x03 \x01(\tR\acountry\x12&\n" +
|
|
|
+ "\x0etodayPlayCount\x18\x04 \x01(\x03R\x0etodayPlayCount\x12(\n" +
|
|
|
+ "\x0fweeklyPlayCount\x18\x05 \x01(\x03R\x0fweeklyPlayCount\x12*\n" +
|
|
|
+ "\x10monthlyPlayCount\x18\x06 \x01(\x03R\x10monthlyPlayCount\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\a \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\b \x01(\x03R\n" +
|
|
|
+ "updateTime\"]\n" +
|
|
|
+ " ShortDramaStatsPlaysTotalListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\x18\n" +
|
|
|
+ "\acountry\x18\x02 \x01(\tR\acountry\"q\n" +
|
|
|
+ "!ShortDramaStatsPlaysTotalListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x126\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\".gorpc.ShortDramaStatsPlaysTotalVoR\x04list\"\x86\x03\n" +
|
|
|
+ "\tSysUserVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1a\n" +
|
|
|
+ "\busername\x18\x02 \x01(\tR\busername\x12\x1a\n" +
|
|
|
+ "\bpassword\x18\x03 \x01(\tR\bpassword\x12\x1a\n" +
|
|
|
+ "\bnickname\x18\x04 \x01(\tR\bnickname\x12\x16\n" +
|
|
|
+ "\x06avatar\x18\x05 \x01(\tR\x06avatar\x12\x14\n" +
|
|
|
+ "\x05email\x18\x06 \x01(\tR\x05email\x12\x14\n" +
|
|
|
+ "\x05phone\x18\a \x01(\tR\x05phone\x12\x16\n" +
|
|
|
+ "\x06remark\x18\b \x01(\tR\x06remark\x122\n" +
|
|
|
+ "\fisSuperAdmin\x18\t \x01(\x0e2\x0e.gorpc.BoolIntR\fisSuperAdmin\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "permsLevel\x18\n" +
|
|
|
+ " \x01(\x03R\n" +
|
|
|
+ "permsLevel\x12%\n" +
|
|
|
+ "\x06status\x18\v \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\f \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\r \x01(\x03R\n" +
|
|
|
+ "updateTime\"\xf0\x01\n" +
|
|
|
+ "\tSysRoleVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x12\n" +
|
|
|
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x04 \x01(\tR\x06remark\x12%\n" +
|
|
|
+ "\x06status\x18\x05 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\a \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "permsLevel\x18\b \x01(\x03R\n" +
|
|
|
+ "permsLevel\"\xc2\x01\n" +
|
|
|
+ "\tSysPermVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n" +
|
|
|
+ "\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n" +
|
|
|
+ "\x04code\x18\x03 \x01(\tR\x04code\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x04 \x01(\tR\x06remark\x12%\n" +
|
|
|
+ "\x06status\x18\x05 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\a \x01(\x03R\n" +
|
|
|
+ "updateTime\"\x8f\x01\n" +
|
|
|
+ "\rSysUserRoleVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06userId\x18\x02 \x01(\x03R\x06userId\x12\x16\n" +
|
|
|
+ "\x06roleId\x18\x03 \x01(\x03R\x06roleId\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x04 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x05 \x01(\x03R\n" +
|
|
|
+ "updateTime\"\x8f\x01\n" +
|
|
|
+ "\rSysRolePermVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06roleId\x18\x02 \x01(\x03R\x06roleId\x12\x16\n" +
|
|
|
+ "\x06permId\x18\x03 \x01(\x03R\x06permId\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x04 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x05 \x01(\x03R\n" +
|
|
|
+ "updateTime\"\xa7\x01\n" +
|
|
|
+ "\rSysUserPermVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06userId\x18\x02 \x01(\x03R\x06userId\x12\x16\n" +
|
|
|
+ "\x06permId\x18\x03 \x01(\x03R\x06permId\x12\x16\n" +
|
|
|
+ "\x06effect\x18\x04 \x01(\tR\x06effect\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x05 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "updateTime\"=\n" +
|
|
|
+ "\vSysPermRule\x12\x16\n" +
|
|
|
+ "\x06permId\x18\x01 \x01(\x03R\x06permId\x12\x16\n" +
|
|
|
+ "\x06effect\x18\x02 \x01(\tR\x06effect\"\x92\x01\n" +
|
|
|
+ "\x1eSysUserWithRoleIdsAndPermRules\x12$\n" +
|
|
|
+ "\x04user\x18\x01 \x01(\v2\x10.gorpc.SysUserVoR\x04user\x12\x18\n" +
|
|
|
+ "\aroleIds\x18\x02 \x03(\x03R\aroleIds\x120\n" +
|
|
|
+ "\tpermRules\x18\x03 \x03(\v2\x12.gorpc.SysPermRuleR\tpermRules\"\x90\x01\n" +
|
|
|
+ "\x18SysUserWithRolesAndPerms\x12$\n" +
|
|
|
+ "\x04user\x18\x01 \x01(\v2\x10.gorpc.SysUserVoR\x04user\x12&\n" +
|
|
|
+ "\x05roles\x18\x02 \x03(\v2\x10.gorpc.SysRoleVoR\x05roles\x12&\n" +
|
|
|
+ "\x05perms\x18\x03 \x03(\v2\x10.gorpc.SysPermVoR\x05perms\"1\n" +
|
|
|
+ "\rSysUserGetReq\x12 \n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x10.gorpc.SysUserVoR\x02vo\"s\n" +
|
|
|
+ "\x0eSysUserListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12 \n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x10.gorpc.SysUserVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"M\n" +
|
|
|
+ "\x0fSysUserListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12$\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x10.gorpc.SysUserVoR\x04list\"m\n" +
|
|
|
+ " SysUserListWithRolesAndPermsResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x123\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1f.gorpc.SysUserWithRolesAndPermsR\x04list\"T\n" +
|
|
|
+ "\x12SysRoleWithPermIds\x12$\n" +
|
|
|
+ "\x04role\x18\x01 \x01(\v2\x10.gorpc.SysRoleVoR\x04role\x12\x18\n" +
|
|
|
+ "\apermIds\x18\x02 \x03(\x03R\apermIds\"`\n" +
|
|
|
+ "\x10SysRoleWithPerms\x12$\n" +
|
|
|
+ "\x04role\x18\x01 \x01(\v2\x10.gorpc.SysRoleVoR\x04role\x12&\n" +
|
|
|
+ "\x05perms\x18\x02 \x03(\v2\x10.gorpc.SysPermVoR\x05perms\"1\n" +
|
|
|
+ "\rSysRoleGetReq\x12 \n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x10.gorpc.SysRoleVoR\x02vo\"\x97\x01\n" +
|
|
|
+ "\x0eSysRoleListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12 \n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x10.gorpc.SysRoleVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"M\n" +
|
|
|
+ "\x0fSysRoleListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12$\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x10.gorpc.SysRoleVoR\x04list\"]\n" +
|
|
|
+ "\x18SysRoleListWithPermsResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12+\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x17.gorpc.SysRoleWithPermsR\x04list\"1\n" +
|
|
|
+ "\rSysPermGetReq\x12 \n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x10.gorpc.SysPermVoR\x02vo\"s\n" +
|
|
|
+ "\x0eSysPermListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12 \n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x10.gorpc.SysPermVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"M\n" +
|
|
|
+ "\x0fSysPermListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12$\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x10.gorpc.SysPermVoR\x04list\"9\n" +
|
|
|
+ "\x11SysUserRoleGetReq\x12$\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x14.gorpc.SysUserRoleVoR\x02vo\"{\n" +
|
|
|
+ "\x12SysUserRoleListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12$\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x14.gorpc.SysUserRoleVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"U\n" +
|
|
|
+ "\x13SysUserRoleListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x14.gorpc.SysUserRoleVoR\x04list\"9\n" +
|
|
|
+ "\x11SysRolePermGetReq\x12$\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x14.gorpc.SysRolePermVoR\x02vo\"{\n" +
|
|
|
+ "\x12SysRolePermListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12$\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x14.gorpc.SysRolePermVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"U\n" +
|
|
|
+ "\x13SysRolePermListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x14.gorpc.SysRolePermVoR\x04list\"9\n" +
|
|
|
+ "\x11SysUserPermGetReq\x12$\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x14.gorpc.SysUserPermVoR\x02vo\"{\n" +
|
|
|
+ "\x12SysUserPermListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12$\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x14.gorpc.SysUserPermVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"U\n" +
|
|
|
+ "\x13SysUserPermListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x14.gorpc.SysUserPermVoR\x04list\"\xb2\b\n" +
|
|
|
+ "\tAccountVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1a\n" +
|
|
|
+ "\buserUuid\x18\x02 \x01(\tR\buserUuid\x12 \n" +
|
|
|
+ "\vproductCode\x18\x03 \x01(\tR\vproductCode\x12\x1a\n" +
|
|
|
+ "\busername\x18\x04 \x01(\tR\busername\x12\x1a\n" +
|
|
|
+ "\bpassword\x18\x05 \x01(\tR\bpassword\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "accountKey\x18\x06 \x01(\tR\n" +
|
|
|
+ "accountKey\x12(\n" +
|
|
|
+ "\x0faccountPassword\x18\a \x01(\tR\x0faccountPassword\x12 \n" +
|
|
|
+ "\vaccountType\x18\b \x01(\x03R\vaccountType\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "registMode\x18\t \x01(\x03R\n" +
|
|
|
+ "registMode\x12\x1a\n" +
|
|
|
+ "\bprovider\x18\n" +
|
|
|
+ " \x01(\tR\bprovider\x124\n" +
|
|
|
+ "\rwhitelistUser\x18\v \x01(\x0e2\x0e.gorpc.BoolIntR\rwhitelistUser\x12,\n" +
|
|
|
+ "\tactivated\x18\f \x01(\x0e2\x0e.gorpc.BoolIntR\tactivated\x12\x16\n" +
|
|
|
+ "\x06config\x18\r \x01(\tR\x06config\x12%\n" +
|
|
|
+ "\x06status\x18\x0e \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06avatar\x18\x0f \x01(\tR\x06avatar\x12\x12\n" +
|
|
|
+ "\x04area\x18\x10 \x01(\tR\x04area\x12\x16\n" +
|
|
|
+ "\x06remark\x18\x11 \x01(\tR\x06remark\x12\x1a\n" +
|
|
|
+ "\bdeviceId\x18\x12 \x01(\tR\bdeviceId\x12\x1a\n" +
|
|
|
+ "\bplatform\x18\x13 \x01(\tR\bplatform\x12\x18\n" +
|
|
|
+ "\achannel\x18\x14 \x01(\tR\achannel\x12 \n" +
|
|
|
+ "\vdeviceModel\x18\x15 \x01(\tR\vdeviceModel\x12\x1a\n" +
|
|
|
+ "\bdeviceOs\x18\x16 \x01(\tR\bdeviceOs\x12\x1a\n" +
|
|
|
+ "\btimezone\x18\x17 \x01(\x03R\btimezone\x12\x12\n" +
|
|
|
+ "\x04lang\x18\x18 \x01(\tR\x04lang\x12\x0e\n" +
|
|
|
+ "\x02ip\x18\x19 \x01(\tR\x02ip\x12\x18\n" +
|
|
|
+ "\acountry\x18\x1a \x01(\tR\acountry\x12\x1a\n" +
|
|
|
+ "\bprovince\x18\x1b \x01(\tR\bprovince\x12\x12\n" +
|
|
|
+ "\x04city\x18\x1c \x01(\tR\x04city\x12\x10\n" +
|
|
|
+ "\x03isp\x18\x1d \x01(\tR\x03isp\x12\x16\n" +
|
|
|
+ "\x06appVer\x18\x1e \x01(\x03R\x06appVer\x12&\n" +
|
|
|
+ "\x0eappRuntimeCode\x18\x1f \x01(\x03R\x0eappRuntimeCode\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18! \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x18\n" +
|
|
|
+ "\aversion\x18\" \x01(\tR\aversion\x12\x1c\n" +
|
|
|
+ "\tsessionId\x18# \x01(\tR\tsessionId\x12,\n" +
|
|
|
+ "\x11sessionCreateTime\x18$ \x01(\x03R\x11sessionCreateTime\"\x97\x01\n" +
|
|
|
+ "\x0eAccountListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12 \n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x10.gorpc.AccountVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"M\n" +
|
|
|
+ "\x0fAccountListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12$\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x10.gorpc.AccountVoR\x04list\"\xe7\x01\n" +
|
|
|
+ "\x0fAccountDeviceVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1c\n" +
|
|
|
+ "\taccountId\x18\x02 \x01(\x03R\taccountId\x12\x1a\n" +
|
|
|
+ "\bdeviceId\x18\x03 \x01(\x03R\bdeviceId\x12\x1c\n" +
|
|
|
+ "\tsessionId\x18\x04 \x01(\tR\tsessionId\x12,\n" +
|
|
|
+ "\x11sessionCreateTime\x18\x05 \x01(\x03R\x11sessionCreateTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\a \x01(\x03R\n" +
|
|
|
+ "createTime\"\x7f\n" +
|
|
|
+ "\x14AccountDeviceListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12&\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x16.gorpc.AccountDeviceVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"Y\n" +
|
|
|
+ "\x15AccountDeviceListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12*\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x16.gorpc.AccountDeviceVoR\x04list\"\xa5\x06\n" +
|
|
|
+ "\bDeviceVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1a\n" +
|
|
|
+ "\buserUuid\x18\x02 \x01(\tR\buserUuid\x12 \n" +
|
|
|
+ "\vproductCode\x18\x03 \x01(\tR\vproductCode\x12\x1a\n" +
|
|
|
+ "\bdeviceId\x18\x04 \x01(\tR\bdeviceId\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "accountKey\x18\x05 \x01(\tR\n" +
|
|
|
+ "accountKey\x12(\n" +
|
|
|
+ "\x0faccountPassword\x18\x06 \x01(\tR\x0faccountPassword\x12\x1a\n" +
|
|
|
+ "\bplatform\x18\a \x01(\tR\bplatform\x12\x18\n" +
|
|
|
+ "\achannel\x18\b \x01(\tR\achannel\x12\"\n" +
|
|
|
+ "\freferChannel\x18\t \x01(\tR\freferChannel\x12 \n" +
|
|
|
+ "\vdeviceModel\x18\n" +
|
|
|
+ " \x01(\tR\vdeviceModel\x12\x1a\n" +
|
|
|
+ "\bdeviceOs\x18\v \x01(\tR\bdeviceOs\x12\x1a\n" +
|
|
|
+ "\btimezone\x18\f \x01(\x03R\btimezone\x12\x12\n" +
|
|
|
+ "\x04lang\x18\r \x01(\tR\x04lang\x12\x16\n" +
|
|
|
+ "\x06appVer\x18\x0e \x01(\x03R\x06appVer\x12\x0e\n" +
|
|
|
+ "\x02ip\x18\x0f \x01(\tR\x02ip\x12\x18\n" +
|
|
|
+ "\acountry\x18\x10 \x01(\tR\acountry\x12\x1a\n" +
|
|
|
+ "\bprovince\x18\x11 \x01(\tR\bprovince\x12\x12\n" +
|
|
|
+ "\x04city\x18\x12 \x01(\tR\x04city\x12\x10\n" +
|
|
|
+ "\x03isp\x18\x13 \x01(\tR\x03isp\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x14 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x15 \x01(\x03R\n" +
|
|
|
+ "updateTime\x12%\n" +
|
|
|
+ "\x06status\x18\x16 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x14\n" +
|
|
|
+ "\x05refer\x18\x17 \x01(\tR\x05refer\x12$\n" +
|
|
|
+ "\rwhitelistUser\x18\x18 \x01(\x03R\rwhitelistUser\x12\x1a\n" +
|
|
|
+ "\btestUser\x18\x19 \x01(\x03R\btestUser\x12 \n" +
|
|
|
+ "\vmockCountry\x18\x1a \x01(\tR\vmockCountry\x12\x18\n" +
|
|
|
+ "\amockApi\x18\x1b \x01(\tR\amockApi\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "mockRouter\x18\x1c \x01(\tR\n" +
|
|
|
+ "mockRouter\"\x83\x02\n" +
|
|
|
+ "\rDeviceListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\x1f\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x0f.gorpc.DeviceVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\x12\x1c\n" +
|
|
|
+ "\tdateRange\x18\x05 \x03(\tR\tdateRange\x12(\n" +
|
|
|
+ "\x0fcreateStartTime\x18\x06 \x01(\x03R\x0fcreateStartTime\x12$\n" +
|
|
|
+ "\rcreateEndTime\x18\a \x01(\x03R\rcreateEndTime\"J\n" +
|
|
|
+ "\rDeviceListRes\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12#\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x0f.gorpc.DeviceVoR\x04list\"\xcc\x01\n" +
|
|
|
+ "\x0fUserAppConfigVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1a\n" +
|
|
|
+ "\bdeviceId\x18\x02 \x01(\tR\bdeviceId\x12\x10\n" +
|
|
|
+ "\x03key\x18\x03 \x01(\tR\x03key\x12\x14\n" +
|
|
|
+ "\x05value\x18\x04 \x01(\tR\x05value\x12%\n" +
|
|
|
+ "\x06status\x18\x05 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x06 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\a \x01(\x03R\n" +
|
|
|
+ "updateTime\"=\n" +
|
|
|
+ "\x13UserAppConfigGetReq\x12&\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x16.gorpc.UserAppConfigVoR\x02vo\"_\n" +
|
|
|
+ "\x14UserAppConfigListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12&\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x16.gorpc.UserAppConfigVoR\x02vo\"X\n" +
|
|
|
+ "\x14UserAppConfigListRes\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12*\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x16.gorpc.UserAppConfigVoR\x04list\"\x99\x02\n" +
|
|
|
+ "\bVpnTagVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x12\n" +
|
|
|
+ "\x04type\x18\x03 \x01(\tR\x04type\x12\x12\n" +
|
|
|
+ "\x04name\x18\x04 \x01(\tR\x04name\x12\x12\n" +
|
|
|
+ "\x04sort\x18\x05 \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\x06 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\a \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\b \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\t \x01(\x03R\n" +
|
|
|
+ "updateTime\x12 \n" +
|
|
|
+ "\votherConfig\x18\n" +
|
|
|
+ " \x01(\tR\votherConfig\"/\n" +
|
|
|
+ "\fVpnTagGetReq\x12\x1f\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x0f.gorpc.VpnTagVoR\x02vo\"\x95\x01\n" +
|
|
|
+ "\rVpnTagListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\x1f\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x0f.gorpc.VpnTagVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"K\n" +
|
|
|
+ "\x0eVpnTagListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12#\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x0f.gorpc.VpnTagVoR\x04list\"8\n" +
|
|
|
+ "\x11VpnTagBatchAddReq\x12#\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x0f.gorpc.VpnTagVoR\x04list\"9\n" +
|
|
|
+ "\x12VpnTagBatchAddResp\x12#\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x0f.gorpc.VpnTagVoR\x04list\";\n" +
|
|
|
+ "\x14VpnTagBatchUpdateReq\x12#\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x0f.gorpc.VpnTagVoR\x04list\"<\n" +
|
|
|
+ "\x15VpnTagBatchUpdateResp\x12#\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x0f.gorpc.VpnTagVoR\x04list\"%\n" +
|
|
|
+ "\x11VpnTagBatchDelReq\x12\x10\n" +
|
|
|
+ "\x03ids\x18\x01 \x03(\x03R\x03ids\"\xb5\x02\n" +
|
|
|
+ "\n" +
|
|
|
+ "VpnGroupVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x12\n" +
|
|
|
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x12\n" +
|
|
|
+ "\x04icon\x18\x04 \x01(\tR\x04icon\x12\x12\n" +
|
|
|
+ "\x04sort\x18\x05 \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\x06 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\a \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\b \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\t \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x18\n" +
|
|
|
+ "\aversion\x18\n" +
|
|
|
+ " \x01(\tR\aversion\x12 \n" +
|
|
|
+ "\votherConfig\x18\v \x01(\tR\votherConfig\"I\n" +
|
|
|
+ "\fVpnGroupExVo\x12!\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x11.gorpc.VpnGroupVoR\x02vo\x12\x16\n" +
|
|
|
+ "\x06tagIds\x18\x02 \x03(\x03R\x06tagIds\"K\n" +
|
|
|
+ "\x0eVpnGroupAddReq\x12!\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x11.gorpc.VpnGroupVoR\x02vo\x12\x16\n" +
|
|
|
+ "\x06tagIds\x18\x02 \x03(\x03R\x06tagIds\"3\n" +
|
|
|
+ "\x0eVpnGroupGetReq\x12!\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x11.gorpc.VpnGroupVoR\x02vo\"\x99\x01\n" +
|
|
|
+ "\x0fVpnGroupListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12!\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x11.gorpc.VpnGroupVoR\x02vo\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x03 \x03(\tR\fproductCodes\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\"O\n" +
|
|
|
+ "\x10VpnGroupListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12%\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x11.gorpc.VpnGroupVoR\x04list\">\n" +
|
|
|
+ "\x13VpnGroupBatchAddReq\x12'\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x13.gorpc.VpnGroupExVoR\x04list\"?\n" +
|
|
|
+ "\x14VpnGroupBatchAddResp\x12'\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x13.gorpc.VpnGroupExVoR\x04list\"A\n" +
|
|
|
+ "\x16VpnGroupBatchUpdateReq\x12'\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x13.gorpc.VpnGroupExVoR\x04list\"B\n" +
|
|
|
+ "\x17VpnGroupBatchUpdateResp\x12'\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x13.gorpc.VpnGroupExVoR\x04list\"'\n" +
|
|
|
+ "\x13VpnGroupBatchDelReq\x12\x10\n" +
|
|
|
+ "\x03ids\x18\x01 \x03(\x03R\x03ids\"\x8f\x01\n" +
|
|
|
+ "\rVpnGroupTagVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x18\n" +
|
|
|
+ "\agroupId\x18\x02 \x01(\x03R\agroupId\x12\x14\n" +
|
|
|
+ "\x05tagId\x18\x03 \x01(\x03R\x05tagId\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x04 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x05 \x01(\x03R\n" +
|
|
|
+ "updateTime\"\x8f\x01\n" +
|
|
|
+ "\x12VpnGroupTagListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12$\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x14.gorpc.VpnGroupTagVoR\x02vo\x12\x1a\n" +
|
|
|
+ "\bgroupIds\x18\x03 \x03(\x03R\bgroupIds\x12\x16\n" +
|
|
|
+ "\x06tagIds\x18\x04 \x03(\x03R\x06tagIds\"U\n" +
|
|
|
+ "\x13VpnGroupTagListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x14.gorpc.VpnGroupTagVoR\x04list\"\xb8\x03\n" +
|
|
|
+ "\rVpnLocationVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x18\n" +
|
|
|
+ "\agroupId\x18\x02 \x01(\x03R\agroupId\x12\x12\n" +
|
|
|
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x12\n" +
|
|
|
+ "\x04code\x18\x04 \x01(\tR\x04code\x12\x12\n" +
|
|
|
+ "\x04icon\x18\x05 \x01(\tR\x04icon\x12\x12\n" +
|
|
|
+ "\x04type\x18\x06 \x01(\x03R\x04type\x120\n" +
|
|
|
+ "\x13displayPolicyConfig\x18\a \x01(\tR\x13displayPolicyConfig\x12,\n" +
|
|
|
+ "\x11routePolicyConfig\x18\b \x01(\tR\x11routePolicyConfig\x12\x12\n" +
|
|
|
+ "\x04sort\x18\t \x01(\x03R\x04sort\x12%\n" +
|
|
|
+ "\x06status\x18\n" +
|
|
|
+ " \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\v \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\f \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\r \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x18\n" +
|
|
|
+ "\aversion\x18\x0e \x01(\tR\aversion\x12 \n" +
|
|
|
+ "\votherConfig\x18\x0f \x01(\tR\votherConfig\"Y\n" +
|
|
|
+ "\x0fVpnLocationExVo\x12$\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x14.gorpc.VpnLocationVoR\x02vo\x12 \n" +
|
|
|
+ "\vproductCode\x18\x02 \x01(\tR\vproductCode\"9\n" +
|
|
|
+ "\x11VpnLocationGetReq\x12$\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x14.gorpc.VpnLocationVoR\x02vo\"\xbd\x01\n" +
|
|
|
+ "\x12VpnLocationListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12&\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x16.gorpc.VpnLocationExVoR\x02vo\x12\x1a\n" +
|
|
|
+ "\bgroupIds\x18\x03 \x03(\x03R\bgroupIds\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x04 \x03(\x03R\n" +
|
|
|
+ "excludeIds\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x05 \x03(\tR\fproductCodes\"W\n" +
|
|
|
+ "\x13VpnLocationListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12*\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x16.gorpc.VpnLocationExVoR\x04list\"B\n" +
|
|
|
+ "\x16VpnLocationBatchAddReq\x12(\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x14.gorpc.VpnLocationVoR\x04list\"E\n" +
|
|
|
+ "\x17VpnLocationBatchAddResp\x12*\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x16.gorpc.VpnLocationExVoR\x04list\"E\n" +
|
|
|
+ "\x19VpnLocationBatchUpdateReq\x12(\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x14.gorpc.VpnLocationVoR\x04list\"H\n" +
|
|
|
+ "\x1aVpnLocationBatchUpdateResp\x12*\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x16.gorpc.VpnLocationExVoR\x04list\"*\n" +
|
|
|
+ "\x16VpnLocationBatchDelReq\x12\x10\n" +
|
|
|
+ "\x03ids\x18\x01 \x03(\x03R\x03ids\"\xd6\x03\n" +
|
|
|
+ "\vVpnServerVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "instanceId\x18\x02 \x01(\x03R\n" +
|
|
|
+ "instanceId\x12\x12\n" +
|
|
|
+ "\x04name\x18\x03 \x01(\tR\x04name\x12\x0e\n" +
|
|
|
+ "\x02ip\x18\x04 \x01(\tR\x02ip\x12\x12\n" +
|
|
|
+ "\x04port\x18\x05 \x01(\x03R\x04port\x12\x1a\n" +
|
|
|
+ "\bpingPort\x18\x06 \x01(\x03R\bpingPort\x12\x1c\n" +
|
|
|
+ "\tnetConfig\x18\a \x01(\tR\tnetConfig\x12,\n" +
|
|
|
+ "\x11routePolicyConfig\x18\b \x01(\tR\x11routePolicyConfig\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "serverInfo\x18\t \x01(\tR\n" +
|
|
|
+ "serverInfo\x12%\n" +
|
|
|
+ "\x06status\x18\n" +
|
|
|
+ " \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x16\n" +
|
|
|
+ "\x06remark\x18\v \x01(\tR\x06remark\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\f \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\r \x01(\x03R\n" +
|
|
|
+ "updateTime\x12\x18\n" +
|
|
|
+ "\aversion\x18\x0e \x01(\tR\aversion\x12\x1c\n" +
|
|
|
+ "\totherInfo\x18\x0f \x01(\tR\totherInfo\x12 \n" +
|
|
|
+ "\vmonitorPort\x18\x10 \x01(\x03R\vmonitorPort\"U\n" +
|
|
|
+ "\rVpnServerExVo\x12\"\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x12.gorpc.VpnServerVoR\x02vo\x12 \n" +
|
|
|
+ "\vlocationIds\x18\x02 \x03(\x03R\vlocationIds\"\xdf\x01\n" +
|
|
|
+ "\x10VpnServerListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12\"\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x12.gorpc.VpnServerVoR\x02vo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
+ "excludeIds\x12\"\n" +
|
|
|
+ "\fproductCodes\x18\x04 \x03(\tR\fproductCodes\x12 \n" +
|
|
|
+ "\vlocationIds\x18\x05 \x03(\x03R\vlocationIds\x12 \n" +
|
|
|
+ "\vinstanceIds\x18\x06 \x03(\x03R\vinstanceIds\"Q\n" +
|
|
|
+ "\x11VpnServerListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12&\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x12.gorpc.VpnServerVoR\x04list\"U\n" +
|
|
|
+ "\x13VpnServerExListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x14.gorpc.VpnServerExVoR\x04list\"W\n" +
|
|
|
+ "\x0fVpnServerAddReq\x12\"\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x12.gorpc.VpnServerVoR\x02vo\x12 \n" +
|
|
|
+ "\vlocationIds\x18\x02 \x03(\x03R\vlocationIds\"@\n" +
|
|
|
+ "\x14VpnServerBatchAddReq\x12(\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x14.gorpc.VpnServerExVoR\x04list\"A\n" +
|
|
|
+ "\x15VpnServerBatchAddResp\x12(\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x14.gorpc.VpnServerExVoR\x04list\"C\n" +
|
|
|
+ "\x17VpnServerBatchUpdateReq\x12(\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x14.gorpc.VpnServerExVoR\x04list\"D\n" +
|
|
|
+ "\x18VpnServerBatchUpdateResp\x12(\n" +
|
|
|
+ "\x04list\x18\x01 \x03(\v2\x14.gorpc.VpnServerExVoR\x04list\"(\n" +
|
|
|
+ "\x14VpnServerBatchDelReq\x12\x10\n" +
|
|
|
+ "\x03ids\x18\x01 \x03(\x03R\x03ids\"\xc8\x01\n" +
|
|
|
+ "\x13VpnServerLocationVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x1a\n" +
|
|
|
+ "\bserverId\x18\x02 \x01(\x03R\bserverId\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "locationId\x18\x03 \x01(\x03R\n" +
|
|
|
+ "locationId\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\x04 \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\x05 \x01(\x03R\n" +
|
|
|
+ "updateTime\x12%\n" +
|
|
|
+ "\x06status\x18\x06 \x01(\x0e2\r.gorpc.StatusR\x06status\"\xa7\x01\n" +
|
|
|
+ "\x18VpnServerLocationListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12*\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x1a.gorpc.VpnServerLocationVoR\x02vo\x12\x1c\n" +
|
|
|
+ "\tserverIds\x18\x03 \x03(\x03R\tserverIds\x12 \n" +
|
|
|
+ "\vlocationIds\x18\x04 \x03(\x03R\vlocationIds\"a\n" +
|
|
|
+ "\x19VpnServerLocationListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12.\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1a.gorpc.VpnServerLocationVoR\x04list\"\\\n" +
|
|
|
+ "\x18VpnLocationServerCountVo\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "locationId\x18\x01 \x01(\x03R\n" +
|
|
|
+ "locationId\x12 \n" +
|
|
|
+ "\vserverCount\x18\x02 \x01(\x03R\vserverCount\"\xa3\x01\n" +
|
|
|
+ "\x19VpnLocationServerCountReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x06status\x18\x02 \x01(\x0e2\r.gorpc.StatusR\x06status\x12\x1c\n" +
|
|
|
+ "\tserverIds\x18\x03 \x03(\x03R\tserverIds\x12 \n" +
|
|
|
+ "\vlocationIds\x18\x04 \x03(\x03R\vlocationIds\"g\n" +
|
|
|
+ "\x1aVpnLocationServerCountResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x123\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x1f.gorpc.VpnLocationServerCountVoR\x04list\"\xc8\x02\n" +
|
|
|
+ "\x0eVpnProbeTaskVo\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
|
+ "\x06taskId\x18\x02 \x01(\tR\x06taskId\x12\x16\n" +
|
|
|
+ "\x06filter\x18\x03 \x01(\tR\x06filter\x12\x12\n" +
|
|
|
+ "\x04type\x18\x04 \x01(\tR\x04type\x12\"\n" +
|
|
|
+ "\fuploadDomain\x18\x05 \x01(\tR\fuploadDomain\x12\x16\n" +
|
|
|
+ "\x06params\x18\x06 \x01(\tR\x06params\x12\x16\n" +
|
|
|
+ "\x06answer\x18\a \x01(\x03R\x06answer\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "percentage\x18\b \x01(\x02R\n" +
|
|
|
+ "percentage\x12\x16\n" +
|
|
|
+ "\x06result\x18\t \x01(\tR\x06result\x12\x16\n" +
|
|
|
+ "\x06userId\x18\n" +
|
|
|
+ " \x01(\x03R\x06userId\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "createTime\x18\v \x01(\x03R\n" +
|
|
|
+ "createTime\x12\x1e\n" +
|
|
|
+ "\n" +
|
|
|
+ "updateTime\x18\f \x01(\x03R\n" +
|
|
|
+ "updateTime\"]\n" +
|
|
|
+ "\x13VpnProbeTaskListReq\x12\x1f\n" +
|
|
|
+ "\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12%\n" +
|
|
|
+ "\x02vo\x18\x02 \x01(\v2\x15.gorpc.VpnProbeTaskVoR\x02vo\"W\n" +
|
|
|
+ "\x14VpnProbeTaskListResp\x12\x14\n" +
|
|
|
+ "\x05total\x18\x01 \x01(\x03R\x05total\x12)\n" +
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x15.gorpc.VpnProbeTaskVoR\x04list*\x96\x01\n" +
|
|
|
+ "\fRegisterMode\x12\x17\n" +
|
|
|
+ "\x13RegisterModeUnknown\x10\x00\x12\x15\n" +
|
|
|
+ "\x11RegisterModeGuest\x10\x01\x12\x13\n" +
|
|
|
+ "\x0fRegisterModeApp\x10\x02\x12\x13\n" +
|
|
|
+ "\x0fRegisterModeWeb\x10\x03\x12\x12\n" +
|
|
|
+ "\x0eRegisterModePc\x10\x04\x12\x18\n" +
|
|
|
+ "\x13RegisterModeInvalid\x10\x8fN*\x1f\n" +
|
|
|
+ "\x10CommonResultCode\x12\v\n" +
|
|
|
+ "\aSuccess\x10\x00*?\n" +
|
|
|
+ "\x06Status\x12\x11\n" +
|
|
|
+ "\rUnknownStatus\x10\x00\x12\x0f\n" +
|
|
|
+ "\vStatusValid\x10\x01\x12\x11\n" +
|
|
|
+ "\rStatusInValid\x10\x02*@\n" +
|
|
|
+ "\aBoolInt\x12\x12\n" +
|
|
|
+ "\x0eBoolIntUnknown\x10\x00\x12\x0f\n" +
|
|
|
+ "\vBoolIntTrue\x10\x01\x12\x10\n" +
|
|
|
+ "\fBoolIntFalse\x10\x022\xa8\f\n" +
|
|
|
+ "\fGoGameClient\x12'\n" +
|
|
|
+ "\aGameAdd\x12\r.gorpc.GameVo\x1a\r.gorpc.GameVo\x12)\n" +
|
|
|
+ "\n" +
|
|
|
+ "GameUpdate\x12\r.gorpc.GameVo\x1a\f.gorpc.Empty\x12#\n" +
|
|
|
+ "\aGameDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12(\n" +
|
|
|
+ "\aGameGet\x12\x0e.gorpc.GameReq\x1a\r.gorpc.GameVo\x122\n" +
|
|
|
+ "\bGameList\x12\x12.gorpc.GameListReq\x1a\x12.gorpc.GameListRes\x12-\n" +
|
|
|
+ "\aGameAll\x12\x0e.gorpc.Request\x1a\x12.gorpc.GameListRes\x12W\n" +
|
|
|
+ "\x14GameRedisHScanByName\x12\x1e.gorpc.GameRedisHScanByNameReq\x1a\x1f.gorpc.GameRedisHScanByNameResp\x12<\n" +
|
|
|
+ "\x0eRelGameRankAdd\x12\x14.gorpc.RelGameRankVo\x1a\x14.gorpc.RelGameRankVo\x127\n" +
|
|
|
+ "\x11RelGameRankUpdate\x12\x14.gorpc.RelGameRankVo\x1a\f.gorpc.Empty\x12*\n" +
|
|
|
+ "\x0eRelGameRankDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12=\n" +
|
|
|
+ "\x0eRelGameRankGet\x12\x15.gorpc.RelGameRankReq\x1a\x14.gorpc.RelGameRankVo\x12G\n" +
|
|
|
+ "\x0fRelGameRankList\x12\x19.gorpc.RelGameRankListReq\x1a\x19.gorpc.RelGameRankListRes\x12H\n" +
|
|
|
+ "\x12RelGameVpnGroupAdd\x12\x18.gorpc.RelGameVpnGroupVo\x1a\x18.gorpc.RelGameVpnGroupVo\x12?\n" +
|
|
|
+ "\x15RelGameVpnGroupUpdate\x12\x18.gorpc.RelGameVpnGroupVo\x1a\f.gorpc.Empty\x12.\n" +
|
|
|
+ "\x12RelGameVpnGroupDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12I\n" +
|
|
|
+ "\x12RelGameVpnGroupGet\x12\x19.gorpc.RelGameVpnGroupReq\x1a\x18.gorpc.RelGameVpnGroupVo\x12S\n" +
|
|
|
+ "\x13RelGameVpnGroupList\x12\x1d.gorpc.RelGameVpnGroupListReq\x1a\x1d.gorpc.RelGameVpnGroupListRes\x12J\n" +
|
|
|
+ "\x10GameCustomerList\x12\x1a.gorpc.GameCustomerListReq\x1a\x1a.gorpc.GameCustomerListRes\x12D\n" +
|
|
|
+ "\x0fGameCustomerAdd\x12\x15.gorpc.GameCustomerVo\x1a\x1a.gorpc.GameCustomerAddResp\x12+\n" +
|
|
|
+ "\x0fGameCustomerDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12?\n" +
|
|
|
+ "\x0fGameCategoryAdd\x12\x15.gorpc.GameCategoryVo\x1a\x15.gorpc.GameCategoryVo\x129\n" +
|
|
|
+ "\x12GameCategoryUpdate\x12\x15.gorpc.GameCategoryVo\x1a\f.gorpc.Empty\x12+\n" +
|
|
|
+ "\x0fGameCategoryDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12@\n" +
|
|
|
+ "\x0fGameCategoryGet\x12\x16.gorpc.GameCategoryReq\x1a\x15.gorpc.GameCategoryVo\x12J\n" +
|
|
|
+ "\x10GameCategoryList\x12\x1a.gorpc.GameCategoryListReq\x1a\x1a.gorpc.GameCategoryListRes\x12=\n" +
|
|
|
+ "\x0fGameCategoryAll\x12\x0e.gorpc.Request\x1a\x1a.gorpc.GameCategoryListRes2\xe0<\n" +
|
|
|
+ "\vGoPmpClient\x12'\n" +
|
|
|
+ "\x04Ping\x12\x0e.gorpc.Request\x1a\x0f.gorpc.Response\x12<\n" +
|
|
|
+ "\x0eGlobalParamAdd\x12\x14.gorpc.GlobalParamVo\x1a\x14.gorpc.GlobalParamVo\x12?\n" +
|
|
|
+ "\x11GlobalParamUpdate\x12\x14.gorpc.GlobalParamVo\x1a\x14.gorpc.GlobalParamVo\x12*\n" +
|
|
|
+ "\x0eGlobalParamDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12<\n" +
|
|
|
+ "\x0eGlobalParamGet\x12\x14.gorpc.GlobalParamVo\x1a\x14.gorpc.GlobalParamVo\x12H\n" +
|
|
|
+ "\x16GlobalParamGetWithLang\x12\x18.gorpc.GlobalParamGetReq\x1a\x14.gorpc.GlobalParamVo\x12H\n" +
|
|
|
+ "\x0fGlobalParamList\x12\x19.gorpc.GlobalParamListReq\x1a\x1a.gorpc.GlobalParamListResp\x120\n" +
|
|
|
+ "\n" +
|
|
|
+ "ProductAdd\x12\x10.gorpc.ProductVo\x1a\x10.gorpc.ProductVo\x123\n" +
|
|
|
+ "\rProductUpdate\x12\x10.gorpc.ProductVo\x1a\x10.gorpc.ProductVo\x12&\n" +
|
|
|
+ "\n" +
|
|
|
+ "ProductDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x120\n" +
|
|
|
+ "\n" +
|
|
|
+ "ProductGet\x12\x10.gorpc.ProductVo\x1a\x10.gorpc.ProductVo\x12<\n" +
|
|
|
+ "\vProductList\x12\x15.gorpc.ProductListReq\x1a\x16.gorpc.ProductListResp\x124\n" +
|
|
|
+ "\n" +
|
|
|
+ "ProductAll\x12\x0e.gorpc.Request\x1a\x16.gorpc.ProductListResp\x12?\n" +
|
|
|
+ "\x0fProductParamAdd\x12\x15.gorpc.ProductParamVo\x1a\x15.gorpc.ProductParamVo\x12B\n" +
|
|
|
+ "\x12ProductParamUpdate\x12\x15.gorpc.ProductParamVo\x1a\x15.gorpc.ProductParamVo\x12+\n" +
|
|
|
+ "\x0fProductParamDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12?\n" +
|
|
|
+ "\x0fProductParamGet\x12\x15.gorpc.ProductParamVo\x1a\x15.gorpc.ProductParamVo\x12K\n" +
|
|
|
+ "\x17ProductParamGetWithLang\x12\x19.gorpc.ProductParamGetReq\x1a\x15.gorpc.ProductParamVo\x12K\n" +
|
|
|
+ "\x10ProductParamList\x12\x1a.gorpc.ProductParamListReq\x1a\x1b.gorpc.ProductParamListResp\x12B\n" +
|
|
|
+ "\x10ProductActionAdd\x12\x16.gorpc.ProductActionVo\x1a\x16.gorpc.ProductActionVo\x12E\n" +
|
|
|
+ "\x13ProductActionUpdate\x12\x16.gorpc.ProductActionVo\x1a\x16.gorpc.ProductActionVo\x12,\n" +
|
|
|
+ "\x10ProductActionDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12C\n" +
|
|
|
+ "\x10ProductActionGet\x12\x17.gorpc.ProductActionReq\x1a\x16.gorpc.ProductActionVo\x12N\n" +
|
|
|
+ "\x11ProductActionList\x12\x1b.gorpc.ProductActionListReq\x1a\x1c.gorpc.ProductActionListResp\x126\n" +
|
|
|
+ "\fAreaParamAdd\x12\x12.gorpc.AreaParamVo\x1a\x12.gorpc.AreaParamVo\x129\n" +
|
|
|
+ "\x0fAreaParamUpdate\x12\x12.gorpc.AreaParamVo\x1a\x12.gorpc.AreaParamVo\x12(\n" +
|
|
|
+ "\fAreaParamDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x126\n" +
|
|
|
+ "\fAreaParamGet\x12\x12.gorpc.AreaParamVo\x1a\x12.gorpc.AreaParamVo\x12B\n" +
|
|
|
+ "\rAreaParamList\x12\x17.gorpc.AreaParamListReq\x1a\x18.gorpc.AreaParamListResp\x12K\n" +
|
|
|
+ "\x13NationalLanguageAdd\x12\x19.gorpc.NationalLanguageVo\x1a\x19.gorpc.NationalLanguageVo\x12N\n" +
|
|
|
+ "\x16NationalLanguageUpdate\x12\x19.gorpc.NationalLanguageVo\x1a\x19.gorpc.NationalLanguageVo\x12/\n" +
|
|
|
+ "\x13NationalLanguageDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12K\n" +
|
|
|
+ "\x13NationalLanguageGet\x12\x19.gorpc.NationalLanguageVo\x1a\x19.gorpc.NationalLanguageVo\x12W\n" +
|
|
|
+ "\x14NationalLanguageList\x12\x1e.gorpc.NationalLanguageListReq\x1a\x1f.gorpc.NationalLanguageListResp\x12$\n" +
|
|
|
+ "\x06TipAdd\x12\f.gorpc.TipVo\x1a\f.gorpc.TipVo\x12'\n" +
|
|
|
+ "\tTipUpdate\x12\f.gorpc.TipVo\x1a\f.gorpc.TipVo\x12\"\n" +
|
|
|
+ "\x06TipDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12(\n" +
|
|
|
+ "\x06TipGet\x12\x10.gorpc.TipGetReq\x1a\f.gorpc.TipVo\x120\n" +
|
|
|
+ "\aTipList\x12\x11.gorpc.TipListReq\x1a\x12.gorpc.TipListResp\x12'\n" +
|
|
|
+ "\aDictAdd\x12\r.gorpc.DictVo\x1a\r.gorpc.DictVo\x12*\n" +
|
|
|
+ "\n" +
|
|
|
+ "DictUpdate\x12\r.gorpc.DictVo\x1a\r.gorpc.DictVo\x12#\n" +
|
|
|
+ "\aDictDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12+\n" +
|
|
|
+ "\aDictGet\x12\x11.gorpc.DictGetReq\x1a\r.gorpc.DictVo\x123\n" +
|
|
|
+ "\bDictList\x12\x12.gorpc.DictListReq\x1a\x13.gorpc.DictListResp\x12E\n" +
|
|
|
+ "\x11UpgradePkgPlanAdd\x12\x17.gorpc.UpgradePkgPlanVo\x1a\x17.gorpc.UpgradePkgPlanVo\x12H\n" +
|
|
|
+ "\x14UpgradePkgPlanUpdate\x12\x17.gorpc.UpgradePkgPlanVo\x1a\x17.gorpc.UpgradePkgPlanVo\x12-\n" +
|
|
|
+ "\x11UpgradePkgPlanDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12E\n" +
|
|
|
+ "\x11UpgradePkgPlanGet\x12\x17.gorpc.UpgradePkgPlanVo\x1a\x17.gorpc.UpgradePkgPlanVo\x12Q\n" +
|
|
|
+ "\x12UpgradePkgPlanList\x12\x1c.gorpc.UpgradePkgPlanListReq\x1a\x1d.gorpc.UpgradePkgPlanListResp\x12W\n" +
|
|
|
+ "\x17UpgradePkgPlanDetailAdd\x12\x1d.gorpc.UpgradePkgPlanDetailVo\x1a\x1d.gorpc.UpgradePkgPlanDetailVo\x12Z\n" +
|
|
|
+ "\x1aUpgradePkgPlanDetailUpdate\x12\x1d.gorpc.UpgradePkgPlanDetailVo\x1a\x1d.gorpc.UpgradePkgPlanDetailVo\x123\n" +
|
|
|
+ "\x17UpgradePkgPlanDetailDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12W\n" +
|
|
|
+ "\x17UpgradePkgPlanDetailGet\x12\x1d.gorpc.UpgradePkgPlanDetailVo\x1a\x1d.gorpc.UpgradePkgPlanDetailVo\x12c\n" +
|
|
|
+ "\x18UpgradePkgPlanDetailList\x12\".gorpc.UpgradePkgPlanDetailListReq\x1a#.gorpc.UpgradePkgPlanDetailListResp\x12E\n" +
|
|
|
+ "\x11UpgradeResPlanAdd\x12\x17.gorpc.UpgradeResPlanVo\x1a\x17.gorpc.UpgradeResPlanVo\x12H\n" +
|
|
|
+ "\x14UpgradeResPlanUpdate\x12\x17.gorpc.UpgradeResPlanVo\x1a\x17.gorpc.UpgradeResPlanVo\x12-\n" +
|
|
|
+ "\x11UpgradeResPlanDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12E\n" +
|
|
|
+ "\x11UpgradeResPlanGet\x12\x17.gorpc.UpgradeResPlanVo\x1a\x17.gorpc.UpgradeResPlanVo\x12Q\n" +
|
|
|
+ "\x12UpgradeResPlanList\x12\x1c.gorpc.UpgradeResPlanListReq\x1a\x1d.gorpc.UpgradeResPlanListResp\x12W\n" +
|
|
|
+ "\x17UpgradeResPlanDetailAdd\x12\x1d.gorpc.UpgradeResPlanDetailVo\x1a\x1d.gorpc.UpgradeResPlanDetailVo\x12Z\n" +
|
|
|
+ "\x1aUpgradeResPlanDetailUpdate\x12\x1d.gorpc.UpgradeResPlanDetailVo\x1a\x1d.gorpc.UpgradeResPlanDetailVo\x123\n" +
|
|
|
+ "\x17UpgradeResPlanDetailDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12W\n" +
|
|
|
+ "\x17UpgradeResPlanDetailGet\x12\x1d.gorpc.UpgradeResPlanDetailVo\x1a\x1d.gorpc.UpgradeResPlanDetailVo\x12c\n" +
|
|
|
+ "\x18UpgradeResPlanDetailList\x12\".gorpc.UpgradeResPlanDetailListReq\x1a#.gorpc.UpgradeResPlanDetailListResp\x12-\n" +
|
|
|
+ "\tAdPlanAdd\x12\x0f.gorpc.AdPlanVo\x1a\x0f.gorpc.AdPlanVo\x120\n" +
|
|
|
+ "\fAdPlanUpdate\x12\x0f.gorpc.AdPlanVo\x1a\x0f.gorpc.AdPlanVo\x12%\n" +
|
|
|
+ "\tAdPlanDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12-\n" +
|
|
|
+ "\tAdPlanGet\x12\x0f.gorpc.AdPlanVo\x1a\x0f.gorpc.AdPlanVo\x129\n" +
|
|
|
+ "\n" +
|
|
|
+ "AdPlanList\x12\x14.gorpc.AdPlanListReq\x1a\x15.gorpc.AdPlanListResp\x12?\n" +
|
|
|
+ "\x0fAdPlanDetailAdd\x12\x15.gorpc.AdPlanDetailVo\x1a\x15.gorpc.AdPlanDetailVo\x12B\n" +
|
|
|
+ "\x12AdPlanDetailUpdate\x12\x15.gorpc.AdPlanDetailVo\x1a\x15.gorpc.AdPlanDetailVo\x12+\n" +
|
|
|
+ "\x0fAdPlanDetailDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12?\n" +
|
|
|
+ "\x0fAdPlanDetailGet\x12\x15.gorpc.AdPlanDetailVo\x1a\x15.gorpc.AdPlanDetailVo\x12K\n" +
|
|
|
+ "\x10AdPlanDetailList\x12\x1a.gorpc.AdPlanDetailListReq\x1a\x1b.gorpc.AdPlanDetailListResp\x12I\n" +
|
|
|
+ "\x11AdGlobalConfigGet\x12\x1b.gorpc.AdGlobalConfigGetReq\x1a\x17.gorpc.AdGlobalConfigVo\x12H\n" +
|
|
|
+ "\x14AdGlobalConfigUpdate\x12\x17.gorpc.AdGlobalConfigVo\x1a\x17.gorpc.AdGlobalConfigVo\x123\n" +
|
|
|
+ "\vJobBatchAdd\x12\x11.gorpc.JobBatchVo\x1a\x11.gorpc.JobBatchVo\x12N\n" +
|
|
|
+ "\x14JobBatchAddWithTasks\x12\x1a.gorpc.JobBatchWithTasksVo\x1a\x1a.gorpc.JobBatchWithTasksVo\x126\n" +
|
|
|
+ "\x0eJobBatchUpdate\x12\x11.gorpc.JobBatchVo\x1a\x11.gorpc.JobBatchVo\x12'\n" +
|
|
|
+ "\vJobBatchDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x123\n" +
|
|
|
+ "\vJobBatchGet\x12\x11.gorpc.JobBatchVo\x1a\x11.gorpc.JobBatchVo\x12E\n" +
|
|
|
+ "\x14JobBatchGetWithTasks\x12\x11.gorpc.JobBatchVo\x1a\x1a.gorpc.JobBatchWithTasksVo\x12?\n" +
|
|
|
+ "\fJobBatchList\x12\x16.gorpc.JobBatchListReq\x1a\x17.gorpc.JobBatchListResp\x12Q\n" +
|
|
|
+ "\x15JobBatchListWithTasks\x12\x16.gorpc.JobBatchListReq\x1a .gorpc.JobBatchListWithTasksResp\x123\n" +
|
|
|
+ "\vJobTasksAdd\x12\x11.gorpc.JobTasksVo\x1a\x11.gorpc.JobTasksVo\x126\n" +
|
|
|
+ "\x0eJobTasksUpdate\x12\x11.gorpc.JobTasksVo\x1a\x11.gorpc.JobTasksVo\x12'\n" +
|
|
|
+ "\vJobTasksDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x123\n" +
|
|
|
+ "\vJobTasksGet\x12\x11.gorpc.JobTasksVo\x1a\x11.gorpc.JobTasksVo\x12?\n" +
|
|
|
+ "\fJobTasksList\x12\x16.gorpc.JobTasksListReq\x1a\x17.gorpc.JobTasksListResp\x12?\n" +
|
|
|
+ "\x0fDeployConfigAdd\x12\x15.gorpc.DeployConfigVo\x1a\x15.gorpc.DeployConfigVo\x12B\n" +
|
|
|
+ "\x12DeployConfigUpdate\x12\x15.gorpc.DeployConfigVo\x1a\x15.gorpc.DeployConfigVo\x12+\n" +
|
|
|
+ "\x0fDeployConfigDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12?\n" +
|
|
|
+ "\x0fDeployConfigGet\x12\x15.gorpc.DeployConfigVo\x1a\x15.gorpc.DeployConfigVo\x12K\n" +
|
|
|
+ "\x10DeployConfigList\x12\x1a.gorpc.DeployConfigListReq\x1a\x1b.gorpc.DeployConfigListResp\x12?\n" +
|
|
|
+ "\x0fOperationLogAdd\x12\x15.gorpc.OperationLogVo\x1a\x15.gorpc.OperationLogVo\x12B\n" +
|
|
|
+ "\x12OperationLogUpdate\x12\x15.gorpc.OperationLogVo\x1a\x15.gorpc.OperationLogVo\x12?\n" +
|
|
|
+ "\x0fOperationLogGet\x12\x15.gorpc.OperationLogVo\x1a\x15.gorpc.OperationLogVo\x12K\n" +
|
|
|
+ "\x10OperationLogList\x12\x1a.gorpc.OperationLogListReq\x1a\x1b.gorpc.OperationLogListResp\x12?\n" +
|
|
|
+ "\x0fAnnouncePlanAdd\x12\x15.gorpc.AnnouncePlanVo\x1a\x15.gorpc.AnnouncePlanVo\x12B\n" +
|
|
|
+ "\x12AnnouncePlanUpdate\x12\x15.gorpc.AnnouncePlanVo\x1a\x15.gorpc.AnnouncePlanVo\x12+\n" +
|
|
|
+ "\x0fAnnouncePlanDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12?\n" +
|
|
|
+ "\x0fAnnouncePlanGet\x12\x15.gorpc.AnnouncePlanVo\x1a\x15.gorpc.AnnouncePlanVo\x12K\n" +
|
|
|
+ "\x10AnnouncePlanList\x12\x1a.gorpc.AnnouncePlanListReq\x1a\x1b.gorpc.AnnouncePlanListResp\x12Q\n" +
|
|
|
+ "\x15AnnouncePlanDetailAdd\x12\x1b.gorpc.AnnouncePlanDetailVo\x1a\x1b.gorpc.AnnouncePlanDetailVo\x12T\n" +
|
|
|
+ "\x18AnnouncePlanDetailUpdate\x12\x1b.gorpc.AnnouncePlanDetailVo\x1a\x1b.gorpc.AnnouncePlanDetailVo\x121\n" +
|
|
|
+ "\x15AnnouncePlanDetailDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12Q\n" +
|
|
|
+ "\x15AnnouncePlanDetailGet\x12\x1b.gorpc.AnnouncePlanDetailVo\x1a\x1b.gorpc.AnnouncePlanDetailVo\x12]\n" +
|
|
|
+ "\x16AnnouncePlanDetailList\x12 .gorpc.AnnouncePlanDetailListReq\x1a!.gorpc.AnnouncePlanDetailListResp\x12C\n" +
|
|
|
+ "\x0fServiceTypesAdd\x12\x19.gorpc.ServiceTypesAddReq\x1a\x15.gorpc.ServiceTypesVo\x12I\n" +
|
|
|
+ "\x12ServiceTypesUpdate\x12\x1c.gorpc.ServiceTypesUpdateReq\x1a\x15.gorpc.ServiceTypesVo\x12:\n" +
|
|
|
+ "\x0fServiceTypesDel\x12\x19.gorpc.ServiceTypesDelReq\x1a\f.gorpc.Empty\x12C\n" +
|
|
|
+ "\x0fServiceTypesGet\x12\x19.gorpc.ServiceTypesGetReq\x1a\x15.gorpc.ServiceTypesVo\x12K\n" +
|
|
|
+ "\x10ServiceTypesList\x12\x1a.gorpc.ServiceTypesListReq\x1a\x1b.gorpc.ServiceTypesListResp\x12@\n" +
|
|
|
+ "\x0eServiceSetsAdd\x12\x18.gorpc.ServiceSetsAddReq\x1a\x14.gorpc.ServiceSetsVo\x12F\n" +
|
|
|
+ "\x11ServiceSetsUpdate\x12\x1b.gorpc.ServiceSetsUpdateReq\x1a\x14.gorpc.ServiceSetsVo\x128\n" +
|
|
|
+ "\x0eServiceSetsDel\x12\x18.gorpc.ServiceSetsDelReq\x1a\f.gorpc.Empty\x12@\n" +
|
|
|
+ "\x0eServiceSetsGet\x12\x18.gorpc.ServiceSetsGetReq\x1a\x14.gorpc.ServiceSetsVo\x12H\n" +
|
|
|
+ "\x0fServiceSetsList\x12\x19.gorpc.ServiceSetsListReq\x1a\x1a.gorpc.ServiceSetsListResp\x12<\n" +
|
|
|
+ "\x0eMessagePushAdd\x12\x14.gorpc.MessagePushVo\x1a\x14.gorpc.MessagePushVo\x12?\n" +
|
|
|
+ "\x11MessagePushUpdate\x12\x14.gorpc.MessagePushVo\x1a\x14.gorpc.MessagePushVo\x12H\n" +
|
|
|
+ "\x0fMessagePushList\x12\x19.gorpc.MessagePushListReq\x1a\x1a.gorpc.MessagePushListResp2\xf8\n" +
|
|
|
+ "\n" +
|
|
|
+ "\x12GoShortDramaClient\x129\n" +
|
|
|
+ "\rShortDramaAdd\x12\x13.gorpc.ShortDramaVo\x1a\x13.gorpc.ShortDramaVo\x125\n" +
|
|
|
+ "\x10ShortDramaUpdate\x12\x13.gorpc.ShortDramaVo\x1a\f.gorpc.Empty\x12)\n" +
|
|
|
+ "\rShortDramaDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12=\n" +
|
|
|
+ "\rShortDramaGet\x12\x17.gorpc.ShortDramaGetReq\x1a\x13.gorpc.ShortDramaVo\x12E\n" +
|
|
|
+ "\x0eShortDramaList\x12\x18.gorpc.ShortDramaListReq\x1a\x19.gorpc.ShortDramaListResp\x12L\n" +
|
|
|
+ "\x18ShortDramaUpdateModifier\x12\".gorpc.ShortDramaUpdateModifierReq\x1a\f.gorpc.Empty\x12]\n" +
|
|
|
+ "\x16ShortDramaLanguageList\x12 .gorpc.ShortDramaLanguageListReq\x1a!.gorpc.ShortDramaLanguageListResp\x12N\n" +
|
|
|
+ "\x14ShortDramaEpisodeAdd\x12\x1a.gorpc.ShortDramaEpisodeVo\x1a\x1a.gorpc.ShortDramaEpisodeVo\x12N\n" +
|
|
|
+ "\x19ShortDramaEpisodeBatchAdd\x12#.gorpc.ShortDramaEpisodeBatchAddReq\x1a\f.gorpc.Empty\x12C\n" +
|
|
|
+ "\x17ShortDramaEpisodeUpdate\x12\x1a.gorpc.ShortDramaEpisodeVo\x1a\f.gorpc.Empty\x120\n" +
|
|
|
+ "\x14ShortDramaEpisodeDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12R\n" +
|
|
|
+ "\x14ShortDramaEpisodeGet\x12\x1e.gorpc.ShortDramaEpisodeGetReq\x1a\x1a.gorpc.ShortDramaEpisodeVo\x12Z\n" +
|
|
|
+ "\x15ShortDramaEpisodeList\x12\x1f.gorpc.ShortDramaEpisodeListReq\x1a .gorpc.ShortDramaEpisodeListResp\x12j\n" +
|
|
|
+ "'ShortDramaEpisodeBatchRefreshUpdateTime\x121.gorpc.ShortDramaEpisodeBatchRefreshUpdateTimeReq\x1a\f.gorpc.Empty\x12]\n" +
|
|
|
+ "\x16ShortDramaEpisodeCount\x12 .gorpc.ShortDramaEpisodeCountReq\x1a!.gorpc.ShortDramaEpisodeCountResp\x12T\n" +
|
|
|
+ "\x13ShortDramaCheckName\x12\x1d.gorpc.ShortDramaCheckNameReq\x1a\x1e.gorpc.ShortDramaCheckNameResp\x126\n" +
|
|
|
+ "\rSetTotalStats\x12\x17.gorpc.SetTotalStatsReq\x1a\f.gorpc.Empty\x12r\n" +
|
|
|
+ "\x1dShortDramaStatsPlaysTotalList\x12'.gorpc.ShortDramaStatsPlaysTotalListReq\x1a(.gorpc.ShortDramaStatsPlaysTotalListResp2\xac\x13\n" +
|
|
|
+ "\vGoSysClient\x12'\n" +
|
|
|
+ "\x04Ping\x12\x0e.gorpc.Request\x1a\x0f.gorpc.Response\x120\n" +
|
|
|
+ "\n" +
|
|
|
+ "SysUserAdd\x12\x10.gorpc.SysUserVo\x1a\x10.gorpc.SysUserVo\x123\n" +
|
|
|
+ "\rSysUserUpdate\x12\x10.gorpc.SysUserVo\x1a\x10.gorpc.SysUserVo\x12)\n" +
|
|
|
+ "\rSysUserDelete\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x124\n" +
|
|
|
+ "\n" +
|
|
|
+ "SysUserGet\x12\x14.gorpc.SysUserGetReq\x1a\x10.gorpc.SysUserVo\x12<\n" +
|
|
|
+ "\vSysUserList\x12\x15.gorpc.SysUserListReq\x1a\x16.gorpc.SysUserListResp\x12e\n" +
|
|
|
+ "\x1bSysUserAddWithRolesAndPerms\x12%.gorpc.SysUserWithRoleIdsAndPermRules\x1a\x1f.gorpc.SysUserWithRolesAndPerms\x12h\n" +
|
|
|
+ "\x1eSysUserUpdateWithRolesAndPerms\x12%.gorpc.SysUserWithRoleIdsAndPermRules\x1a\x1f.gorpc.SysUserWithRolesAndPerms\x12T\n" +
|
|
|
+ "\x1bSysUserGetWithRolesAndPerms\x12\x14.gorpc.SysUserGetReq\x1a\x1f.gorpc.SysUserWithRolesAndPerms\x12^\n" +
|
|
|
+ "\x1cSysUserListWithRolesAndPerms\x12\x15.gorpc.SysUserListReq\x1a'.gorpc.SysUserListWithRolesAndPermsResp\x120\n" +
|
|
|
+ "\n" +
|
|
|
+ "SysRoleAdd\x12\x10.gorpc.SysRoleVo\x1a\x10.gorpc.SysRoleVo\x123\n" +
|
|
|
+ "\rSysRoleUpdate\x12\x10.gorpc.SysRoleVo\x1a\x10.gorpc.SysRoleVo\x12)\n" +
|
|
|
+ "\rSysRoleDelete\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x124\n" +
|
|
|
+ "\n" +
|
|
|
+ "SysRoleGet\x12\x14.gorpc.SysRoleGetReq\x1a\x10.gorpc.SysRoleVo\x12<\n" +
|
|
|
+ "\vSysRoleList\x12\x15.gorpc.SysRoleListReq\x1a\x16.gorpc.SysRoleListResp\x12I\n" +
|
|
|
+ "\x13SysRoleAddWithPerms\x12\x19.gorpc.SysRoleWithPermIds\x1a\x17.gorpc.SysRoleWithPerms\x12L\n" +
|
|
|
+ "\x16SysRoleUpdateWithPerms\x12\x19.gorpc.SysRoleWithPermIds\x1a\x17.gorpc.SysRoleWithPerms\x12D\n" +
|
|
|
+ "\x13SysRoleGetWithPerms\x12\x14.gorpc.SysRoleGetReq\x1a\x17.gorpc.SysRoleWithPerms\x12N\n" +
|
|
|
+ "\x14SysRoleListWithPerms\x12\x15.gorpc.SysRoleListReq\x1a\x1f.gorpc.SysRoleListWithPermsResp\x120\n" +
|
|
|
+ "\n" +
|
|
|
+ "SysPermAdd\x12\x10.gorpc.SysPermVo\x1a\x10.gorpc.SysPermVo\x123\n" +
|
|
|
+ "\rSysPermUpdate\x12\x10.gorpc.SysPermVo\x1a\x10.gorpc.SysPermVo\x12)\n" +
|
|
|
+ "\rSysPermDelete\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x124\n" +
|
|
|
+ "\n" +
|
|
|
+ "SysPermGet\x12\x14.gorpc.SysPermGetReq\x1a\x10.gorpc.SysPermVo\x12<\n" +
|
|
|
+ "\vSysPermList\x12\x15.gorpc.SysPermListReq\x1a\x16.gorpc.SysPermListResp\x12<\n" +
|
|
|
+ "\x0eSysUserRoleAdd\x12\x14.gorpc.SysUserRoleVo\x1a\x14.gorpc.SysUserRoleVo\x12?\n" +
|
|
|
+ "\x11SysUserRoleUpdate\x12\x14.gorpc.SysUserRoleVo\x1a\x14.gorpc.SysUserRoleVo\x12-\n" +
|
|
|
+ "\x11SysUserRoleDelete\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12@\n" +
|
|
|
+ "\x0eSysUserRoleGet\x12\x18.gorpc.SysUserRoleGetReq\x1a\x14.gorpc.SysUserRoleVo\x12H\n" +
|
|
|
+ "\x0fSysUserRoleList\x12\x19.gorpc.SysUserRoleListReq\x1a\x1a.gorpc.SysUserRoleListResp\x12<\n" +
|
|
|
+ "\x0eSysRolePermAdd\x12\x14.gorpc.SysRolePermVo\x1a\x14.gorpc.SysRolePermVo\x12?\n" +
|
|
|
+ "\x11SysRolePermUpdate\x12\x14.gorpc.SysRolePermVo\x1a\x14.gorpc.SysRolePermVo\x12-\n" +
|
|
|
+ "\x11SysRolePermDelete\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12@\n" +
|
|
|
+ "\x0eSysRolePermGet\x12\x18.gorpc.SysRolePermGetReq\x1a\x14.gorpc.SysRolePermVo\x12H\n" +
|
|
|
+ "\x0fSysRolePermList\x12\x19.gorpc.SysRolePermListReq\x1a\x1a.gorpc.SysRolePermListResp\x12<\n" +
|
|
|
+ "\x0eSysUserPermAdd\x12\x14.gorpc.SysUserPermVo\x1a\x14.gorpc.SysUserPermVo\x12?\n" +
|
|
|
+ "\x11SysUserPermUpdate\x12\x14.gorpc.SysUserPermVo\x1a\x14.gorpc.SysUserPermVo\x12-\n" +
|
|
|
+ "\x11SysUserPermDelete\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12@\n" +
|
|
|
+ "\x0eSysUserPermGet\x12\x18.gorpc.SysUserPermGetReq\x1a\x14.gorpc.SysUserPermVo\x12H\n" +
|
|
|
+ "\x0fSysUserPermList\x12\x19.gorpc.SysUserPermListReq\x1a\x1a.gorpc.SysUserPermListResp2\xc4\t\n" +
|
|
|
+ "\fGoUserClient\x12'\n" +
|
|
|
+ "\x04Ping\x12\x0e.gorpc.Request\x1a\x0f.gorpc.Response\x12B\n" +
|
|
|
+ "\x10UserAppConfigAdd\x12\x16.gorpc.UserAppConfigVo\x1a\x16.gorpc.UserAppConfigVo\x12E\n" +
|
|
|
+ "\x13UserAppConfigUpdate\x12\x16.gorpc.UserAppConfigVo\x1a\x16.gorpc.UserAppConfigVo\x12,\n" +
|
|
|
+ "\x10UserAppConfigDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12F\n" +
|
|
|
+ "\x10UserAppConfigGet\x12\x1a.gorpc.UserAppConfigGetReq\x1a\x16.gorpc.UserAppConfigVo\x12M\n" +
|
|
|
+ "\x11UserAppConfigList\x12\x1b.gorpc.UserAppConfigListReq\x1a\x1b.gorpc.UserAppConfigListRes\x12-\n" +
|
|
|
+ "\tDeviceAdd\x12\x0f.gorpc.DeviceVo\x1a\x0f.gorpc.DeviceVo\x120\n" +
|
|
|
+ "\fDeviceUpdate\x12\x0f.gorpc.DeviceVo\x1a\x0f.gorpc.DeviceVo\x12%\n" +
|
|
|
+ "\tDeviceDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12-\n" +
|
|
|
+ "\tDeviceGet\x12\x0f.gorpc.DeviceVo\x1a\x0f.gorpc.DeviceVo\x128\n" +
|
|
|
+ "\n" +
|
|
|
+ "DeviceList\x12\x14.gorpc.DeviceListReq\x1a\x14.gorpc.DeviceListRes\x120\n" +
|
|
|
+ "\n" +
|
|
|
+ "AccountAdd\x12\x10.gorpc.AccountVo\x1a\x10.gorpc.AccountVo\x123\n" +
|
|
|
+ "\rAccountUpdate\x12\x10.gorpc.AccountVo\x1a\x10.gorpc.AccountVo\x12&\n" +
|
|
|
+ "\n" +
|
|
|
+ "AccountDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x120\n" +
|
|
|
+ "\n" +
|
|
|
+ "AccountGet\x12\x10.gorpc.AccountVo\x1a\x10.gorpc.AccountVo\x12<\n" +
|
|
|
+ "\vAccountList\x12\x15.gorpc.AccountListReq\x1a\x16.gorpc.AccountListResp\x12B\n" +
|
|
|
+ "\x10AccountDeviceAdd\x12\x16.gorpc.AccountDeviceVo\x1a\x16.gorpc.AccountDeviceVo\x12E\n" +
|
|
|
+ "\x13AccountDeviceUpdate\x12\x16.gorpc.AccountDeviceVo\x1a\x16.gorpc.AccountDeviceVo\x12,\n" +
|
|
|
+ "\x10AccountDeviceDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12B\n" +
|
|
|
+ "\x10AccountDeviceGet\x12\x16.gorpc.AccountDeviceVo\x1a\x16.gorpc.AccountDeviceVo\x12N\n" +
|
|
|
+ "\x11AccountDeviceList\x12\x1b.gorpc.AccountDeviceListReq\x1a\x1c.gorpc.AccountDeviceListResp2\xf9\x16\n" +
|
|
|
+ "\vGoVpnClient\x12'\n" +
|
|
|
+ "\x04Ping\x12\x0e.gorpc.Request\x1a\x0f.gorpc.Response\x122\n" +
|
|
|
+ "\vTransaction\x12\x15.gorpc.TransactionReq\x1a\f.gorpc.Empty\x12-\n" +
|
|
|
+ "\tVpnTagAdd\x12\x0f.gorpc.VpnTagVo\x1a\x0f.gorpc.VpnTagVo\x120\n" +
|
|
|
+ "\fVpnTagUpdate\x12\x0f.gorpc.VpnTagVo\x1a\x0f.gorpc.VpnTagVo\x12%\n" +
|
|
|
+ "\tVpnTagDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x121\n" +
|
|
|
+ "\tVpnTagGet\x12\x13.gorpc.VpnTagGetReq\x1a\x0f.gorpc.VpnTagVo\x129\n" +
|
|
|
+ "\n" +
|
|
|
+ "VpnTagList\x12\x14.gorpc.VpnTagListReq\x1a\x15.gorpc.VpnTagListResp\x12E\n" +
|
|
|
+ "\x0eVpnTagBatchAdd\x12\x18.gorpc.VpnTagBatchAddReq\x1a\x19.gorpc.VpnTagBatchAddResp\x12N\n" +
|
|
|
+ "\x11VpnTagBatchUpdate\x12\x1b.gorpc.VpnTagBatchUpdateReq\x1a\x1c.gorpc.VpnTagBatchUpdateResp\x127\n" +
|
|
|
+ "\vVpnGroupAdd\x12\x15.gorpc.VpnGroupAddReq\x1a\x11.gorpc.VpnGroupVo\x125\n" +
|
|
|
+ "\x0eVpnGroupUpdate\x12\x15.gorpc.VpnGroupAddReq\x1a\f.gorpc.Empty\x12'\n" +
|
|
|
+ "\vVpnGroupDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x127\n" +
|
|
|
+ "\vVpnGroupGet\x12\x15.gorpc.VpnGroupGetReq\x1a\x11.gorpc.VpnGroupVo\x12?\n" +
|
|
|
+ "\fVpnGroupList\x12\x16.gorpc.VpnGroupListReq\x1a\x17.gorpc.VpnGroupListResp\x12K\n" +
|
|
|
+ "\x10VpnGroupBatchAdd\x12\x1a.gorpc.VpnGroupBatchAddReq\x1a\x1b.gorpc.VpnGroupBatchAddResp\x12T\n" +
|
|
|
+ "\x13VpnGroupBatchUpdate\x12\x1d.gorpc.VpnGroupBatchUpdateReq\x1a\x1e.gorpc.VpnGroupBatchUpdateResp\x12<\n" +
|
|
|
+ "\x0eVpnGroupTagAdd\x12\x14.gorpc.VpnGroupTagVo\x1a\x14.gorpc.VpnGroupTagVo\x12?\n" +
|
|
|
+ "\x11VpnGroupTagUpdate\x12\x14.gorpc.VpnGroupTagVo\x1a\x14.gorpc.VpnGroupTagVo\x12*\n" +
|
|
|
+ "\x0eVpnGroupTagDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12<\n" +
|
|
|
+ "\x0eVpnGroupTagGet\x12\x14.gorpc.VpnGroupTagVo\x1a\x14.gorpc.VpnGroupTagVo\x12H\n" +
|
|
|
+ "\x0fVpnGroupTagList\x12\x19.gorpc.VpnGroupTagListReq\x1a\x1a.gorpc.VpnGroupTagListResp\x12<\n" +
|
|
|
+ "\x0eVpnLocationAdd\x12\x14.gorpc.VpnLocationVo\x1a\x14.gorpc.VpnLocationVo\x127\n" +
|
|
|
+ "\x11VpnLocationUpdate\x12\x14.gorpc.VpnLocationVo\x1a\f.gorpc.Empty\x12*\n" +
|
|
|
+ "\x0eVpnLocationDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12@\n" +
|
|
|
+ "\x0eVpnLocationGet\x12\x18.gorpc.VpnLocationGetReq\x1a\x14.gorpc.VpnLocationVo\x12H\n" +
|
|
|
+ "\x0fVpnLocationList\x12\x19.gorpc.VpnLocationListReq\x1a\x1a.gorpc.VpnLocationListResp\x12T\n" +
|
|
|
+ "\x13VpnLocationBatchAdd\x12\x1d.gorpc.VpnLocationBatchAddReq\x1a\x1e.gorpc.VpnLocationBatchAddResp\x12]\n" +
|
|
|
+ "\x16VpnLocationBatchUpdate\x12 .gorpc.VpnLocationBatchUpdateReq\x1a!.gorpc.VpnLocationBatchUpdateResp\x12>\n" +
|
|
|
+ "\fVpnServerAdd\x12\x16.gorpc.VpnServerAddReq\x1a\x16.gorpc.VpnServerAddReq\x12A\n" +
|
|
|
+ "\x0fVpnServerUpdate\x12\x16.gorpc.VpnServerAddReq\x1a\x16.gorpc.VpnServerAddReq\x12(\n" +
|
|
|
+ "\fVpnServerDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x126\n" +
|
|
|
+ "\fVpnServerGet\x12\x12.gorpc.VpnServerVo\x1a\x12.gorpc.VpnServerVo\x12B\n" +
|
|
|
+ "\rVpnServerList\x12\x17.gorpc.VpnServerListReq\x1a\x18.gorpc.VpnServerListResp\x12F\n" +
|
|
|
+ "\x0fVpnServerExList\x12\x17.gorpc.VpnServerListReq\x1a\x1a.gorpc.VpnServerExListResp\x12N\n" +
|
|
|
+ "\x11VpnServerBatchAdd\x12\x1b.gorpc.VpnServerBatchAddReq\x1a\x1c.gorpc.VpnServerBatchAddResp\x12W\n" +
|
|
|
+ "\x14VpnServerBatchUpdate\x12\x1e.gorpc.VpnServerBatchUpdateReq\x1a\x1f.gorpc.VpnServerBatchUpdateResp\x12N\n" +
|
|
|
+ "\x14VpnServerLocationAdd\x12\x1a.gorpc.VpnServerLocationVo\x1a\x1a.gorpc.VpnServerLocationVo\x12C\n" +
|
|
|
+ "\x17VpnServerLocationUpdate\x12\x1a.gorpc.VpnServerLocationVo\x1a\f.gorpc.Empty\x120\n" +
|
|
|
+ "\x14VpnServerLocationDel\x12\n" +
|
|
|
+ ".gorpc.Ids\x1a\f.gorpc.Empty\x12N\n" +
|
|
|
+ "\x14VpnServerLocationGet\x12\x1a.gorpc.VpnServerLocationVo\x1a\x1a.gorpc.VpnServerLocationVo\x12Z\n" +
|
|
|
+ "\x15VpnServerLocationList\x12\x1f.gorpc.VpnServerLocationListReq\x1a .gorpc.VpnServerLocationListResp\x12]\n" +
|
|
|
+ "\x16VpnLocationServerCount\x12 .gorpc.VpnLocationServerCountReq\x1a!.gorpc.VpnLocationServerCountResp\x12?\n" +
|
|
|
+ "\x0fVpnProbeTaskAdd\x12\x15.gorpc.VpnProbeTaskVo\x1a\x15.gorpc.VpnProbeTaskVo\x129\n" +
|
|
|
+ "\x12VpnProbeTaskUpdate\x12\x15.gorpc.VpnProbeTaskVo\x1a\f.gorpc.Empty\x12K\n" +
|
|
|
+ "\x10VpnProbeTaskList\x12\x1a.gorpc.VpnProbeTaskListReq\x1a\x1b.gorpc.VpnProbeTaskListRespB\x06Z\x04./pbb\x06proto3"
|
|
|
+
|
|
|
+var (
|
|
|
+ file_gorpc_proto_rawDescOnce sync.Once
|
|
|
+ file_gorpc_proto_rawDescData []byte
|
|
|
+)
|
|
|
+
|
|
|
+func file_gorpc_proto_rawDescGZIP() []byte {
|
|
|
+ file_gorpc_proto_rawDescOnce.Do(func() {
|
|
|
+ file_gorpc_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_gorpc_proto_rawDesc), len(file_gorpc_proto_rawDesc)))
|
|
|
+ })
|
|
|
+ return file_gorpc_proto_rawDescData
|
|
|
+}
|
|
|
+
|
|
|
+var file_gorpc_proto_enumTypes = make([]protoimpl.EnumInfo, 4)
|
|
|
+var file_gorpc_proto_msgTypes = make([]protoimpl.MessageInfo, 245)
|
|
|
+var file_gorpc_proto_goTypes = []any{
|
|
|
+ (RegisterMode)(0), // 0: gorpc.RegisterMode
|
|
|
+ (CommonResultCode)(0), // 1: gorpc.CommonResultCode
|
|
|
+ (Status)(0), // 2: gorpc.Status
|
|
|
+ (BoolInt)(0), // 3: gorpc.BoolInt
|
|
|
+ (*Empty)(nil), // 4: gorpc.Empty
|
|
|
+ (*Int64SelectController)(nil), // 5: gorpc.Int64SelectController
|
|
|
+ (*IntSelectController)(nil), // 6: gorpc.IntSelectController
|
|
|
+ (*StringSelectController)(nil), // 7: gorpc.StringSelectController
|
|
|
+ (*Page)(nil), // 8: gorpc.Page
|
|
|
+ (*CommonResult)(nil), // 9: gorpc.CommonResult
|
|
|
+ (*BaseReq)(nil), // 10: gorpc.BaseReq
|
|
|
+ (*DeleteIdResp)(nil), // 11: gorpc.DeleteIdResp
|
|
|
+ (*Ids)(nil), // 12: gorpc.Ids
|
|
|
+ (*Request)(nil), // 13: gorpc.Request
|
|
|
+ (*Response)(nil), // 14: gorpc.Response
|
|
|
+ (*TransactionOperation)(nil), // 15: gorpc.TransactionOperation
|
|
|
+ (*TransactionReq)(nil), // 16: gorpc.TransactionReq
|
|
|
+ (*GameVo)(nil), // 17: gorpc.GameVo
|
|
|
+ (*GameReq)(nil), // 18: gorpc.GameReq
|
|
|
+ (*GameListReq)(nil), // 19: gorpc.GameListReq
|
|
|
+ (*GameListRes)(nil), // 20: gorpc.GameListRes
|
|
|
+ (*RelGameRankVo)(nil), // 21: gorpc.RelGameRankVo
|
|
|
+ (*RelGameRankReq)(nil), // 22: gorpc.RelGameRankReq
|
|
|
+ (*RelGameRankListReq)(nil), // 23: gorpc.RelGameRankListReq
|
|
|
+ (*RelGameRankListRes)(nil), // 24: gorpc.RelGameRankListRes
|
|
|
+ (*RelGameVpnGroupVo)(nil), // 25: gorpc.RelGameVpnGroupVo
|
|
|
+ (*RelGameVpnGroupReq)(nil), // 26: gorpc.RelGameVpnGroupReq
|
|
|
+ (*RelGameVpnGroupListReq)(nil), // 27: gorpc.RelGameVpnGroupListReq
|
|
|
+ (*RelGameVpnGroupListRes)(nil), // 28: gorpc.RelGameVpnGroupListRes
|
|
|
+ (*GameRedisHScanByNameReq)(nil), // 29: gorpc.GameRedisHScanByNameReq
|
|
|
+ (*GameRedisHScanByNameResp)(nil), // 30: gorpc.GameRedisHScanByNameResp
|
|
|
+ (*GameCustomerVo)(nil), // 31: gorpc.GameCustomerVo
|
|
|
+ (*GameCustomerListReq)(nil), // 32: gorpc.GameCustomerListReq
|
|
|
+ (*GameCustomerListRes)(nil), // 33: gorpc.GameCustomerListRes
|
|
|
+ (*GameCustomerAddResp)(nil), // 34: gorpc.GameCustomerAddResp
|
|
|
+ (*GameCategoryVo)(nil), // 35: gorpc.GameCategoryVo
|
|
|
+ (*GameCategoryReq)(nil), // 36: gorpc.GameCategoryReq
|
|
|
+ (*GameCategoryListReq)(nil), // 37: gorpc.GameCategoryListReq
|
|
|
+ (*GameCategoryListRes)(nil), // 38: gorpc.GameCategoryListRes
|
|
|
+ (*I18NVo)(nil), // 39: gorpc.I18nVo
|
|
|
+ (*ConfigGetReq)(nil), // 40: gorpc.ConfigGetReq
|
|
|
+ (*GlobalParamVo)(nil), // 41: gorpc.GlobalParamVo
|
|
|
+ (*GlobalParamGetReq)(nil), // 42: gorpc.GlobalParamGetReq
|
|
|
+ (*GlobalParamListReq)(nil), // 43: gorpc.GlobalParamListReq
|
|
|
+ (*GlobalParamListResp)(nil), // 44: gorpc.GlobalParamListResp
|
|
|
+ (*ProductVo)(nil), // 45: gorpc.ProductVo
|
|
|
+ (*ProductListReq)(nil), // 46: gorpc.ProductListReq
|
|
|
+ (*ProductListResp)(nil), // 47: gorpc.ProductListResp
|
|
|
+ (*ProductParamVo)(nil), // 48: gorpc.ProductParamVo
|
|
|
+ (*ProductParamGetReq)(nil), // 49: gorpc.ProductParamGetReq
|
|
|
+ (*ProductParamListReq)(nil), // 50: gorpc.ProductParamListReq
|
|
|
+ (*ProductParamListResp)(nil), // 51: gorpc.ProductParamListResp
|
|
|
+ (*ProductActionVo)(nil), // 52: gorpc.ProductActionVo
|
|
|
+ (*ProductActionReq)(nil), // 53: gorpc.ProductActionReq
|
|
|
+ (*ProductActionListReq)(nil), // 54: gorpc.ProductActionListReq
|
|
|
+ (*ProductActionListResp)(nil), // 55: gorpc.ProductActionListResp
|
|
|
+ (*AreaParamVo)(nil), // 56: gorpc.AreaParamVo
|
|
|
+ (*AreaParamListReq)(nil), // 57: gorpc.AreaParamListReq
|
|
|
+ (*AreaParamListResp)(nil), // 58: gorpc.AreaParamListResp
|
|
|
+ (*NationalLanguageVo)(nil), // 59: gorpc.NationalLanguageVo
|
|
|
+ (*NationalLanguageListReq)(nil), // 60: gorpc.NationalLanguageListReq
|
|
|
+ (*NationalLanguageListResp)(nil), // 61: gorpc.NationalLanguageListResp
|
|
|
+ (*TipVo)(nil), // 62: gorpc.TipVo
|
|
|
+ (*TipGetReq)(nil), // 63: gorpc.TipGetReq
|
|
|
+ (*TipListReq)(nil), // 64: gorpc.TipListReq
|
|
|
+ (*TipListResp)(nil), // 65: gorpc.TipListResp
|
|
|
+ (*DictVo)(nil), // 66: gorpc.DictVo
|
|
|
+ (*DictGetReq)(nil), // 67: gorpc.DictGetReq
|
|
|
+ (*DictListReq)(nil), // 68: gorpc.DictListReq
|
|
|
+ (*DictListResp)(nil), // 69: gorpc.DictListResp
|
|
|
+ (*UpgradePkgPlanVo)(nil), // 70: gorpc.UpgradePkgPlanVo
|
|
|
+ (*UpgradePkgPlanListReq)(nil), // 71: gorpc.UpgradePkgPlanListReq
|
|
|
+ (*UpgradePkgPlanListResp)(nil), // 72: gorpc.UpgradePkgPlanListResp
|
|
|
+ (*UpgradePkgPlanDetailVo)(nil), // 73: gorpc.UpgradePkgPlanDetailVo
|
|
|
+ (*UpgradePkgPlanDetailListReq)(nil), // 74: gorpc.UpgradePkgPlanDetailListReq
|
|
|
+ (*UpgradePkgPlanDetailListResp)(nil), // 75: gorpc.UpgradePkgPlanDetailListResp
|
|
|
+ (*UpgradeResPlanVo)(nil), // 76: gorpc.UpgradeResPlanVo
|
|
|
+ (*UpgradeResPlanListReq)(nil), // 77: gorpc.UpgradeResPlanListReq
|
|
|
+ (*UpgradeResPlanListResp)(nil), // 78: gorpc.UpgradeResPlanListResp
|
|
|
+ (*UpgradeResPlanDetailVo)(nil), // 79: gorpc.UpgradeResPlanDetailVo
|
|
|
+ (*UpgradeResPlanDetailListReq)(nil), // 80: gorpc.UpgradeResPlanDetailListReq
|
|
|
+ (*UpgradeResPlanDetailListResp)(nil), // 81: gorpc.UpgradeResPlanDetailListResp
|
|
|
+ (*AdPlanVo)(nil), // 82: gorpc.AdPlanVo
|
|
|
+ (*AdPlanListReq)(nil), // 83: gorpc.AdPlanListReq
|
|
|
+ (*AdPlanListResp)(nil), // 84: gorpc.AdPlanListResp
|
|
|
+ (*AdPlanDetailVo)(nil), // 85: gorpc.AdPlanDetailVo
|
|
|
+ (*AdPlanDetailListReq)(nil), // 86: gorpc.AdPlanDetailListReq
|
|
|
+ (*AdPlanDetailListResp)(nil), // 87: gorpc.AdPlanDetailListResp
|
|
|
+ (*AdGlobalConfigVo)(nil), // 88: gorpc.AdGlobalConfigVo
|
|
|
+ (*AdGlobalConfigGetReq)(nil), // 89: gorpc.AdGlobalConfigGetReq
|
|
|
+ (*JobBatchVo)(nil), // 90: gorpc.JobBatchVo
|
|
|
+ (*JobBatchWithTasksVo)(nil), // 91: gorpc.JobBatchWithTasksVo
|
|
|
+ (*TimeRange)(nil), // 92: gorpc.TimeRange
|
|
|
+ (*JobBatchListReq)(nil), // 93: gorpc.JobBatchListReq
|
|
|
+ (*JobBatchListResp)(nil), // 94: gorpc.JobBatchListResp
|
|
|
+ (*JobBatchListWithTasksResp)(nil), // 95: gorpc.JobBatchListWithTasksResp
|
|
|
+ (*JobTasksVo)(nil), // 96: gorpc.JobTasksVo
|
|
|
+ (*JobTasksListReq)(nil), // 97: gorpc.JobTasksListReq
|
|
|
+ (*JobTasksListResp)(nil), // 98: gorpc.JobTasksListResp
|
|
|
+ (*DeployConfigVo)(nil), // 99: gorpc.DeployConfigVo
|
|
|
+ (*DeployConfigListReq)(nil), // 100: gorpc.DeployConfigListReq
|
|
|
+ (*DeployConfigListResp)(nil), // 101: gorpc.DeployConfigListResp
|
|
|
+ (*OperationLogVo)(nil), // 102: gorpc.OperationLogVo
|
|
|
+ (*OperationLogListReq)(nil), // 103: gorpc.OperationLogListReq
|
|
|
+ (*OperationLogListResp)(nil), // 104: gorpc.OperationLogListResp
|
|
|
+ (*AnnouncePlanVo)(nil), // 105: gorpc.AnnouncePlanVo
|
|
|
+ (*AnnouncePlanListReq)(nil), // 106: gorpc.AnnouncePlanListReq
|
|
|
+ (*AnnouncePlanListResp)(nil), // 107: gorpc.AnnouncePlanListResp
|
|
|
+ (*AnnouncePlanDetailVo)(nil), // 108: gorpc.AnnouncePlanDetailVo
|
|
|
+ (*AnnouncePlanDetailListReq)(nil), // 109: gorpc.AnnouncePlanDetailListReq
|
|
|
+ (*AnnouncePlanDetailListResp)(nil), // 110: gorpc.AnnouncePlanDetailListResp
|
|
|
+ (*ServiceTypesVo)(nil), // 111: gorpc.ServiceTypesVo
|
|
|
+ (*ServiceTypesGetReq)(nil), // 112: gorpc.ServiceTypesGetReq
|
|
|
+ (*ServiceTypesListReq)(nil), // 113: gorpc.ServiceTypesListReq
|
|
|
+ (*ServiceTypesListResp)(nil), // 114: gorpc.ServiceTypesListResp
|
|
|
+ (*ServiceTypesAddReq)(nil), // 115: gorpc.ServiceTypesAddReq
|
|
|
+ (*ServiceTypesUpdateReq)(nil), // 116: gorpc.ServiceTypesUpdateReq
|
|
|
+ (*ServiceTypesDelReq)(nil), // 117: gorpc.ServiceTypesDelReq
|
|
|
+ (*ServiceSetsVo)(nil), // 118: gorpc.ServiceSetsVo
|
|
|
+ (*ServiceSetsGetReq)(nil), // 119: gorpc.ServiceSetsGetReq
|
|
|
+ (*ServiceSetsListReq)(nil), // 120: gorpc.ServiceSetsListReq
|
|
|
+ (*ServiceSetsListResp)(nil), // 121: gorpc.ServiceSetsListResp
|
|
|
+ (*ServiceSetsAddReq)(nil), // 122: gorpc.ServiceSetsAddReq
|
|
|
+ (*ServiceSetsUpdateReq)(nil), // 123: gorpc.ServiceSetsUpdateReq
|
|
|
+ (*ServiceSetsDelReq)(nil), // 124: gorpc.ServiceSetsDelReq
|
|
|
+ (*MessagePushVo)(nil), // 125: gorpc.MessagePushVo
|
|
|
+ (*MessagePushListReq)(nil), // 126: gorpc.MessagePushListReq
|
|
|
+ (*MessagePushListResp)(nil), // 127: gorpc.MessagePushListResp
|
|
|
+ (*ShortDramaEpisodeVo)(nil), // 128: gorpc.ShortDramaEpisodeVo
|
|
|
+ (*ShortDramaEpisodeGetReq)(nil), // 129: gorpc.ShortDramaEpisodeGetReq
|
|
|
+ (*ShortDramaEpisodeListReq)(nil), // 130: gorpc.ShortDramaEpisodeListReq
|
|
|
+ (*ShortDramaEpisodeListResp)(nil), // 131: gorpc.ShortDramaEpisodeListResp
|
|
|
+ (*ShortDramaEpisodeBatchAddReq)(nil), // 132: gorpc.ShortDramaEpisodeBatchAddReq
|
|
|
+ (*ShortDramaEpisodeBatchRefreshUpdateTimeReq)(nil), // 133: gorpc.ShortDramaEpisodeBatchRefreshUpdateTimeReq
|
|
|
+ (*ShortDramaLanguageVo)(nil), // 134: gorpc.ShortDramaLanguageVo
|
|
|
+ (*ShortDramaVo)(nil), // 135: gorpc.ShortDramaVo
|
|
|
+ (*ShortDramaGetReq)(nil), // 136: gorpc.ShortDramaGetReq
|
|
|
+ (*ShortDramaListReq)(nil), // 137: gorpc.ShortDramaListReq
|
|
|
+ (*ShortDramaListResp)(nil), // 138: gorpc.ShortDramaListResp
|
|
|
+ (*ShortDramaLanguageListReq)(nil), // 139: gorpc.ShortDramaLanguageListReq
|
|
|
+ (*ShortDramaLanguageListResp)(nil), // 140: gorpc.ShortDramaLanguageListResp
|
|
|
+ (*ShortDramaEpisodeCountVo)(nil), // 141: gorpc.ShortDramaEpisodeCountVo
|
|
|
+ (*ShortDramaEpisodeCountReq)(nil), // 142: gorpc.ShortDramaEpisodeCountReq
|
|
|
+ (*ShortDramaEpisodeCountResp)(nil), // 143: gorpc.ShortDramaEpisodeCountResp
|
|
|
+ (*ShortDramaCheckNameReq)(nil), // 144: gorpc.ShortDramaCheckNameReq
|
|
|
+ (*ShortDramaCheckNameResp)(nil), // 145: gorpc.ShortDramaCheckNameResp
|
|
|
+ (*ShortDramaUpdateModifierReq)(nil), // 146: gorpc.ShortDramaUpdateModifierReq
|
|
|
+ (*SetTotalStatsReq)(nil), // 147: gorpc.SetTotalStatsReq
|
|
|
+ (*ShortDramaStatsPlaysTotalVo)(nil), // 148: gorpc.ShortDramaStatsPlaysTotalVo
|
|
|
+ (*ShortDramaStatsPlaysTotalListReq)(nil), // 149: gorpc.ShortDramaStatsPlaysTotalListReq
|
|
|
+ (*ShortDramaStatsPlaysTotalListResp)(nil), // 150: gorpc.ShortDramaStatsPlaysTotalListResp
|
|
|
+ (*SysUserVo)(nil), // 151: gorpc.SysUserVo
|
|
|
+ (*SysRoleVo)(nil), // 152: gorpc.SysRoleVo
|
|
|
+ (*SysPermVo)(nil), // 153: gorpc.SysPermVo
|
|
|
+ (*SysUserRoleVo)(nil), // 154: gorpc.SysUserRoleVo
|
|
|
+ (*SysRolePermVo)(nil), // 155: gorpc.SysRolePermVo
|
|
|
+ (*SysUserPermVo)(nil), // 156: gorpc.SysUserPermVo
|
|
|
+ (*SysPermRule)(nil), // 157: gorpc.SysPermRule
|
|
|
+ (*SysUserWithRoleIdsAndPermRules)(nil), // 158: gorpc.SysUserWithRoleIdsAndPermRules
|
|
|
+ (*SysUserWithRolesAndPerms)(nil), // 159: gorpc.SysUserWithRolesAndPerms
|
|
|
+ (*SysUserGetReq)(nil), // 160: gorpc.SysUserGetReq
|
|
|
+ (*SysUserListReq)(nil), // 161: gorpc.SysUserListReq
|
|
|
+ (*SysUserListResp)(nil), // 162: gorpc.SysUserListResp
|
|
|
+ (*SysUserListWithRolesAndPermsResp)(nil), // 163: gorpc.SysUserListWithRolesAndPermsResp
|
|
|
+ (*SysRoleWithPermIds)(nil), // 164: gorpc.SysRoleWithPermIds
|
|
|
+ (*SysRoleWithPerms)(nil), // 165: gorpc.SysRoleWithPerms
|
|
|
+ (*SysRoleGetReq)(nil), // 166: gorpc.SysRoleGetReq
|
|
|
+ (*SysRoleListReq)(nil), // 167: gorpc.SysRoleListReq
|
|
|
+ (*SysRoleListResp)(nil), // 168: gorpc.SysRoleListResp
|
|
|
+ (*SysRoleListWithPermsResp)(nil), // 169: gorpc.SysRoleListWithPermsResp
|
|
|
+ (*SysPermGetReq)(nil), // 170: gorpc.SysPermGetReq
|
|
|
+ (*SysPermListReq)(nil), // 171: gorpc.SysPermListReq
|
|
|
+ (*SysPermListResp)(nil), // 172: gorpc.SysPermListResp
|
|
|
+ (*SysUserRoleGetReq)(nil), // 173: gorpc.SysUserRoleGetReq
|
|
|
+ (*SysUserRoleListReq)(nil), // 174: gorpc.SysUserRoleListReq
|
|
|
+ (*SysUserRoleListResp)(nil), // 175: gorpc.SysUserRoleListResp
|
|
|
+ (*SysRolePermGetReq)(nil), // 176: gorpc.SysRolePermGetReq
|
|
|
+ (*SysRolePermListReq)(nil), // 177: gorpc.SysRolePermListReq
|
|
|
+ (*SysRolePermListResp)(nil), // 178: gorpc.SysRolePermListResp
|
|
|
+ (*SysUserPermGetReq)(nil), // 179: gorpc.SysUserPermGetReq
|
|
|
+ (*SysUserPermListReq)(nil), // 180: gorpc.SysUserPermListReq
|
|
|
+ (*SysUserPermListResp)(nil), // 181: gorpc.SysUserPermListResp
|
|
|
+ (*AccountVo)(nil), // 182: gorpc.AccountVo
|
|
|
+ (*AccountListReq)(nil), // 183: gorpc.AccountListReq
|
|
|
+ (*AccountListResp)(nil), // 184: gorpc.AccountListResp
|
|
|
+ (*AccountDeviceVo)(nil), // 185: gorpc.AccountDeviceVo
|
|
|
+ (*AccountDeviceListReq)(nil), // 186: gorpc.AccountDeviceListReq
|
|
|
+ (*AccountDeviceListResp)(nil), // 187: gorpc.AccountDeviceListResp
|
|
|
+ (*DeviceVo)(nil), // 188: gorpc.DeviceVo
|
|
|
+ (*DeviceListReq)(nil), // 189: gorpc.DeviceListReq
|
|
|
+ (*DeviceListRes)(nil), // 190: gorpc.DeviceListRes
|
|
|
+ (*UserAppConfigVo)(nil), // 191: gorpc.UserAppConfigVo
|
|
|
+ (*UserAppConfigGetReq)(nil), // 192: gorpc.UserAppConfigGetReq
|
|
|
+ (*UserAppConfigListReq)(nil), // 193: gorpc.UserAppConfigListReq
|
|
|
+ (*UserAppConfigListRes)(nil), // 194: gorpc.UserAppConfigListRes
|
|
|
+ (*VpnTagVo)(nil), // 195: gorpc.VpnTagVo
|
|
|
+ (*VpnTagGetReq)(nil), // 196: gorpc.VpnTagGetReq
|
|
|
+ (*VpnTagListReq)(nil), // 197: gorpc.VpnTagListReq
|
|
|
+ (*VpnTagListResp)(nil), // 198: gorpc.VpnTagListResp
|
|
|
+ (*VpnTagBatchAddReq)(nil), // 199: gorpc.VpnTagBatchAddReq
|
|
|
+ (*VpnTagBatchAddResp)(nil), // 200: gorpc.VpnTagBatchAddResp
|
|
|
+ (*VpnTagBatchUpdateReq)(nil), // 201: gorpc.VpnTagBatchUpdateReq
|
|
|
+ (*VpnTagBatchUpdateResp)(nil), // 202: gorpc.VpnTagBatchUpdateResp
|
|
|
+ (*VpnTagBatchDelReq)(nil), // 203: gorpc.VpnTagBatchDelReq
|
|
|
+ (*VpnGroupVo)(nil), // 204: gorpc.VpnGroupVo
|
|
|
+ (*VpnGroupExVo)(nil), // 205: gorpc.VpnGroupExVo
|
|
|
+ (*VpnGroupAddReq)(nil), // 206: gorpc.VpnGroupAddReq
|
|
|
+ (*VpnGroupGetReq)(nil), // 207: gorpc.VpnGroupGetReq
|
|
|
+ (*VpnGroupListReq)(nil), // 208: gorpc.VpnGroupListReq
|
|
|
+ (*VpnGroupListResp)(nil), // 209: gorpc.VpnGroupListResp
|
|
|
+ (*VpnGroupBatchAddReq)(nil), // 210: gorpc.VpnGroupBatchAddReq
|
|
|
+ (*VpnGroupBatchAddResp)(nil), // 211: gorpc.VpnGroupBatchAddResp
|
|
|
+ (*VpnGroupBatchUpdateReq)(nil), // 212: gorpc.VpnGroupBatchUpdateReq
|
|
|
+ (*VpnGroupBatchUpdateResp)(nil), // 213: gorpc.VpnGroupBatchUpdateResp
|
|
|
+ (*VpnGroupBatchDelReq)(nil), // 214: gorpc.VpnGroupBatchDelReq
|
|
|
+ (*VpnGroupTagVo)(nil), // 215: gorpc.VpnGroupTagVo
|
|
|
+ (*VpnGroupTagListReq)(nil), // 216: gorpc.VpnGroupTagListReq
|
|
|
+ (*VpnGroupTagListResp)(nil), // 217: gorpc.VpnGroupTagListResp
|
|
|
+ (*VpnLocationVo)(nil), // 218: gorpc.VpnLocationVo
|
|
|
+ (*VpnLocationExVo)(nil), // 219: gorpc.VpnLocationExVo
|
|
|
+ (*VpnLocationGetReq)(nil), // 220: gorpc.VpnLocationGetReq
|
|
|
+ (*VpnLocationListReq)(nil), // 221: gorpc.VpnLocationListReq
|
|
|
+ (*VpnLocationListResp)(nil), // 222: gorpc.VpnLocationListResp
|
|
|
+ (*VpnLocationBatchAddReq)(nil), // 223: gorpc.VpnLocationBatchAddReq
|
|
|
+ (*VpnLocationBatchAddResp)(nil), // 224: gorpc.VpnLocationBatchAddResp
|
|
|
+ (*VpnLocationBatchUpdateReq)(nil), // 225: gorpc.VpnLocationBatchUpdateReq
|
|
|
+ (*VpnLocationBatchUpdateResp)(nil), // 226: gorpc.VpnLocationBatchUpdateResp
|
|
|
+ (*VpnLocationBatchDelReq)(nil), // 227: gorpc.VpnLocationBatchDelReq
|
|
|
+ (*VpnServerVo)(nil), // 228: gorpc.VpnServerVo
|
|
|
+ (*VpnServerExVo)(nil), // 229: gorpc.VpnServerExVo
|
|
|
+ (*VpnServerListReq)(nil), // 230: gorpc.VpnServerListReq
|
|
|
+ (*VpnServerListResp)(nil), // 231: gorpc.VpnServerListResp
|
|
|
+ (*VpnServerExListResp)(nil), // 232: gorpc.VpnServerExListResp
|
|
|
+ (*VpnServerAddReq)(nil), // 233: gorpc.VpnServerAddReq
|
|
|
+ (*VpnServerBatchAddReq)(nil), // 234: gorpc.VpnServerBatchAddReq
|
|
|
+ (*VpnServerBatchAddResp)(nil), // 235: gorpc.VpnServerBatchAddResp
|
|
|
+ (*VpnServerBatchUpdateReq)(nil), // 236: gorpc.VpnServerBatchUpdateReq
|
|
|
+ (*VpnServerBatchUpdateResp)(nil), // 237: gorpc.VpnServerBatchUpdateResp
|
|
|
+ (*VpnServerBatchDelReq)(nil), // 238: gorpc.VpnServerBatchDelReq
|
|
|
+ (*VpnServerLocationVo)(nil), // 239: gorpc.VpnServerLocationVo
|
|
|
+ (*VpnServerLocationListReq)(nil), // 240: gorpc.VpnServerLocationListReq
|
|
|
+ (*VpnServerLocationListResp)(nil), // 241: gorpc.VpnServerLocationListResp
|
|
|
+ (*VpnLocationServerCountVo)(nil), // 242: gorpc.VpnLocationServerCountVo
|
|
|
+ (*VpnLocationServerCountReq)(nil), // 243: gorpc.VpnLocationServerCountReq
|
|
|
+ (*VpnLocationServerCountResp)(nil), // 244: gorpc.VpnLocationServerCountResp
|
|
|
+ (*VpnProbeTaskVo)(nil), // 245: gorpc.VpnProbeTaskVo
|
|
|
+ (*VpnProbeTaskListReq)(nil), // 246: gorpc.VpnProbeTaskListReq
|
|
|
+ (*VpnProbeTaskListResp)(nil), // 247: gorpc.VpnProbeTaskListResp
|
|
|
+ (*Page_OrderItem)(nil), // 248: gorpc.Page.OrderItem
|
|
|
+}
|
|
|
+var file_gorpc_proto_depIdxs = []int32{
|
|
|
+ 248, // 0: gorpc.Page.sortBy:type_name -> gorpc.Page.OrderItem
|
|
|
+ 1, // 1: gorpc.CommonResult.code:type_name -> gorpc.CommonResultCode
|
|
|
+ 15, // 2: gorpc.TransactionReq.transactions:type_name -> gorpc.TransactionOperation
|
|
|
+ 17, // 3: gorpc.GameReq.vo:type_name -> gorpc.GameVo
|
|
|
+ 8, // 4: gorpc.GameListReq.page:type_name -> gorpc.Page
|
|
|
+ 17, // 5: gorpc.GameListReq.vo:type_name -> gorpc.GameVo
|
|
|
+ 17, // 6: gorpc.GameListRes.list:type_name -> gorpc.GameVo
|
|
|
+ 21, // 7: gorpc.RelGameRankReq.vo:type_name -> gorpc.RelGameRankVo
|
|
|
+ 8, // 8: gorpc.RelGameRankListReq.page:type_name -> gorpc.Page
|
|
|
+ 21, // 9: gorpc.RelGameRankListReq.vo:type_name -> gorpc.RelGameRankVo
|
|
|
+ 21, // 10: gorpc.RelGameRankListRes.list:type_name -> gorpc.RelGameRankVo
|
|
|
+ 25, // 11: gorpc.RelGameVpnGroupReq.vo:type_name -> gorpc.RelGameVpnGroupVo
|
|
|
+ 25, // 12: gorpc.RelGameVpnGroupListReq.vo:type_name -> gorpc.RelGameVpnGroupVo
|
|
|
+ 25, // 13: gorpc.RelGameVpnGroupListRes.list:type_name -> gorpc.RelGameVpnGroupVo
|
|
|
+ 8, // 14: gorpc.GameCustomerListReq.page:type_name -> gorpc.Page
|
|
|
+ 31, // 15: gorpc.GameCustomerListReq.vo:type_name -> gorpc.GameCustomerVo
|
|
|
+ 31, // 16: gorpc.GameCustomerListRes.list:type_name -> gorpc.GameCustomerVo
|
|
|
+ 31, // 17: gorpc.GameCustomerAddResp.vo:type_name -> gorpc.GameCustomerVo
|
|
|
+ 35, // 18: gorpc.GameCategoryReq.vo:type_name -> gorpc.GameCategoryVo
|
|
|
+ 8, // 19: gorpc.GameCategoryListReq.page:type_name -> gorpc.Page
|
|
|
+ 35, // 20: gorpc.GameCategoryListReq.vo:type_name -> gorpc.GameCategoryVo
|
|
|
+ 35, // 21: gorpc.GameCategoryListRes.list:type_name -> gorpc.GameCategoryVo
|
|
|
+ 3, // 22: gorpc.GlobalParamVo.editable:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 23: gorpc.GlobalParamVo.nullable:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 24: gorpc.GlobalParamVo.hidden:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 25: gorpc.GlobalParamVo.mutiLang:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 26: gorpc.GlobalParamVo.apiExport:type_name -> gorpc.BoolInt
|
|
|
+ 39, // 27: gorpc.GlobalParamVo.i18ns:type_name -> gorpc.I18nVo
|
|
|
+ 41, // 28: gorpc.GlobalParamGetReq.vo:type_name -> gorpc.GlobalParamVo
|
|
|
+ 8, // 29: gorpc.GlobalParamListReq.page:type_name -> gorpc.Page
|
|
|
+ 41, // 30: gorpc.GlobalParamListReq.vo:type_name -> gorpc.GlobalParamVo
|
|
|
+ 41, // 31: gorpc.GlobalParamListResp.list:type_name -> gorpc.GlobalParamVo
|
|
|
+ 2, // 32: gorpc.ProductVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 33: gorpc.ProductListReq.page:type_name -> gorpc.Page
|
|
|
+ 45, // 34: gorpc.ProductListReq.vo:type_name -> gorpc.ProductVo
|
|
|
+ 45, // 35: gorpc.ProductListResp.list:type_name -> gorpc.ProductVo
|
|
|
+ 3, // 36: gorpc.ProductParamVo.editable:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 37: gorpc.ProductParamVo.nullable:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 38: gorpc.ProductParamVo.hidden:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 39: gorpc.ProductParamVo.mutiLang:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 40: gorpc.ProductParamVo.apiExport:type_name -> gorpc.BoolInt
|
|
|
+ 39, // 41: gorpc.ProductParamVo.i18ns:type_name -> gorpc.I18nVo
|
|
|
+ 48, // 42: gorpc.ProductParamGetReq.vo:type_name -> gorpc.ProductParamVo
|
|
|
+ 8, // 43: gorpc.ProductParamListReq.page:type_name -> gorpc.Page
|
|
|
+ 48, // 44: gorpc.ProductParamListReq.vo:type_name -> gorpc.ProductParamVo
|
|
|
+ 48, // 45: gorpc.ProductParamListResp.list:type_name -> gorpc.ProductParamVo
|
|
|
+ 2, // 46: gorpc.ProductActionVo.status:type_name -> gorpc.Status
|
|
|
+ 52, // 47: gorpc.ProductActionReq.vo:type_name -> gorpc.ProductActionVo
|
|
|
+ 8, // 48: gorpc.ProductActionListReq.page:type_name -> gorpc.Page
|
|
|
+ 52, // 49: gorpc.ProductActionListReq.vo:type_name -> gorpc.ProductActionVo
|
|
|
+ 52, // 50: gorpc.ProductActionListResp.list:type_name -> gorpc.ProductActionVo
|
|
|
+ 2, // 51: gorpc.AreaParamVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 52: gorpc.AreaParamListReq.page:type_name -> gorpc.Page
|
|
|
+ 56, // 53: gorpc.AreaParamListReq.vo:type_name -> gorpc.AreaParamVo
|
|
|
+ 56, // 54: gorpc.AreaParamListResp.list:type_name -> gorpc.AreaParamVo
|
|
|
+ 2, // 55: gorpc.NationalLanguageVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 56: gorpc.NationalLanguageListReq.page:type_name -> gorpc.Page
|
|
|
+ 59, // 57: gorpc.NationalLanguageListReq.vo:type_name -> gorpc.NationalLanguageVo
|
|
|
+ 59, // 58: gorpc.NationalLanguageListResp.list:type_name -> gorpc.NationalLanguageVo
|
|
|
+ 39, // 59: gorpc.TipVo.i18ns:type_name -> gorpc.I18nVo
|
|
|
+ 62, // 60: gorpc.TipGetReq.vo:type_name -> gorpc.TipVo
|
|
|
+ 8, // 61: gorpc.TipListReq.page:type_name -> gorpc.Page
|
|
|
+ 62, // 62: gorpc.TipListReq.vo:type_name -> gorpc.TipVo
|
|
|
+ 62, // 63: gorpc.TipListResp.list:type_name -> gorpc.TipVo
|
|
|
+ 2, // 64: gorpc.DictVo.status:type_name -> gorpc.Status
|
|
|
+ 66, // 65: gorpc.DictGetReq.vo:type_name -> gorpc.DictVo
|
|
|
+ 8, // 66: gorpc.DictListReq.page:type_name -> gorpc.Page
|
|
|
+ 66, // 67: gorpc.DictListReq.vo:type_name -> gorpc.DictVo
|
|
|
+ 66, // 68: gorpc.DictListResp.list:type_name -> gorpc.DictVo
|
|
|
+ 2, // 69: gorpc.UpgradePkgPlanVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 70: gorpc.UpgradePkgPlanListReq.page:type_name -> gorpc.Page
|
|
|
+ 70, // 71: gorpc.UpgradePkgPlanListReq.vo:type_name -> gorpc.UpgradePkgPlanVo
|
|
|
+ 70, // 72: gorpc.UpgradePkgPlanListResp.list:type_name -> gorpc.UpgradePkgPlanVo
|
|
|
+ 2, // 73: gorpc.UpgradePkgPlanDetailVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 74: gorpc.UpgradePkgPlanDetailListReq.page:type_name -> gorpc.Page
|
|
|
+ 73, // 75: gorpc.UpgradePkgPlanDetailListReq.vo:type_name -> gorpc.UpgradePkgPlanDetailVo
|
|
|
+ 73, // 76: gorpc.UpgradePkgPlanDetailListResp.list:type_name -> gorpc.UpgradePkgPlanDetailVo
|
|
|
+ 2, // 77: gorpc.UpgradeResPlanVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 78: gorpc.UpgradeResPlanListReq.page:type_name -> gorpc.Page
|
|
|
+ 76, // 79: gorpc.UpgradeResPlanListReq.vo:type_name -> gorpc.UpgradeResPlanVo
|
|
|
+ 76, // 80: gorpc.UpgradeResPlanListResp.list:type_name -> gorpc.UpgradeResPlanVo
|
|
|
+ 2, // 81: gorpc.UpgradeResPlanDetailVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 82: gorpc.UpgradeResPlanDetailListReq.page:type_name -> gorpc.Page
|
|
|
+ 79, // 83: gorpc.UpgradeResPlanDetailListReq.vo:type_name -> gorpc.UpgradeResPlanDetailVo
|
|
|
+ 79, // 84: gorpc.UpgradeResPlanDetailListResp.list:type_name -> gorpc.UpgradeResPlanDetailVo
|
|
|
+ 2, // 85: gorpc.AdPlanVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 86: gorpc.AdPlanListReq.page:type_name -> gorpc.Page
|
|
|
+ 82, // 87: gorpc.AdPlanListReq.vo:type_name -> gorpc.AdPlanVo
|
|
|
+ 82, // 88: gorpc.AdPlanListResp.list:type_name -> gorpc.AdPlanVo
|
|
|
+ 2, // 89: gorpc.AdPlanDetailVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 90: gorpc.AdPlanDetailListReq.page:type_name -> gorpc.Page
|
|
|
+ 85, // 91: gorpc.AdPlanDetailListReq.vo:type_name -> gorpc.AdPlanDetailVo
|
|
|
+ 85, // 92: gorpc.AdPlanDetailListResp.list:type_name -> gorpc.AdPlanDetailVo
|
|
|
+ 90, // 93: gorpc.JobBatchWithTasksVo.jobBatch:type_name -> gorpc.JobBatchVo
|
|
|
+ 96, // 94: gorpc.JobBatchWithTasksVo.jobTasks:type_name -> gorpc.JobTasksVo
|
|
|
+ 8, // 95: gorpc.JobBatchListReq.page:type_name -> gorpc.Page
|
|
|
+ 90, // 96: gorpc.JobBatchListReq.vo:type_name -> gorpc.JobBatchVo
|
|
|
+ 92, // 97: gorpc.JobBatchListReq.startedTimeRange:type_name -> gorpc.TimeRange
|
|
|
+ 92, // 98: gorpc.JobBatchListReq.finishedTimeRange:type_name -> gorpc.TimeRange
|
|
|
+ 90, // 99: gorpc.JobBatchListResp.list:type_name -> gorpc.JobBatchVo
|
|
|
+ 91, // 100: gorpc.JobBatchListWithTasksResp.list:type_name -> gorpc.JobBatchWithTasksVo
|
|
|
+ 8, // 101: gorpc.JobTasksListReq.page:type_name -> gorpc.Page
|
|
|
+ 96, // 102: gorpc.JobTasksListReq.vo:type_name -> gorpc.JobTasksVo
|
|
|
+ 92, // 103: gorpc.JobTasksListReq.startedTimeRange:type_name -> gorpc.TimeRange
|
|
|
+ 92, // 104: gorpc.JobTasksListReq.finishedTimeRange:type_name -> gorpc.TimeRange
|
|
|
+ 96, // 105: gorpc.JobTasksListResp.list:type_name -> gorpc.JobTasksVo
|
|
|
+ 2, // 106: gorpc.DeployConfigVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 107: gorpc.DeployConfigListReq.page:type_name -> gorpc.Page
|
|
|
+ 99, // 108: gorpc.DeployConfigListReq.vo:type_name -> gorpc.DeployConfigVo
|
|
|
+ 99, // 109: gorpc.DeployConfigListResp.list:type_name -> gorpc.DeployConfigVo
|
|
|
+ 8, // 110: gorpc.OperationLogListReq.page:type_name -> gorpc.Page
|
|
|
+ 102, // 111: gorpc.OperationLogListReq.vo:type_name -> gorpc.OperationLogVo
|
|
|
+ 102, // 112: gorpc.OperationLogListResp.list:type_name -> gorpc.OperationLogVo
|
|
|
+ 2, // 113: gorpc.AnnouncePlanVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 114: gorpc.AnnouncePlanListReq.page:type_name -> gorpc.Page
|
|
|
+ 105, // 115: gorpc.AnnouncePlanListReq.vo:type_name -> gorpc.AnnouncePlanVo
|
|
|
+ 105, // 116: gorpc.AnnouncePlanListResp.list:type_name -> gorpc.AnnouncePlanVo
|
|
|
+ 2, // 117: gorpc.AnnouncePlanDetailVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 118: gorpc.AnnouncePlanDetailListReq.page:type_name -> gorpc.Page
|
|
|
+ 108, // 119: gorpc.AnnouncePlanDetailListReq.vo:type_name -> gorpc.AnnouncePlanDetailVo
|
|
|
+ 108, // 120: gorpc.AnnouncePlanDetailListResp.list:type_name -> gorpc.AnnouncePlanDetailVo
|
|
|
+ 2, // 121: gorpc.ServiceTypesVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 122: gorpc.ServiceTypesListReq.page:type_name -> gorpc.Page
|
|
|
+ 111, // 123: gorpc.ServiceTypesListReq.vo:type_name -> gorpc.ServiceTypesVo
|
|
|
+ 111, // 124: gorpc.ServiceTypesListResp.list:type_name -> gorpc.ServiceTypesVo
|
|
|
+ 111, // 125: gorpc.ServiceTypesAddReq.vo:type_name -> gorpc.ServiceTypesVo
|
|
|
+ 111, // 126: gorpc.ServiceTypesUpdateReq.vo:type_name -> gorpc.ServiceTypesVo
|
|
|
+ 3, // 127: gorpc.ServiceSetsVo.display:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 128: gorpc.ServiceSetsVo.isDefault:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 129: gorpc.ServiceSetsVo.recommend:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 130: gorpc.ServiceSetsVo.hidden:type_name -> gorpc.BoolInt
|
|
|
+ 2, // 131: gorpc.ServiceSetsVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 132: gorpc.ServiceSetsListReq.page:type_name -> gorpc.Page
|
|
|
+ 118, // 133: gorpc.ServiceSetsListReq.vo:type_name -> gorpc.ServiceSetsVo
|
|
|
+ 118, // 134: gorpc.ServiceSetsListResp.list:type_name -> gorpc.ServiceSetsVo
|
|
|
+ 118, // 135: gorpc.ServiceSetsAddReq.vo:type_name -> gorpc.ServiceSetsVo
|
|
|
+ 118, // 136: gorpc.ServiceSetsUpdateReq.vo:type_name -> gorpc.ServiceSetsVo
|
|
|
+ 8, // 137: gorpc.MessagePushListReq.page:type_name -> gorpc.Page
|
|
|
+ 125, // 138: gorpc.MessagePushListReq.vo:type_name -> gorpc.MessagePushVo
|
|
|
+ 125, // 139: gorpc.MessagePushListResp.list:type_name -> gorpc.MessagePushVo
|
|
|
+ 2, // 140: gorpc.ShortDramaEpisodeVo.status:type_name -> gorpc.Status
|
|
|
+ 128, // 141: gorpc.ShortDramaEpisodeGetReq.vo:type_name -> gorpc.ShortDramaEpisodeVo
|
|
|
+ 8, // 142: gorpc.ShortDramaEpisodeListReq.page:type_name -> gorpc.Page
|
|
|
+ 128, // 143: gorpc.ShortDramaEpisodeListReq.vo:type_name -> gorpc.ShortDramaEpisodeVo
|
|
|
+ 128, // 144: gorpc.ShortDramaEpisodeListResp.list:type_name -> gorpc.ShortDramaEpisodeVo
|
|
|
+ 128, // 145: gorpc.ShortDramaEpisodeBatchAddReq.episodes:type_name -> gorpc.ShortDramaEpisodeVo
|
|
|
+ 134, // 146: gorpc.ShortDramaVo.shortDramaLanguages:type_name -> gorpc.ShortDramaLanguageVo
|
|
|
+ 135, // 147: gorpc.ShortDramaGetReq.vo:type_name -> gorpc.ShortDramaVo
|
|
|
+ 8, // 148: gorpc.ShortDramaListReq.page:type_name -> gorpc.Page
|
|
|
+ 135, // 149: gorpc.ShortDramaListReq.vo:type_name -> gorpc.ShortDramaVo
|
|
|
+ 135, // 150: gorpc.ShortDramaListResp.list:type_name -> gorpc.ShortDramaVo
|
|
|
+ 8, // 151: gorpc.ShortDramaLanguageListReq.page:type_name -> gorpc.Page
|
|
|
+ 134, // 152: gorpc.ShortDramaLanguageListReq.vo:type_name -> gorpc.ShortDramaLanguageVo
|
|
|
+ 134, // 153: gorpc.ShortDramaLanguageListResp.list:type_name -> gorpc.ShortDramaLanguageVo
|
|
|
+ 8, // 154: gorpc.ShortDramaEpisodeCountReq.page:type_name -> gorpc.Page
|
|
|
+ 2, // 155: gorpc.ShortDramaEpisodeCountReq.status:type_name -> gorpc.Status
|
|
|
+ 141, // 156: gorpc.ShortDramaEpisodeCountResp.list:type_name -> gorpc.ShortDramaEpisodeCountVo
|
|
|
+ 8, // 157: gorpc.ShortDramaStatsPlaysTotalListReq.page:type_name -> gorpc.Page
|
|
|
+ 148, // 158: gorpc.ShortDramaStatsPlaysTotalListResp.list:type_name -> gorpc.ShortDramaStatsPlaysTotalVo
|
|
|
+ 3, // 159: gorpc.SysUserVo.isSuperAdmin:type_name -> gorpc.BoolInt
|
|
|
+ 2, // 160: gorpc.SysUserVo.status:type_name -> gorpc.Status
|
|
|
+ 2, // 161: gorpc.SysRoleVo.status:type_name -> gorpc.Status
|
|
|
+ 2, // 162: gorpc.SysPermVo.status:type_name -> gorpc.Status
|
|
|
+ 151, // 163: gorpc.SysUserWithRoleIdsAndPermRules.user:type_name -> gorpc.SysUserVo
|
|
|
+ 157, // 164: gorpc.SysUserWithRoleIdsAndPermRules.permRules:type_name -> gorpc.SysPermRule
|
|
|
+ 151, // 165: gorpc.SysUserWithRolesAndPerms.user:type_name -> gorpc.SysUserVo
|
|
|
+ 152, // 166: gorpc.SysUserWithRolesAndPerms.roles:type_name -> gorpc.SysRoleVo
|
|
|
+ 153, // 167: gorpc.SysUserWithRolesAndPerms.perms:type_name -> gorpc.SysPermVo
|
|
|
+ 151, // 168: gorpc.SysUserGetReq.vo:type_name -> gorpc.SysUserVo
|
|
|
+ 8, // 169: gorpc.SysUserListReq.page:type_name -> gorpc.Page
|
|
|
+ 151, // 170: gorpc.SysUserListReq.vo:type_name -> gorpc.SysUserVo
|
|
|
+ 151, // 171: gorpc.SysUserListResp.list:type_name -> gorpc.SysUserVo
|
|
|
+ 159, // 172: gorpc.SysUserListWithRolesAndPermsResp.list:type_name -> gorpc.SysUserWithRolesAndPerms
|
|
|
+ 152, // 173: gorpc.SysRoleWithPermIds.role:type_name -> gorpc.SysRoleVo
|
|
|
+ 152, // 174: gorpc.SysRoleWithPerms.role:type_name -> gorpc.SysRoleVo
|
|
|
+ 153, // 175: gorpc.SysRoleWithPerms.perms:type_name -> gorpc.SysPermVo
|
|
|
+ 152, // 176: gorpc.SysRoleGetReq.vo:type_name -> gorpc.SysRoleVo
|
|
|
+ 8, // 177: gorpc.SysRoleListReq.page:type_name -> gorpc.Page
|
|
|
+ 152, // 178: gorpc.SysRoleListReq.vo:type_name -> gorpc.SysRoleVo
|
|
|
+ 152, // 179: gorpc.SysRoleListResp.list:type_name -> gorpc.SysRoleVo
|
|
|
+ 165, // 180: gorpc.SysRoleListWithPermsResp.list:type_name -> gorpc.SysRoleWithPerms
|
|
|
+ 153, // 181: gorpc.SysPermGetReq.vo:type_name -> gorpc.SysPermVo
|
|
|
+ 8, // 182: gorpc.SysPermListReq.page:type_name -> gorpc.Page
|
|
|
+ 153, // 183: gorpc.SysPermListReq.vo:type_name -> gorpc.SysPermVo
|
|
|
+ 153, // 184: gorpc.SysPermListResp.list:type_name -> gorpc.SysPermVo
|
|
|
+ 154, // 185: gorpc.SysUserRoleGetReq.vo:type_name -> gorpc.SysUserRoleVo
|
|
|
+ 8, // 186: gorpc.SysUserRoleListReq.page:type_name -> gorpc.Page
|
|
|
+ 154, // 187: gorpc.SysUserRoleListReq.vo:type_name -> gorpc.SysUserRoleVo
|
|
|
+ 154, // 188: gorpc.SysUserRoleListResp.list:type_name -> gorpc.SysUserRoleVo
|
|
|
+ 155, // 189: gorpc.SysRolePermGetReq.vo:type_name -> gorpc.SysRolePermVo
|
|
|
+ 8, // 190: gorpc.SysRolePermListReq.page:type_name -> gorpc.Page
|
|
|
+ 155, // 191: gorpc.SysRolePermListReq.vo:type_name -> gorpc.SysRolePermVo
|
|
|
+ 155, // 192: gorpc.SysRolePermListResp.list:type_name -> gorpc.SysRolePermVo
|
|
|
+ 156, // 193: gorpc.SysUserPermGetReq.vo:type_name -> gorpc.SysUserPermVo
|
|
|
+ 8, // 194: gorpc.SysUserPermListReq.page:type_name -> gorpc.Page
|
|
|
+ 156, // 195: gorpc.SysUserPermListReq.vo:type_name -> gorpc.SysUserPermVo
|
|
|
+ 156, // 196: gorpc.SysUserPermListResp.list:type_name -> gorpc.SysUserPermVo
|
|
|
+ 3, // 197: gorpc.AccountVo.whitelistUser:type_name -> gorpc.BoolInt
|
|
|
+ 3, // 198: gorpc.AccountVo.activated:type_name -> gorpc.BoolInt
|
|
|
+ 2, // 199: gorpc.AccountVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 200: gorpc.AccountListReq.page:type_name -> gorpc.Page
|
|
|
+ 182, // 201: gorpc.AccountListReq.vo:type_name -> gorpc.AccountVo
|
|
|
+ 182, // 202: gorpc.AccountListResp.list:type_name -> gorpc.AccountVo
|
|
|
+ 8, // 203: gorpc.AccountDeviceListReq.page:type_name -> gorpc.Page
|
|
|
+ 185, // 204: gorpc.AccountDeviceListReq.vo:type_name -> gorpc.AccountDeviceVo
|
|
|
+ 185, // 205: gorpc.AccountDeviceListResp.list:type_name -> gorpc.AccountDeviceVo
|
|
|
+ 2, // 206: gorpc.DeviceVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 207: gorpc.DeviceListReq.page:type_name -> gorpc.Page
|
|
|
+ 188, // 208: gorpc.DeviceListReq.vo:type_name -> gorpc.DeviceVo
|
|
|
+ 188, // 209: gorpc.DeviceListRes.list:type_name -> gorpc.DeviceVo
|
|
|
+ 2, // 210: gorpc.UserAppConfigVo.status:type_name -> gorpc.Status
|
|
|
+ 191, // 211: gorpc.UserAppConfigGetReq.vo:type_name -> gorpc.UserAppConfigVo
|
|
|
+ 8, // 212: gorpc.UserAppConfigListReq.page:type_name -> gorpc.Page
|
|
|
+ 191, // 213: gorpc.UserAppConfigListReq.vo:type_name -> gorpc.UserAppConfigVo
|
|
|
+ 191, // 214: gorpc.UserAppConfigListRes.list:type_name -> gorpc.UserAppConfigVo
|
|
|
+ 2, // 215: gorpc.VpnTagVo.status:type_name -> gorpc.Status
|
|
|
+ 195, // 216: gorpc.VpnTagGetReq.vo:type_name -> gorpc.VpnTagVo
|
|
|
+ 8, // 217: gorpc.VpnTagListReq.page:type_name -> gorpc.Page
|
|
|
+ 195, // 218: gorpc.VpnTagListReq.vo:type_name -> gorpc.VpnTagVo
|
|
|
+ 195, // 219: gorpc.VpnTagListResp.list:type_name -> gorpc.VpnTagVo
|
|
|
+ 195, // 220: gorpc.VpnTagBatchAddReq.list:type_name -> gorpc.VpnTagVo
|
|
|
+ 195, // 221: gorpc.VpnTagBatchAddResp.list:type_name -> gorpc.VpnTagVo
|
|
|
+ 195, // 222: gorpc.VpnTagBatchUpdateReq.list:type_name -> gorpc.VpnTagVo
|
|
|
+ 195, // 223: gorpc.VpnTagBatchUpdateResp.list:type_name -> gorpc.VpnTagVo
|
|
|
+ 2, // 224: gorpc.VpnGroupVo.status:type_name -> gorpc.Status
|
|
|
+ 204, // 225: gorpc.VpnGroupExVo.vo:type_name -> gorpc.VpnGroupVo
|
|
|
+ 204, // 226: gorpc.VpnGroupAddReq.vo:type_name -> gorpc.VpnGroupVo
|
|
|
+ 204, // 227: gorpc.VpnGroupGetReq.vo:type_name -> gorpc.VpnGroupVo
|
|
|
+ 8, // 228: gorpc.VpnGroupListReq.page:type_name -> gorpc.Page
|
|
|
+ 204, // 229: gorpc.VpnGroupListReq.vo:type_name -> gorpc.VpnGroupVo
|
|
|
+ 204, // 230: gorpc.VpnGroupListResp.list:type_name -> gorpc.VpnGroupVo
|
|
|
+ 205, // 231: gorpc.VpnGroupBatchAddReq.list:type_name -> gorpc.VpnGroupExVo
|
|
|
+ 205, // 232: gorpc.VpnGroupBatchAddResp.list:type_name -> gorpc.VpnGroupExVo
|
|
|
+ 205, // 233: gorpc.VpnGroupBatchUpdateReq.list:type_name -> gorpc.VpnGroupExVo
|
|
|
+ 205, // 234: gorpc.VpnGroupBatchUpdateResp.list:type_name -> gorpc.VpnGroupExVo
|
|
|
+ 8, // 235: gorpc.VpnGroupTagListReq.page:type_name -> gorpc.Page
|
|
|
+ 215, // 236: gorpc.VpnGroupTagListReq.vo:type_name -> gorpc.VpnGroupTagVo
|
|
|
+ 215, // 237: gorpc.VpnGroupTagListResp.list:type_name -> gorpc.VpnGroupTagVo
|
|
|
+ 2, // 238: gorpc.VpnLocationVo.status:type_name -> gorpc.Status
|
|
|
+ 218, // 239: gorpc.VpnLocationExVo.vo:type_name -> gorpc.VpnLocationVo
|
|
|
+ 218, // 240: gorpc.VpnLocationGetReq.vo:type_name -> gorpc.VpnLocationVo
|
|
|
+ 8, // 241: gorpc.VpnLocationListReq.page:type_name -> gorpc.Page
|
|
|
+ 219, // 242: gorpc.VpnLocationListReq.vo:type_name -> gorpc.VpnLocationExVo
|
|
|
+ 219, // 243: gorpc.VpnLocationListResp.list:type_name -> gorpc.VpnLocationExVo
|
|
|
+ 218, // 244: gorpc.VpnLocationBatchAddReq.list:type_name -> gorpc.VpnLocationVo
|
|
|
+ 219, // 245: gorpc.VpnLocationBatchAddResp.list:type_name -> gorpc.VpnLocationExVo
|
|
|
+ 218, // 246: gorpc.VpnLocationBatchUpdateReq.list:type_name -> gorpc.VpnLocationVo
|
|
|
+ 219, // 247: gorpc.VpnLocationBatchUpdateResp.list:type_name -> gorpc.VpnLocationExVo
|
|
|
+ 2, // 248: gorpc.VpnServerVo.status:type_name -> gorpc.Status
|
|
|
+ 228, // 249: gorpc.VpnServerExVo.vo:type_name -> gorpc.VpnServerVo
|
|
|
+ 8, // 250: gorpc.VpnServerListReq.page:type_name -> gorpc.Page
|
|
|
+ 228, // 251: gorpc.VpnServerListReq.vo:type_name -> gorpc.VpnServerVo
|
|
|
+ 228, // 252: gorpc.VpnServerListResp.list:type_name -> gorpc.VpnServerVo
|
|
|
+ 229, // 253: gorpc.VpnServerExListResp.list:type_name -> gorpc.VpnServerExVo
|
|
|
+ 228, // 254: gorpc.VpnServerAddReq.vo:type_name -> gorpc.VpnServerVo
|
|
|
+ 229, // 255: gorpc.VpnServerBatchAddReq.list:type_name -> gorpc.VpnServerExVo
|
|
|
+ 229, // 256: gorpc.VpnServerBatchAddResp.list:type_name -> gorpc.VpnServerExVo
|
|
|
+ 229, // 257: gorpc.VpnServerBatchUpdateReq.list:type_name -> gorpc.VpnServerExVo
|
|
|
+ 229, // 258: gorpc.VpnServerBatchUpdateResp.list:type_name -> gorpc.VpnServerExVo
|
|
|
+ 2, // 259: gorpc.VpnServerLocationVo.status:type_name -> gorpc.Status
|
|
|
+ 8, // 260: gorpc.VpnServerLocationListReq.page:type_name -> gorpc.Page
|
|
|
+ 239, // 261: gorpc.VpnServerLocationListReq.vo:type_name -> gorpc.VpnServerLocationVo
|
|
|
+ 239, // 262: gorpc.VpnServerLocationListResp.list:type_name -> gorpc.VpnServerLocationVo
|
|
|
+ 8, // 263: gorpc.VpnLocationServerCountReq.page:type_name -> gorpc.Page
|
|
|
+ 2, // 264: gorpc.VpnLocationServerCountReq.status:type_name -> gorpc.Status
|
|
|
+ 242, // 265: gorpc.VpnLocationServerCountResp.list:type_name -> gorpc.VpnLocationServerCountVo
|
|
|
+ 8, // 266: gorpc.VpnProbeTaskListReq.page:type_name -> gorpc.Page
|
|
|
+ 245, // 267: gorpc.VpnProbeTaskListReq.vo:type_name -> gorpc.VpnProbeTaskVo
|
|
|
+ 245, // 268: gorpc.VpnProbeTaskListResp.list:type_name -> gorpc.VpnProbeTaskVo
|
|
|
+ 17, // 269: gorpc.GoGameClient.GameAdd:input_type -> gorpc.GameVo
|
|
|
+ 17, // 270: gorpc.GoGameClient.GameUpdate:input_type -> gorpc.GameVo
|
|
|
+ 12, // 271: gorpc.GoGameClient.GameDel:input_type -> gorpc.Ids
|
|
|
+ 18, // 272: gorpc.GoGameClient.GameGet:input_type -> gorpc.GameReq
|
|
|
+ 19, // 273: gorpc.GoGameClient.GameList:input_type -> gorpc.GameListReq
|
|
|
+ 13, // 274: gorpc.GoGameClient.GameAll:input_type -> gorpc.Request
|
|
|
+ 29, // 275: gorpc.GoGameClient.GameRedisHScanByName:input_type -> gorpc.GameRedisHScanByNameReq
|
|
|
+ 21, // 276: gorpc.GoGameClient.RelGameRankAdd:input_type -> gorpc.RelGameRankVo
|
|
|
+ 21, // 277: gorpc.GoGameClient.RelGameRankUpdate:input_type -> gorpc.RelGameRankVo
|
|
|
+ 12, // 278: gorpc.GoGameClient.RelGameRankDel:input_type -> gorpc.Ids
|
|
|
+ 22, // 279: gorpc.GoGameClient.RelGameRankGet:input_type -> gorpc.RelGameRankReq
|
|
|
+ 23, // 280: gorpc.GoGameClient.RelGameRankList:input_type -> gorpc.RelGameRankListReq
|
|
|
+ 25, // 281: gorpc.GoGameClient.RelGameVpnGroupAdd:input_type -> gorpc.RelGameVpnGroupVo
|
|
|
+ 25, // 282: gorpc.GoGameClient.RelGameVpnGroupUpdate:input_type -> gorpc.RelGameVpnGroupVo
|
|
|
+ 12, // 283: gorpc.GoGameClient.RelGameVpnGroupDel:input_type -> gorpc.Ids
|
|
|
+ 26, // 284: gorpc.GoGameClient.RelGameVpnGroupGet:input_type -> gorpc.RelGameVpnGroupReq
|
|
|
+ 27, // 285: gorpc.GoGameClient.RelGameVpnGroupList:input_type -> gorpc.RelGameVpnGroupListReq
|
|
|
+ 32, // 286: gorpc.GoGameClient.GameCustomerList:input_type -> gorpc.GameCustomerListReq
|
|
|
+ 31, // 287: gorpc.GoGameClient.GameCustomerAdd:input_type -> gorpc.GameCustomerVo
|
|
|
+ 12, // 288: gorpc.GoGameClient.GameCustomerDel:input_type -> gorpc.Ids
|
|
|
+ 35, // 289: gorpc.GoGameClient.GameCategoryAdd:input_type -> gorpc.GameCategoryVo
|
|
|
+ 35, // 290: gorpc.GoGameClient.GameCategoryUpdate:input_type -> gorpc.GameCategoryVo
|
|
|
+ 12, // 291: gorpc.GoGameClient.GameCategoryDel:input_type -> gorpc.Ids
|
|
|
+ 36, // 292: gorpc.GoGameClient.GameCategoryGet:input_type -> gorpc.GameCategoryReq
|
|
|
+ 37, // 293: gorpc.GoGameClient.GameCategoryList:input_type -> gorpc.GameCategoryListReq
|
|
|
+ 13, // 294: gorpc.GoGameClient.GameCategoryAll:input_type -> gorpc.Request
|
|
|
+ 13, // 295: gorpc.GoPmpClient.Ping:input_type -> gorpc.Request
|
|
|
+ 41, // 296: gorpc.GoPmpClient.GlobalParamAdd:input_type -> gorpc.GlobalParamVo
|
|
|
+ 41, // 297: gorpc.GoPmpClient.GlobalParamUpdate:input_type -> gorpc.GlobalParamVo
|
|
|
+ 12, // 298: gorpc.GoPmpClient.GlobalParamDel:input_type -> gorpc.Ids
|
|
|
+ 41, // 299: gorpc.GoPmpClient.GlobalParamGet:input_type -> gorpc.GlobalParamVo
|
|
|
+ 42, // 300: gorpc.GoPmpClient.GlobalParamGetWithLang:input_type -> gorpc.GlobalParamGetReq
|
|
|
+ 43, // 301: gorpc.GoPmpClient.GlobalParamList:input_type -> gorpc.GlobalParamListReq
|
|
|
+ 45, // 302: gorpc.GoPmpClient.ProductAdd:input_type -> gorpc.ProductVo
|
|
|
+ 45, // 303: gorpc.GoPmpClient.ProductUpdate:input_type -> gorpc.ProductVo
|
|
|
+ 12, // 304: gorpc.GoPmpClient.ProductDel:input_type -> gorpc.Ids
|
|
|
+ 45, // 305: gorpc.GoPmpClient.ProductGet:input_type -> gorpc.ProductVo
|
|
|
+ 46, // 306: gorpc.GoPmpClient.ProductList:input_type -> gorpc.ProductListReq
|
|
|
+ 13, // 307: gorpc.GoPmpClient.ProductAll:input_type -> gorpc.Request
|
|
|
+ 48, // 308: gorpc.GoPmpClient.ProductParamAdd:input_type -> gorpc.ProductParamVo
|
|
|
+ 48, // 309: gorpc.GoPmpClient.ProductParamUpdate:input_type -> gorpc.ProductParamVo
|
|
|
+ 12, // 310: gorpc.GoPmpClient.ProductParamDel:input_type -> gorpc.Ids
|
|
|
+ 48, // 311: gorpc.GoPmpClient.ProductParamGet:input_type -> gorpc.ProductParamVo
|
|
|
+ 49, // 312: gorpc.GoPmpClient.ProductParamGetWithLang:input_type -> gorpc.ProductParamGetReq
|
|
|
+ 50, // 313: gorpc.GoPmpClient.ProductParamList:input_type -> gorpc.ProductParamListReq
|
|
|
+ 52, // 314: gorpc.GoPmpClient.ProductActionAdd:input_type -> gorpc.ProductActionVo
|
|
|
+ 52, // 315: gorpc.GoPmpClient.ProductActionUpdate:input_type -> gorpc.ProductActionVo
|
|
|
+ 12, // 316: gorpc.GoPmpClient.ProductActionDel:input_type -> gorpc.Ids
|
|
|
+ 53, // 317: gorpc.GoPmpClient.ProductActionGet:input_type -> gorpc.ProductActionReq
|
|
|
+ 54, // 318: gorpc.GoPmpClient.ProductActionList:input_type -> gorpc.ProductActionListReq
|
|
|
+ 56, // 319: gorpc.GoPmpClient.AreaParamAdd:input_type -> gorpc.AreaParamVo
|
|
|
+ 56, // 320: gorpc.GoPmpClient.AreaParamUpdate:input_type -> gorpc.AreaParamVo
|
|
|
+ 12, // 321: gorpc.GoPmpClient.AreaParamDel:input_type -> gorpc.Ids
|
|
|
+ 56, // 322: gorpc.GoPmpClient.AreaParamGet:input_type -> gorpc.AreaParamVo
|
|
|
+ 57, // 323: gorpc.GoPmpClient.AreaParamList:input_type -> gorpc.AreaParamListReq
|
|
|
+ 59, // 324: gorpc.GoPmpClient.NationalLanguageAdd:input_type -> gorpc.NationalLanguageVo
|
|
|
+ 59, // 325: gorpc.GoPmpClient.NationalLanguageUpdate:input_type -> gorpc.NationalLanguageVo
|
|
|
+ 12, // 326: gorpc.GoPmpClient.NationalLanguageDel:input_type -> gorpc.Ids
|
|
|
+ 59, // 327: gorpc.GoPmpClient.NationalLanguageGet:input_type -> gorpc.NationalLanguageVo
|
|
|
+ 60, // 328: gorpc.GoPmpClient.NationalLanguageList:input_type -> gorpc.NationalLanguageListReq
|
|
|
+ 62, // 329: gorpc.GoPmpClient.TipAdd:input_type -> gorpc.TipVo
|
|
|
+ 62, // 330: gorpc.GoPmpClient.TipUpdate:input_type -> gorpc.TipVo
|
|
|
+ 12, // 331: gorpc.GoPmpClient.TipDel:input_type -> gorpc.Ids
|
|
|
+ 63, // 332: gorpc.GoPmpClient.TipGet:input_type -> gorpc.TipGetReq
|
|
|
+ 64, // 333: gorpc.GoPmpClient.TipList:input_type -> gorpc.TipListReq
|
|
|
+ 66, // 334: gorpc.GoPmpClient.DictAdd:input_type -> gorpc.DictVo
|
|
|
+ 66, // 335: gorpc.GoPmpClient.DictUpdate:input_type -> gorpc.DictVo
|
|
|
+ 12, // 336: gorpc.GoPmpClient.DictDel:input_type -> gorpc.Ids
|
|
|
+ 67, // 337: gorpc.GoPmpClient.DictGet:input_type -> gorpc.DictGetReq
|
|
|
+ 68, // 338: gorpc.GoPmpClient.DictList:input_type -> gorpc.DictListReq
|
|
|
+ 70, // 339: gorpc.GoPmpClient.UpgradePkgPlanAdd:input_type -> gorpc.UpgradePkgPlanVo
|
|
|
+ 70, // 340: gorpc.GoPmpClient.UpgradePkgPlanUpdate:input_type -> gorpc.UpgradePkgPlanVo
|
|
|
+ 12, // 341: gorpc.GoPmpClient.UpgradePkgPlanDel:input_type -> gorpc.Ids
|
|
|
+ 70, // 342: gorpc.GoPmpClient.UpgradePkgPlanGet:input_type -> gorpc.UpgradePkgPlanVo
|
|
|
+ 71, // 343: gorpc.GoPmpClient.UpgradePkgPlanList:input_type -> gorpc.UpgradePkgPlanListReq
|
|
|
+ 73, // 344: gorpc.GoPmpClient.UpgradePkgPlanDetailAdd:input_type -> gorpc.UpgradePkgPlanDetailVo
|
|
|
+ 73, // 345: gorpc.GoPmpClient.UpgradePkgPlanDetailUpdate:input_type -> gorpc.UpgradePkgPlanDetailVo
|
|
|
+ 12, // 346: gorpc.GoPmpClient.UpgradePkgPlanDetailDel:input_type -> gorpc.Ids
|
|
|
+ 73, // 347: gorpc.GoPmpClient.UpgradePkgPlanDetailGet:input_type -> gorpc.UpgradePkgPlanDetailVo
|
|
|
+ 74, // 348: gorpc.GoPmpClient.UpgradePkgPlanDetailList:input_type -> gorpc.UpgradePkgPlanDetailListReq
|
|
|
+ 76, // 349: gorpc.GoPmpClient.UpgradeResPlanAdd:input_type -> gorpc.UpgradeResPlanVo
|
|
|
+ 76, // 350: gorpc.GoPmpClient.UpgradeResPlanUpdate:input_type -> gorpc.UpgradeResPlanVo
|
|
|
+ 12, // 351: gorpc.GoPmpClient.UpgradeResPlanDel:input_type -> gorpc.Ids
|
|
|
+ 76, // 352: gorpc.GoPmpClient.UpgradeResPlanGet:input_type -> gorpc.UpgradeResPlanVo
|
|
|
+ 77, // 353: gorpc.GoPmpClient.UpgradeResPlanList:input_type -> gorpc.UpgradeResPlanListReq
|
|
|
+ 79, // 354: gorpc.GoPmpClient.UpgradeResPlanDetailAdd:input_type -> gorpc.UpgradeResPlanDetailVo
|
|
|
+ 79, // 355: gorpc.GoPmpClient.UpgradeResPlanDetailUpdate:input_type -> gorpc.UpgradeResPlanDetailVo
|
|
|
+ 12, // 356: gorpc.GoPmpClient.UpgradeResPlanDetailDel:input_type -> gorpc.Ids
|
|
|
+ 79, // 357: gorpc.GoPmpClient.UpgradeResPlanDetailGet:input_type -> gorpc.UpgradeResPlanDetailVo
|
|
|
+ 80, // 358: gorpc.GoPmpClient.UpgradeResPlanDetailList:input_type -> gorpc.UpgradeResPlanDetailListReq
|
|
|
+ 82, // 359: gorpc.GoPmpClient.AdPlanAdd:input_type -> gorpc.AdPlanVo
|
|
|
+ 82, // 360: gorpc.GoPmpClient.AdPlanUpdate:input_type -> gorpc.AdPlanVo
|
|
|
+ 12, // 361: gorpc.GoPmpClient.AdPlanDel:input_type -> gorpc.Ids
|
|
|
+ 82, // 362: gorpc.GoPmpClient.AdPlanGet:input_type -> gorpc.AdPlanVo
|
|
|
+ 83, // 363: gorpc.GoPmpClient.AdPlanList:input_type -> gorpc.AdPlanListReq
|
|
|
+ 85, // 364: gorpc.GoPmpClient.AdPlanDetailAdd:input_type -> gorpc.AdPlanDetailVo
|
|
|
+ 85, // 365: gorpc.GoPmpClient.AdPlanDetailUpdate:input_type -> gorpc.AdPlanDetailVo
|
|
|
+ 12, // 366: gorpc.GoPmpClient.AdPlanDetailDel:input_type -> gorpc.Ids
|
|
|
+ 85, // 367: gorpc.GoPmpClient.AdPlanDetailGet:input_type -> gorpc.AdPlanDetailVo
|
|
|
+ 86, // 368: gorpc.GoPmpClient.AdPlanDetailList:input_type -> gorpc.AdPlanDetailListReq
|
|
|
+ 89, // 369: gorpc.GoPmpClient.AdGlobalConfigGet:input_type -> gorpc.AdGlobalConfigGetReq
|
|
|
+ 88, // 370: gorpc.GoPmpClient.AdGlobalConfigUpdate:input_type -> gorpc.AdGlobalConfigVo
|
|
|
+ 90, // 371: gorpc.GoPmpClient.JobBatchAdd:input_type -> gorpc.JobBatchVo
|
|
|
+ 91, // 372: gorpc.GoPmpClient.JobBatchAddWithTasks:input_type -> gorpc.JobBatchWithTasksVo
|
|
|
+ 90, // 373: gorpc.GoPmpClient.JobBatchUpdate:input_type -> gorpc.JobBatchVo
|
|
|
+ 12, // 374: gorpc.GoPmpClient.JobBatchDel:input_type -> gorpc.Ids
|
|
|
+ 90, // 375: gorpc.GoPmpClient.JobBatchGet:input_type -> gorpc.JobBatchVo
|
|
|
+ 90, // 376: gorpc.GoPmpClient.JobBatchGetWithTasks:input_type -> gorpc.JobBatchVo
|
|
|
+ 93, // 377: gorpc.GoPmpClient.JobBatchList:input_type -> gorpc.JobBatchListReq
|
|
|
+ 93, // 378: gorpc.GoPmpClient.JobBatchListWithTasks:input_type -> gorpc.JobBatchListReq
|
|
|
+ 96, // 379: gorpc.GoPmpClient.JobTasksAdd:input_type -> gorpc.JobTasksVo
|
|
|
+ 96, // 380: gorpc.GoPmpClient.JobTasksUpdate:input_type -> gorpc.JobTasksVo
|
|
|
+ 12, // 381: gorpc.GoPmpClient.JobTasksDel:input_type -> gorpc.Ids
|
|
|
+ 96, // 382: gorpc.GoPmpClient.JobTasksGet:input_type -> gorpc.JobTasksVo
|
|
|
+ 97, // 383: gorpc.GoPmpClient.JobTasksList:input_type -> gorpc.JobTasksListReq
|
|
|
+ 99, // 384: gorpc.GoPmpClient.DeployConfigAdd:input_type -> gorpc.DeployConfigVo
|
|
|
+ 99, // 385: gorpc.GoPmpClient.DeployConfigUpdate:input_type -> gorpc.DeployConfigVo
|
|
|
+ 12, // 386: gorpc.GoPmpClient.DeployConfigDel:input_type -> gorpc.Ids
|
|
|
+ 99, // 387: gorpc.GoPmpClient.DeployConfigGet:input_type -> gorpc.DeployConfigVo
|
|
|
+ 100, // 388: gorpc.GoPmpClient.DeployConfigList:input_type -> gorpc.DeployConfigListReq
|
|
|
+ 102, // 389: gorpc.GoPmpClient.OperationLogAdd:input_type -> gorpc.OperationLogVo
|
|
|
+ 102, // 390: gorpc.GoPmpClient.OperationLogUpdate:input_type -> gorpc.OperationLogVo
|
|
|
+ 102, // 391: gorpc.GoPmpClient.OperationLogGet:input_type -> gorpc.OperationLogVo
|
|
|
+ 103, // 392: gorpc.GoPmpClient.OperationLogList:input_type -> gorpc.OperationLogListReq
|
|
|
+ 105, // 393: gorpc.GoPmpClient.AnnouncePlanAdd:input_type -> gorpc.AnnouncePlanVo
|
|
|
+ 105, // 394: gorpc.GoPmpClient.AnnouncePlanUpdate:input_type -> gorpc.AnnouncePlanVo
|
|
|
+ 12, // 395: gorpc.GoPmpClient.AnnouncePlanDel:input_type -> gorpc.Ids
|
|
|
+ 105, // 396: gorpc.GoPmpClient.AnnouncePlanGet:input_type -> gorpc.AnnouncePlanVo
|
|
|
+ 106, // 397: gorpc.GoPmpClient.AnnouncePlanList:input_type -> gorpc.AnnouncePlanListReq
|
|
|
+ 108, // 398: gorpc.GoPmpClient.AnnouncePlanDetailAdd:input_type -> gorpc.AnnouncePlanDetailVo
|
|
|
+ 108, // 399: gorpc.GoPmpClient.AnnouncePlanDetailUpdate:input_type -> gorpc.AnnouncePlanDetailVo
|
|
|
+ 12, // 400: gorpc.GoPmpClient.AnnouncePlanDetailDel:input_type -> gorpc.Ids
|
|
|
+ 108, // 401: gorpc.GoPmpClient.AnnouncePlanDetailGet:input_type -> gorpc.AnnouncePlanDetailVo
|
|
|
+ 109, // 402: gorpc.GoPmpClient.AnnouncePlanDetailList:input_type -> gorpc.AnnouncePlanDetailListReq
|
|
|
+ 115, // 403: gorpc.GoPmpClient.ServiceTypesAdd:input_type -> gorpc.ServiceTypesAddReq
|
|
|
+ 116, // 404: gorpc.GoPmpClient.ServiceTypesUpdate:input_type -> gorpc.ServiceTypesUpdateReq
|
|
|
+ 117, // 405: gorpc.GoPmpClient.ServiceTypesDel:input_type -> gorpc.ServiceTypesDelReq
|
|
|
+ 112, // 406: gorpc.GoPmpClient.ServiceTypesGet:input_type -> gorpc.ServiceTypesGetReq
|
|
|
+ 113, // 407: gorpc.GoPmpClient.ServiceTypesList:input_type -> gorpc.ServiceTypesListReq
|
|
|
+ 122, // 408: gorpc.GoPmpClient.ServiceSetsAdd:input_type -> gorpc.ServiceSetsAddReq
|
|
|
+ 123, // 409: gorpc.GoPmpClient.ServiceSetsUpdate:input_type -> gorpc.ServiceSetsUpdateReq
|
|
|
+ 124, // 410: gorpc.GoPmpClient.ServiceSetsDel:input_type -> gorpc.ServiceSetsDelReq
|
|
|
+ 119, // 411: gorpc.GoPmpClient.ServiceSetsGet:input_type -> gorpc.ServiceSetsGetReq
|
|
|
+ 120, // 412: gorpc.GoPmpClient.ServiceSetsList:input_type -> gorpc.ServiceSetsListReq
|
|
|
+ 125, // 413: gorpc.GoPmpClient.MessagePushAdd:input_type -> gorpc.MessagePushVo
|
|
|
+ 125, // 414: gorpc.GoPmpClient.MessagePushUpdate:input_type -> gorpc.MessagePushVo
|
|
|
+ 126, // 415: gorpc.GoPmpClient.MessagePushList:input_type -> gorpc.MessagePushListReq
|
|
|
+ 135, // 416: gorpc.GoShortDramaClient.ShortDramaAdd:input_type -> gorpc.ShortDramaVo
|
|
|
+ 135, // 417: gorpc.GoShortDramaClient.ShortDramaUpdate:input_type -> gorpc.ShortDramaVo
|
|
|
+ 12, // 418: gorpc.GoShortDramaClient.ShortDramaDel:input_type -> gorpc.Ids
|
|
|
+ 136, // 419: gorpc.GoShortDramaClient.ShortDramaGet:input_type -> gorpc.ShortDramaGetReq
|
|
|
+ 137, // 420: gorpc.GoShortDramaClient.ShortDramaList:input_type -> gorpc.ShortDramaListReq
|
|
|
+ 146, // 421: gorpc.GoShortDramaClient.ShortDramaUpdateModifier:input_type -> gorpc.ShortDramaUpdateModifierReq
|
|
|
+ 139, // 422: gorpc.GoShortDramaClient.ShortDramaLanguageList:input_type -> gorpc.ShortDramaLanguageListReq
|
|
|
+ 128, // 423: gorpc.GoShortDramaClient.ShortDramaEpisodeAdd:input_type -> gorpc.ShortDramaEpisodeVo
|
|
|
+ 132, // 424: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchAdd:input_type -> gorpc.ShortDramaEpisodeBatchAddReq
|
|
|
+ 128, // 425: gorpc.GoShortDramaClient.ShortDramaEpisodeUpdate:input_type -> gorpc.ShortDramaEpisodeVo
|
|
|
+ 12, // 426: gorpc.GoShortDramaClient.ShortDramaEpisodeDel:input_type -> gorpc.Ids
|
|
|
+ 129, // 427: gorpc.GoShortDramaClient.ShortDramaEpisodeGet:input_type -> gorpc.ShortDramaEpisodeGetReq
|
|
|
+ 130, // 428: gorpc.GoShortDramaClient.ShortDramaEpisodeList:input_type -> gorpc.ShortDramaEpisodeListReq
|
|
|
+ 133, // 429: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchRefreshUpdateTime:input_type -> gorpc.ShortDramaEpisodeBatchRefreshUpdateTimeReq
|
|
|
+ 142, // 430: gorpc.GoShortDramaClient.ShortDramaEpisodeCount:input_type -> gorpc.ShortDramaEpisodeCountReq
|
|
|
+ 144, // 431: gorpc.GoShortDramaClient.ShortDramaCheckName:input_type -> gorpc.ShortDramaCheckNameReq
|
|
|
+ 147, // 432: gorpc.GoShortDramaClient.SetTotalStats:input_type -> gorpc.SetTotalStatsReq
|
|
|
+ 149, // 433: gorpc.GoShortDramaClient.ShortDramaStatsPlaysTotalList:input_type -> gorpc.ShortDramaStatsPlaysTotalListReq
|
|
|
+ 13, // 434: gorpc.GoSysClient.Ping:input_type -> gorpc.Request
|
|
|
+ 151, // 435: gorpc.GoSysClient.SysUserAdd:input_type -> gorpc.SysUserVo
|
|
|
+ 151, // 436: gorpc.GoSysClient.SysUserUpdate:input_type -> gorpc.SysUserVo
|
|
|
+ 12, // 437: gorpc.GoSysClient.SysUserDelete:input_type -> gorpc.Ids
|
|
|
+ 160, // 438: gorpc.GoSysClient.SysUserGet:input_type -> gorpc.SysUserGetReq
|
|
|
+ 161, // 439: gorpc.GoSysClient.SysUserList:input_type -> gorpc.SysUserListReq
|
|
|
+ 158, // 440: gorpc.GoSysClient.SysUserAddWithRolesAndPerms:input_type -> gorpc.SysUserWithRoleIdsAndPermRules
|
|
|
+ 158, // 441: gorpc.GoSysClient.SysUserUpdateWithRolesAndPerms:input_type -> gorpc.SysUserWithRoleIdsAndPermRules
|
|
|
+ 160, // 442: gorpc.GoSysClient.SysUserGetWithRolesAndPerms:input_type -> gorpc.SysUserGetReq
|
|
|
+ 161, // 443: gorpc.GoSysClient.SysUserListWithRolesAndPerms:input_type -> gorpc.SysUserListReq
|
|
|
+ 152, // 444: gorpc.GoSysClient.SysRoleAdd:input_type -> gorpc.SysRoleVo
|
|
|
+ 152, // 445: gorpc.GoSysClient.SysRoleUpdate:input_type -> gorpc.SysRoleVo
|
|
|
+ 12, // 446: gorpc.GoSysClient.SysRoleDelete:input_type -> gorpc.Ids
|
|
|
+ 166, // 447: gorpc.GoSysClient.SysRoleGet:input_type -> gorpc.SysRoleGetReq
|
|
|
+ 167, // 448: gorpc.GoSysClient.SysRoleList:input_type -> gorpc.SysRoleListReq
|
|
|
+ 164, // 449: gorpc.GoSysClient.SysRoleAddWithPerms:input_type -> gorpc.SysRoleWithPermIds
|
|
|
+ 164, // 450: gorpc.GoSysClient.SysRoleUpdateWithPerms:input_type -> gorpc.SysRoleWithPermIds
|
|
|
+ 166, // 451: gorpc.GoSysClient.SysRoleGetWithPerms:input_type -> gorpc.SysRoleGetReq
|
|
|
+ 167, // 452: gorpc.GoSysClient.SysRoleListWithPerms:input_type -> gorpc.SysRoleListReq
|
|
|
+ 153, // 453: gorpc.GoSysClient.SysPermAdd:input_type -> gorpc.SysPermVo
|
|
|
+ 153, // 454: gorpc.GoSysClient.SysPermUpdate:input_type -> gorpc.SysPermVo
|
|
|
+ 12, // 455: gorpc.GoSysClient.SysPermDelete:input_type -> gorpc.Ids
|
|
|
+ 170, // 456: gorpc.GoSysClient.SysPermGet:input_type -> gorpc.SysPermGetReq
|
|
|
+ 171, // 457: gorpc.GoSysClient.SysPermList:input_type -> gorpc.SysPermListReq
|
|
|
+ 154, // 458: gorpc.GoSysClient.SysUserRoleAdd:input_type -> gorpc.SysUserRoleVo
|
|
|
+ 154, // 459: gorpc.GoSysClient.SysUserRoleUpdate:input_type -> gorpc.SysUserRoleVo
|
|
|
+ 12, // 460: gorpc.GoSysClient.SysUserRoleDelete:input_type -> gorpc.Ids
|
|
|
+ 173, // 461: gorpc.GoSysClient.SysUserRoleGet:input_type -> gorpc.SysUserRoleGetReq
|
|
|
+ 174, // 462: gorpc.GoSysClient.SysUserRoleList:input_type -> gorpc.SysUserRoleListReq
|
|
|
+ 155, // 463: gorpc.GoSysClient.SysRolePermAdd:input_type -> gorpc.SysRolePermVo
|
|
|
+ 155, // 464: gorpc.GoSysClient.SysRolePermUpdate:input_type -> gorpc.SysRolePermVo
|
|
|
+ 12, // 465: gorpc.GoSysClient.SysRolePermDelete:input_type -> gorpc.Ids
|
|
|
+ 176, // 466: gorpc.GoSysClient.SysRolePermGet:input_type -> gorpc.SysRolePermGetReq
|
|
|
+ 177, // 467: gorpc.GoSysClient.SysRolePermList:input_type -> gorpc.SysRolePermListReq
|
|
|
+ 156, // 468: gorpc.GoSysClient.SysUserPermAdd:input_type -> gorpc.SysUserPermVo
|
|
|
+ 156, // 469: gorpc.GoSysClient.SysUserPermUpdate:input_type -> gorpc.SysUserPermVo
|
|
|
+ 12, // 470: gorpc.GoSysClient.SysUserPermDelete:input_type -> gorpc.Ids
|
|
|
+ 179, // 471: gorpc.GoSysClient.SysUserPermGet:input_type -> gorpc.SysUserPermGetReq
|
|
|
+ 180, // 472: gorpc.GoSysClient.SysUserPermList:input_type -> gorpc.SysUserPermListReq
|
|
|
+ 13, // 473: gorpc.GoUserClient.Ping:input_type -> gorpc.Request
|
|
|
+ 191, // 474: gorpc.GoUserClient.UserAppConfigAdd:input_type -> gorpc.UserAppConfigVo
|
|
|
+ 191, // 475: gorpc.GoUserClient.UserAppConfigUpdate:input_type -> gorpc.UserAppConfigVo
|
|
|
+ 12, // 476: gorpc.GoUserClient.UserAppConfigDel:input_type -> gorpc.Ids
|
|
|
+ 192, // 477: gorpc.GoUserClient.UserAppConfigGet:input_type -> gorpc.UserAppConfigGetReq
|
|
|
+ 193, // 478: gorpc.GoUserClient.UserAppConfigList:input_type -> gorpc.UserAppConfigListReq
|
|
|
+ 188, // 479: gorpc.GoUserClient.DeviceAdd:input_type -> gorpc.DeviceVo
|
|
|
+ 188, // 480: gorpc.GoUserClient.DeviceUpdate:input_type -> gorpc.DeviceVo
|
|
|
+ 12, // 481: gorpc.GoUserClient.DeviceDel:input_type -> gorpc.Ids
|
|
|
+ 188, // 482: gorpc.GoUserClient.DeviceGet:input_type -> gorpc.DeviceVo
|
|
|
+ 189, // 483: gorpc.GoUserClient.DeviceList:input_type -> gorpc.DeviceListReq
|
|
|
+ 182, // 484: gorpc.GoUserClient.AccountAdd:input_type -> gorpc.AccountVo
|
|
|
+ 182, // 485: gorpc.GoUserClient.AccountUpdate:input_type -> gorpc.AccountVo
|
|
|
+ 12, // 486: gorpc.GoUserClient.AccountDel:input_type -> gorpc.Ids
|
|
|
+ 182, // 487: gorpc.GoUserClient.AccountGet:input_type -> gorpc.AccountVo
|
|
|
+ 183, // 488: gorpc.GoUserClient.AccountList:input_type -> gorpc.AccountListReq
|
|
|
+ 185, // 489: gorpc.GoUserClient.AccountDeviceAdd:input_type -> gorpc.AccountDeviceVo
|
|
|
+ 185, // 490: gorpc.GoUserClient.AccountDeviceUpdate:input_type -> gorpc.AccountDeviceVo
|
|
|
+ 12, // 491: gorpc.GoUserClient.AccountDeviceDel:input_type -> gorpc.Ids
|
|
|
+ 185, // 492: gorpc.GoUserClient.AccountDeviceGet:input_type -> gorpc.AccountDeviceVo
|
|
|
+ 186, // 493: gorpc.GoUserClient.AccountDeviceList:input_type -> gorpc.AccountDeviceListReq
|
|
|
+ 13, // 494: gorpc.GoVpnClient.Ping:input_type -> gorpc.Request
|
|
|
+ 16, // 495: gorpc.GoVpnClient.Transaction:input_type -> gorpc.TransactionReq
|
|
|
+ 195, // 496: gorpc.GoVpnClient.VpnTagAdd:input_type -> gorpc.VpnTagVo
|
|
|
+ 195, // 497: gorpc.GoVpnClient.VpnTagUpdate:input_type -> gorpc.VpnTagVo
|
|
|
+ 12, // 498: gorpc.GoVpnClient.VpnTagDel:input_type -> gorpc.Ids
|
|
|
+ 196, // 499: gorpc.GoVpnClient.VpnTagGet:input_type -> gorpc.VpnTagGetReq
|
|
|
+ 197, // 500: gorpc.GoVpnClient.VpnTagList:input_type -> gorpc.VpnTagListReq
|
|
|
+ 199, // 501: gorpc.GoVpnClient.VpnTagBatchAdd:input_type -> gorpc.VpnTagBatchAddReq
|
|
|
+ 201, // 502: gorpc.GoVpnClient.VpnTagBatchUpdate:input_type -> gorpc.VpnTagBatchUpdateReq
|
|
|
+ 206, // 503: gorpc.GoVpnClient.VpnGroupAdd:input_type -> gorpc.VpnGroupAddReq
|
|
|
+ 206, // 504: gorpc.GoVpnClient.VpnGroupUpdate:input_type -> gorpc.VpnGroupAddReq
|
|
|
+ 12, // 505: gorpc.GoVpnClient.VpnGroupDel:input_type -> gorpc.Ids
|
|
|
+ 207, // 506: gorpc.GoVpnClient.VpnGroupGet:input_type -> gorpc.VpnGroupGetReq
|
|
|
+ 208, // 507: gorpc.GoVpnClient.VpnGroupList:input_type -> gorpc.VpnGroupListReq
|
|
|
+ 210, // 508: gorpc.GoVpnClient.VpnGroupBatchAdd:input_type -> gorpc.VpnGroupBatchAddReq
|
|
|
+ 212, // 509: gorpc.GoVpnClient.VpnGroupBatchUpdate:input_type -> gorpc.VpnGroupBatchUpdateReq
|
|
|
+ 215, // 510: gorpc.GoVpnClient.VpnGroupTagAdd:input_type -> gorpc.VpnGroupTagVo
|
|
|
+ 215, // 511: gorpc.GoVpnClient.VpnGroupTagUpdate:input_type -> gorpc.VpnGroupTagVo
|
|
|
+ 12, // 512: gorpc.GoVpnClient.VpnGroupTagDel:input_type -> gorpc.Ids
|
|
|
+ 215, // 513: gorpc.GoVpnClient.VpnGroupTagGet:input_type -> gorpc.VpnGroupTagVo
|
|
|
+ 216, // 514: gorpc.GoVpnClient.VpnGroupTagList:input_type -> gorpc.VpnGroupTagListReq
|
|
|
+ 218, // 515: gorpc.GoVpnClient.VpnLocationAdd:input_type -> gorpc.VpnLocationVo
|
|
|
+ 218, // 516: gorpc.GoVpnClient.VpnLocationUpdate:input_type -> gorpc.VpnLocationVo
|
|
|
+ 12, // 517: gorpc.GoVpnClient.VpnLocationDel:input_type -> gorpc.Ids
|
|
|
+ 220, // 518: gorpc.GoVpnClient.VpnLocationGet:input_type -> gorpc.VpnLocationGetReq
|
|
|
+ 221, // 519: gorpc.GoVpnClient.VpnLocationList:input_type -> gorpc.VpnLocationListReq
|
|
|
+ 223, // 520: gorpc.GoVpnClient.VpnLocationBatchAdd:input_type -> gorpc.VpnLocationBatchAddReq
|
|
|
+ 225, // 521: gorpc.GoVpnClient.VpnLocationBatchUpdate:input_type -> gorpc.VpnLocationBatchUpdateReq
|
|
|
+ 233, // 522: gorpc.GoVpnClient.VpnServerAdd:input_type -> gorpc.VpnServerAddReq
|
|
|
+ 233, // 523: gorpc.GoVpnClient.VpnServerUpdate:input_type -> gorpc.VpnServerAddReq
|
|
|
+ 12, // 524: gorpc.GoVpnClient.VpnServerDel:input_type -> gorpc.Ids
|
|
|
+ 228, // 525: gorpc.GoVpnClient.VpnServerGet:input_type -> gorpc.VpnServerVo
|
|
|
+ 230, // 526: gorpc.GoVpnClient.VpnServerList:input_type -> gorpc.VpnServerListReq
|
|
|
+ 230, // 527: gorpc.GoVpnClient.VpnServerExList:input_type -> gorpc.VpnServerListReq
|
|
|
+ 234, // 528: gorpc.GoVpnClient.VpnServerBatchAdd:input_type -> gorpc.VpnServerBatchAddReq
|
|
|
+ 236, // 529: gorpc.GoVpnClient.VpnServerBatchUpdate:input_type -> gorpc.VpnServerBatchUpdateReq
|
|
|
+ 239, // 530: gorpc.GoVpnClient.VpnServerLocationAdd:input_type -> gorpc.VpnServerLocationVo
|
|
|
+ 239, // 531: gorpc.GoVpnClient.VpnServerLocationUpdate:input_type -> gorpc.VpnServerLocationVo
|
|
|
+ 12, // 532: gorpc.GoVpnClient.VpnServerLocationDel:input_type -> gorpc.Ids
|
|
|
+ 239, // 533: gorpc.GoVpnClient.VpnServerLocationGet:input_type -> gorpc.VpnServerLocationVo
|
|
|
+ 240, // 534: gorpc.GoVpnClient.VpnServerLocationList:input_type -> gorpc.VpnServerLocationListReq
|
|
|
+ 243, // 535: gorpc.GoVpnClient.VpnLocationServerCount:input_type -> gorpc.VpnLocationServerCountReq
|
|
|
+ 245, // 536: gorpc.GoVpnClient.VpnProbeTaskAdd:input_type -> gorpc.VpnProbeTaskVo
|
|
|
+ 245, // 537: gorpc.GoVpnClient.VpnProbeTaskUpdate:input_type -> gorpc.VpnProbeTaskVo
|
|
|
+ 246, // 538: gorpc.GoVpnClient.VpnProbeTaskList:input_type -> gorpc.VpnProbeTaskListReq
|
|
|
+ 17, // 539: gorpc.GoGameClient.GameAdd:output_type -> gorpc.GameVo
|
|
|
+ 4, // 540: gorpc.GoGameClient.GameUpdate:output_type -> gorpc.Empty
|
|
|
+ 4, // 541: gorpc.GoGameClient.GameDel:output_type -> gorpc.Empty
|
|
|
+ 17, // 542: gorpc.GoGameClient.GameGet:output_type -> gorpc.GameVo
|
|
|
+ 20, // 543: gorpc.GoGameClient.GameList:output_type -> gorpc.GameListRes
|
|
|
+ 20, // 544: gorpc.GoGameClient.GameAll:output_type -> gorpc.GameListRes
|
|
|
+ 30, // 545: gorpc.GoGameClient.GameRedisHScanByName:output_type -> gorpc.GameRedisHScanByNameResp
|
|
|
+ 21, // 546: gorpc.GoGameClient.RelGameRankAdd:output_type -> gorpc.RelGameRankVo
|
|
|
+ 4, // 547: gorpc.GoGameClient.RelGameRankUpdate:output_type -> gorpc.Empty
|
|
|
+ 4, // 548: gorpc.GoGameClient.RelGameRankDel:output_type -> gorpc.Empty
|
|
|
+ 21, // 549: gorpc.GoGameClient.RelGameRankGet:output_type -> gorpc.RelGameRankVo
|
|
|
+ 24, // 550: gorpc.GoGameClient.RelGameRankList:output_type -> gorpc.RelGameRankListRes
|
|
|
+ 25, // 551: gorpc.GoGameClient.RelGameVpnGroupAdd:output_type -> gorpc.RelGameVpnGroupVo
|
|
|
+ 4, // 552: gorpc.GoGameClient.RelGameVpnGroupUpdate:output_type -> gorpc.Empty
|
|
|
+ 4, // 553: gorpc.GoGameClient.RelGameVpnGroupDel:output_type -> gorpc.Empty
|
|
|
+ 25, // 554: gorpc.GoGameClient.RelGameVpnGroupGet:output_type -> gorpc.RelGameVpnGroupVo
|
|
|
+ 28, // 555: gorpc.GoGameClient.RelGameVpnGroupList:output_type -> gorpc.RelGameVpnGroupListRes
|
|
|
+ 33, // 556: gorpc.GoGameClient.GameCustomerList:output_type -> gorpc.GameCustomerListRes
|
|
|
+ 34, // 557: gorpc.GoGameClient.GameCustomerAdd:output_type -> gorpc.GameCustomerAddResp
|
|
|
+ 4, // 558: gorpc.GoGameClient.GameCustomerDel:output_type -> gorpc.Empty
|
|
|
+ 35, // 559: gorpc.GoGameClient.GameCategoryAdd:output_type -> gorpc.GameCategoryVo
|
|
|
+ 4, // 560: gorpc.GoGameClient.GameCategoryUpdate:output_type -> gorpc.Empty
|
|
|
+ 4, // 561: gorpc.GoGameClient.GameCategoryDel:output_type -> gorpc.Empty
|
|
|
+ 35, // 562: gorpc.GoGameClient.GameCategoryGet:output_type -> gorpc.GameCategoryVo
|
|
|
+ 38, // 563: gorpc.GoGameClient.GameCategoryList:output_type -> gorpc.GameCategoryListRes
|
|
|
+ 38, // 564: gorpc.GoGameClient.GameCategoryAll:output_type -> gorpc.GameCategoryListRes
|
|
|
+ 14, // 565: gorpc.GoPmpClient.Ping:output_type -> gorpc.Response
|
|
|
+ 41, // 566: gorpc.GoPmpClient.GlobalParamAdd:output_type -> gorpc.GlobalParamVo
|
|
|
+ 41, // 567: gorpc.GoPmpClient.GlobalParamUpdate:output_type -> gorpc.GlobalParamVo
|
|
|
+ 4, // 568: gorpc.GoPmpClient.GlobalParamDel:output_type -> gorpc.Empty
|
|
|
+ 41, // 569: gorpc.GoPmpClient.GlobalParamGet:output_type -> gorpc.GlobalParamVo
|
|
|
+ 41, // 570: gorpc.GoPmpClient.GlobalParamGetWithLang:output_type -> gorpc.GlobalParamVo
|
|
|
+ 44, // 571: gorpc.GoPmpClient.GlobalParamList:output_type -> gorpc.GlobalParamListResp
|
|
|
+ 45, // 572: gorpc.GoPmpClient.ProductAdd:output_type -> gorpc.ProductVo
|
|
|
+ 45, // 573: gorpc.GoPmpClient.ProductUpdate:output_type -> gorpc.ProductVo
|
|
|
+ 4, // 574: gorpc.GoPmpClient.ProductDel:output_type -> gorpc.Empty
|
|
|
+ 45, // 575: gorpc.GoPmpClient.ProductGet:output_type -> gorpc.ProductVo
|
|
|
+ 47, // 576: gorpc.GoPmpClient.ProductList:output_type -> gorpc.ProductListResp
|
|
|
+ 47, // 577: gorpc.GoPmpClient.ProductAll:output_type -> gorpc.ProductListResp
|
|
|
+ 48, // 578: gorpc.GoPmpClient.ProductParamAdd:output_type -> gorpc.ProductParamVo
|
|
|
+ 48, // 579: gorpc.GoPmpClient.ProductParamUpdate:output_type -> gorpc.ProductParamVo
|
|
|
+ 4, // 580: gorpc.GoPmpClient.ProductParamDel:output_type -> gorpc.Empty
|
|
|
+ 48, // 581: gorpc.GoPmpClient.ProductParamGet:output_type -> gorpc.ProductParamVo
|
|
|
+ 48, // 582: gorpc.GoPmpClient.ProductParamGetWithLang:output_type -> gorpc.ProductParamVo
|
|
|
+ 51, // 583: gorpc.GoPmpClient.ProductParamList:output_type -> gorpc.ProductParamListResp
|
|
|
+ 52, // 584: gorpc.GoPmpClient.ProductActionAdd:output_type -> gorpc.ProductActionVo
|
|
|
+ 52, // 585: gorpc.GoPmpClient.ProductActionUpdate:output_type -> gorpc.ProductActionVo
|
|
|
+ 4, // 586: gorpc.GoPmpClient.ProductActionDel:output_type -> gorpc.Empty
|
|
|
+ 52, // 587: gorpc.GoPmpClient.ProductActionGet:output_type -> gorpc.ProductActionVo
|
|
|
+ 55, // 588: gorpc.GoPmpClient.ProductActionList:output_type -> gorpc.ProductActionListResp
|
|
|
+ 56, // 589: gorpc.GoPmpClient.AreaParamAdd:output_type -> gorpc.AreaParamVo
|
|
|
+ 56, // 590: gorpc.GoPmpClient.AreaParamUpdate:output_type -> gorpc.AreaParamVo
|
|
|
+ 4, // 591: gorpc.GoPmpClient.AreaParamDel:output_type -> gorpc.Empty
|
|
|
+ 56, // 592: gorpc.GoPmpClient.AreaParamGet:output_type -> gorpc.AreaParamVo
|
|
|
+ 58, // 593: gorpc.GoPmpClient.AreaParamList:output_type -> gorpc.AreaParamListResp
|
|
|
+ 59, // 594: gorpc.GoPmpClient.NationalLanguageAdd:output_type -> gorpc.NationalLanguageVo
|
|
|
+ 59, // 595: gorpc.GoPmpClient.NationalLanguageUpdate:output_type -> gorpc.NationalLanguageVo
|
|
|
+ 4, // 596: gorpc.GoPmpClient.NationalLanguageDel:output_type -> gorpc.Empty
|
|
|
+ 59, // 597: gorpc.GoPmpClient.NationalLanguageGet:output_type -> gorpc.NationalLanguageVo
|
|
|
+ 61, // 598: gorpc.GoPmpClient.NationalLanguageList:output_type -> gorpc.NationalLanguageListResp
|
|
|
+ 62, // 599: gorpc.GoPmpClient.TipAdd:output_type -> gorpc.TipVo
|
|
|
+ 62, // 600: gorpc.GoPmpClient.TipUpdate:output_type -> gorpc.TipVo
|
|
|
+ 4, // 601: gorpc.GoPmpClient.TipDel:output_type -> gorpc.Empty
|
|
|
+ 62, // 602: gorpc.GoPmpClient.TipGet:output_type -> gorpc.TipVo
|
|
|
+ 65, // 603: gorpc.GoPmpClient.TipList:output_type -> gorpc.TipListResp
|
|
|
+ 66, // 604: gorpc.GoPmpClient.DictAdd:output_type -> gorpc.DictVo
|
|
|
+ 66, // 605: gorpc.GoPmpClient.DictUpdate:output_type -> gorpc.DictVo
|
|
|
+ 4, // 606: gorpc.GoPmpClient.DictDel:output_type -> gorpc.Empty
|
|
|
+ 66, // 607: gorpc.GoPmpClient.DictGet:output_type -> gorpc.DictVo
|
|
|
+ 69, // 608: gorpc.GoPmpClient.DictList:output_type -> gorpc.DictListResp
|
|
|
+ 70, // 609: gorpc.GoPmpClient.UpgradePkgPlanAdd:output_type -> gorpc.UpgradePkgPlanVo
|
|
|
+ 70, // 610: gorpc.GoPmpClient.UpgradePkgPlanUpdate:output_type -> gorpc.UpgradePkgPlanVo
|
|
|
+ 4, // 611: gorpc.GoPmpClient.UpgradePkgPlanDel:output_type -> gorpc.Empty
|
|
|
+ 70, // 612: gorpc.GoPmpClient.UpgradePkgPlanGet:output_type -> gorpc.UpgradePkgPlanVo
|
|
|
+ 72, // 613: gorpc.GoPmpClient.UpgradePkgPlanList:output_type -> gorpc.UpgradePkgPlanListResp
|
|
|
+ 73, // 614: gorpc.GoPmpClient.UpgradePkgPlanDetailAdd:output_type -> gorpc.UpgradePkgPlanDetailVo
|
|
|
+ 73, // 615: gorpc.GoPmpClient.UpgradePkgPlanDetailUpdate:output_type -> gorpc.UpgradePkgPlanDetailVo
|
|
|
+ 4, // 616: gorpc.GoPmpClient.UpgradePkgPlanDetailDel:output_type -> gorpc.Empty
|
|
|
+ 73, // 617: gorpc.GoPmpClient.UpgradePkgPlanDetailGet:output_type -> gorpc.UpgradePkgPlanDetailVo
|
|
|
+ 75, // 618: gorpc.GoPmpClient.UpgradePkgPlanDetailList:output_type -> gorpc.UpgradePkgPlanDetailListResp
|
|
|
+ 76, // 619: gorpc.GoPmpClient.UpgradeResPlanAdd:output_type -> gorpc.UpgradeResPlanVo
|
|
|
+ 76, // 620: gorpc.GoPmpClient.UpgradeResPlanUpdate:output_type -> gorpc.UpgradeResPlanVo
|
|
|
+ 4, // 621: gorpc.GoPmpClient.UpgradeResPlanDel:output_type -> gorpc.Empty
|
|
|
+ 76, // 622: gorpc.GoPmpClient.UpgradeResPlanGet:output_type -> gorpc.UpgradeResPlanVo
|
|
|
+ 78, // 623: gorpc.GoPmpClient.UpgradeResPlanList:output_type -> gorpc.UpgradeResPlanListResp
|
|
|
+ 79, // 624: gorpc.GoPmpClient.UpgradeResPlanDetailAdd:output_type -> gorpc.UpgradeResPlanDetailVo
|
|
|
+ 79, // 625: gorpc.GoPmpClient.UpgradeResPlanDetailUpdate:output_type -> gorpc.UpgradeResPlanDetailVo
|
|
|
+ 4, // 626: gorpc.GoPmpClient.UpgradeResPlanDetailDel:output_type -> gorpc.Empty
|
|
|
+ 79, // 627: gorpc.GoPmpClient.UpgradeResPlanDetailGet:output_type -> gorpc.UpgradeResPlanDetailVo
|
|
|
+ 81, // 628: gorpc.GoPmpClient.UpgradeResPlanDetailList:output_type -> gorpc.UpgradeResPlanDetailListResp
|
|
|
+ 82, // 629: gorpc.GoPmpClient.AdPlanAdd:output_type -> gorpc.AdPlanVo
|
|
|
+ 82, // 630: gorpc.GoPmpClient.AdPlanUpdate:output_type -> gorpc.AdPlanVo
|
|
|
+ 4, // 631: gorpc.GoPmpClient.AdPlanDel:output_type -> gorpc.Empty
|
|
|
+ 82, // 632: gorpc.GoPmpClient.AdPlanGet:output_type -> gorpc.AdPlanVo
|
|
|
+ 84, // 633: gorpc.GoPmpClient.AdPlanList:output_type -> gorpc.AdPlanListResp
|
|
|
+ 85, // 634: gorpc.GoPmpClient.AdPlanDetailAdd:output_type -> gorpc.AdPlanDetailVo
|
|
|
+ 85, // 635: gorpc.GoPmpClient.AdPlanDetailUpdate:output_type -> gorpc.AdPlanDetailVo
|
|
|
+ 4, // 636: gorpc.GoPmpClient.AdPlanDetailDel:output_type -> gorpc.Empty
|
|
|
+ 85, // 637: gorpc.GoPmpClient.AdPlanDetailGet:output_type -> gorpc.AdPlanDetailVo
|
|
|
+ 87, // 638: gorpc.GoPmpClient.AdPlanDetailList:output_type -> gorpc.AdPlanDetailListResp
|
|
|
+ 88, // 639: gorpc.GoPmpClient.AdGlobalConfigGet:output_type -> gorpc.AdGlobalConfigVo
|
|
|
+ 88, // 640: gorpc.GoPmpClient.AdGlobalConfigUpdate:output_type -> gorpc.AdGlobalConfigVo
|
|
|
+ 90, // 641: gorpc.GoPmpClient.JobBatchAdd:output_type -> gorpc.JobBatchVo
|
|
|
+ 91, // 642: gorpc.GoPmpClient.JobBatchAddWithTasks:output_type -> gorpc.JobBatchWithTasksVo
|
|
|
+ 90, // 643: gorpc.GoPmpClient.JobBatchUpdate:output_type -> gorpc.JobBatchVo
|
|
|
+ 4, // 644: gorpc.GoPmpClient.JobBatchDel:output_type -> gorpc.Empty
|
|
|
+ 90, // 645: gorpc.GoPmpClient.JobBatchGet:output_type -> gorpc.JobBatchVo
|
|
|
+ 91, // 646: gorpc.GoPmpClient.JobBatchGetWithTasks:output_type -> gorpc.JobBatchWithTasksVo
|
|
|
+ 94, // 647: gorpc.GoPmpClient.JobBatchList:output_type -> gorpc.JobBatchListResp
|
|
|
+ 95, // 648: gorpc.GoPmpClient.JobBatchListWithTasks:output_type -> gorpc.JobBatchListWithTasksResp
|
|
|
+ 96, // 649: gorpc.GoPmpClient.JobTasksAdd:output_type -> gorpc.JobTasksVo
|
|
|
+ 96, // 650: gorpc.GoPmpClient.JobTasksUpdate:output_type -> gorpc.JobTasksVo
|
|
|
+ 4, // 651: gorpc.GoPmpClient.JobTasksDel:output_type -> gorpc.Empty
|
|
|
+ 96, // 652: gorpc.GoPmpClient.JobTasksGet:output_type -> gorpc.JobTasksVo
|
|
|
+ 98, // 653: gorpc.GoPmpClient.JobTasksList:output_type -> gorpc.JobTasksListResp
|
|
|
+ 99, // 654: gorpc.GoPmpClient.DeployConfigAdd:output_type -> gorpc.DeployConfigVo
|
|
|
+ 99, // 655: gorpc.GoPmpClient.DeployConfigUpdate:output_type -> gorpc.DeployConfigVo
|
|
|
+ 4, // 656: gorpc.GoPmpClient.DeployConfigDel:output_type -> gorpc.Empty
|
|
|
+ 99, // 657: gorpc.GoPmpClient.DeployConfigGet:output_type -> gorpc.DeployConfigVo
|
|
|
+ 101, // 658: gorpc.GoPmpClient.DeployConfigList:output_type -> gorpc.DeployConfigListResp
|
|
|
+ 102, // 659: gorpc.GoPmpClient.OperationLogAdd:output_type -> gorpc.OperationLogVo
|
|
|
+ 102, // 660: gorpc.GoPmpClient.OperationLogUpdate:output_type -> gorpc.OperationLogVo
|
|
|
+ 102, // 661: gorpc.GoPmpClient.OperationLogGet:output_type -> gorpc.OperationLogVo
|
|
|
+ 104, // 662: gorpc.GoPmpClient.OperationLogList:output_type -> gorpc.OperationLogListResp
|
|
|
+ 105, // 663: gorpc.GoPmpClient.AnnouncePlanAdd:output_type -> gorpc.AnnouncePlanVo
|
|
|
+ 105, // 664: gorpc.GoPmpClient.AnnouncePlanUpdate:output_type -> gorpc.AnnouncePlanVo
|
|
|
+ 4, // 665: gorpc.GoPmpClient.AnnouncePlanDel:output_type -> gorpc.Empty
|
|
|
+ 105, // 666: gorpc.GoPmpClient.AnnouncePlanGet:output_type -> gorpc.AnnouncePlanVo
|
|
|
+ 107, // 667: gorpc.GoPmpClient.AnnouncePlanList:output_type -> gorpc.AnnouncePlanListResp
|
|
|
+ 108, // 668: gorpc.GoPmpClient.AnnouncePlanDetailAdd:output_type -> gorpc.AnnouncePlanDetailVo
|
|
|
+ 108, // 669: gorpc.GoPmpClient.AnnouncePlanDetailUpdate:output_type -> gorpc.AnnouncePlanDetailVo
|
|
|
+ 4, // 670: gorpc.GoPmpClient.AnnouncePlanDetailDel:output_type -> gorpc.Empty
|
|
|
+ 108, // 671: gorpc.GoPmpClient.AnnouncePlanDetailGet:output_type -> gorpc.AnnouncePlanDetailVo
|
|
|
+ 110, // 672: gorpc.GoPmpClient.AnnouncePlanDetailList:output_type -> gorpc.AnnouncePlanDetailListResp
|
|
|
+ 111, // 673: gorpc.GoPmpClient.ServiceTypesAdd:output_type -> gorpc.ServiceTypesVo
|
|
|
+ 111, // 674: gorpc.GoPmpClient.ServiceTypesUpdate:output_type -> gorpc.ServiceTypesVo
|
|
|
+ 4, // 675: gorpc.GoPmpClient.ServiceTypesDel:output_type -> gorpc.Empty
|
|
|
+ 111, // 676: gorpc.GoPmpClient.ServiceTypesGet:output_type -> gorpc.ServiceTypesVo
|
|
|
+ 114, // 677: gorpc.GoPmpClient.ServiceTypesList:output_type -> gorpc.ServiceTypesListResp
|
|
|
+ 118, // 678: gorpc.GoPmpClient.ServiceSetsAdd:output_type -> gorpc.ServiceSetsVo
|
|
|
+ 118, // 679: gorpc.GoPmpClient.ServiceSetsUpdate:output_type -> gorpc.ServiceSetsVo
|
|
|
+ 4, // 680: gorpc.GoPmpClient.ServiceSetsDel:output_type -> gorpc.Empty
|
|
|
+ 118, // 681: gorpc.GoPmpClient.ServiceSetsGet:output_type -> gorpc.ServiceSetsVo
|
|
|
+ 121, // 682: gorpc.GoPmpClient.ServiceSetsList:output_type -> gorpc.ServiceSetsListResp
|
|
|
+ 125, // 683: gorpc.GoPmpClient.MessagePushAdd:output_type -> gorpc.MessagePushVo
|
|
|
+ 125, // 684: gorpc.GoPmpClient.MessagePushUpdate:output_type -> gorpc.MessagePushVo
|
|
|
+ 127, // 685: gorpc.GoPmpClient.MessagePushList:output_type -> gorpc.MessagePushListResp
|
|
|
+ 135, // 686: gorpc.GoShortDramaClient.ShortDramaAdd:output_type -> gorpc.ShortDramaVo
|
|
|
+ 4, // 687: gorpc.GoShortDramaClient.ShortDramaUpdate:output_type -> gorpc.Empty
|
|
|
+ 4, // 688: gorpc.GoShortDramaClient.ShortDramaDel:output_type -> gorpc.Empty
|
|
|
+ 135, // 689: gorpc.GoShortDramaClient.ShortDramaGet:output_type -> gorpc.ShortDramaVo
|
|
|
+ 138, // 690: gorpc.GoShortDramaClient.ShortDramaList:output_type -> gorpc.ShortDramaListResp
|
|
|
+ 4, // 691: gorpc.GoShortDramaClient.ShortDramaUpdateModifier:output_type -> gorpc.Empty
|
|
|
+ 140, // 692: gorpc.GoShortDramaClient.ShortDramaLanguageList:output_type -> gorpc.ShortDramaLanguageListResp
|
|
|
+ 128, // 693: gorpc.GoShortDramaClient.ShortDramaEpisodeAdd:output_type -> gorpc.ShortDramaEpisodeVo
|
|
|
+ 4, // 694: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchAdd:output_type -> gorpc.Empty
|
|
|
+ 4, // 695: gorpc.GoShortDramaClient.ShortDramaEpisodeUpdate:output_type -> gorpc.Empty
|
|
|
+ 4, // 696: gorpc.GoShortDramaClient.ShortDramaEpisodeDel:output_type -> gorpc.Empty
|
|
|
+ 128, // 697: gorpc.GoShortDramaClient.ShortDramaEpisodeGet:output_type -> gorpc.ShortDramaEpisodeVo
|
|
|
+ 131, // 698: gorpc.GoShortDramaClient.ShortDramaEpisodeList:output_type -> gorpc.ShortDramaEpisodeListResp
|
|
|
+ 4, // 699: gorpc.GoShortDramaClient.ShortDramaEpisodeBatchRefreshUpdateTime:output_type -> gorpc.Empty
|
|
|
+ 143, // 700: gorpc.GoShortDramaClient.ShortDramaEpisodeCount:output_type -> gorpc.ShortDramaEpisodeCountResp
|
|
|
+ 145, // 701: gorpc.GoShortDramaClient.ShortDramaCheckName:output_type -> gorpc.ShortDramaCheckNameResp
|
|
|
+ 4, // 702: gorpc.GoShortDramaClient.SetTotalStats:output_type -> gorpc.Empty
|
|
|
+ 150, // 703: gorpc.GoShortDramaClient.ShortDramaStatsPlaysTotalList:output_type -> gorpc.ShortDramaStatsPlaysTotalListResp
|
|
|
+ 14, // 704: gorpc.GoSysClient.Ping:output_type -> gorpc.Response
|
|
|
+ 151, // 705: gorpc.GoSysClient.SysUserAdd:output_type -> gorpc.SysUserVo
|
|
|
+ 151, // 706: gorpc.GoSysClient.SysUserUpdate:output_type -> gorpc.SysUserVo
|
|
|
+ 4, // 707: gorpc.GoSysClient.SysUserDelete:output_type -> gorpc.Empty
|
|
|
+ 151, // 708: gorpc.GoSysClient.SysUserGet:output_type -> gorpc.SysUserVo
|
|
|
+ 162, // 709: gorpc.GoSysClient.SysUserList:output_type -> gorpc.SysUserListResp
|
|
|
+ 159, // 710: gorpc.GoSysClient.SysUserAddWithRolesAndPerms:output_type -> gorpc.SysUserWithRolesAndPerms
|
|
|
+ 159, // 711: gorpc.GoSysClient.SysUserUpdateWithRolesAndPerms:output_type -> gorpc.SysUserWithRolesAndPerms
|
|
|
+ 159, // 712: gorpc.GoSysClient.SysUserGetWithRolesAndPerms:output_type -> gorpc.SysUserWithRolesAndPerms
|
|
|
+ 163, // 713: gorpc.GoSysClient.SysUserListWithRolesAndPerms:output_type -> gorpc.SysUserListWithRolesAndPermsResp
|
|
|
+ 152, // 714: gorpc.GoSysClient.SysRoleAdd:output_type -> gorpc.SysRoleVo
|
|
|
+ 152, // 715: gorpc.GoSysClient.SysRoleUpdate:output_type -> gorpc.SysRoleVo
|
|
|
+ 4, // 716: gorpc.GoSysClient.SysRoleDelete:output_type -> gorpc.Empty
|
|
|
+ 152, // 717: gorpc.GoSysClient.SysRoleGet:output_type -> gorpc.SysRoleVo
|
|
|
+ 168, // 718: gorpc.GoSysClient.SysRoleList:output_type -> gorpc.SysRoleListResp
|
|
|
+ 165, // 719: gorpc.GoSysClient.SysRoleAddWithPerms:output_type -> gorpc.SysRoleWithPerms
|
|
|
+ 165, // 720: gorpc.GoSysClient.SysRoleUpdateWithPerms:output_type -> gorpc.SysRoleWithPerms
|
|
|
+ 165, // 721: gorpc.GoSysClient.SysRoleGetWithPerms:output_type -> gorpc.SysRoleWithPerms
|
|
|
+ 169, // 722: gorpc.GoSysClient.SysRoleListWithPerms:output_type -> gorpc.SysRoleListWithPermsResp
|
|
|
+ 153, // 723: gorpc.GoSysClient.SysPermAdd:output_type -> gorpc.SysPermVo
|
|
|
+ 153, // 724: gorpc.GoSysClient.SysPermUpdate:output_type -> gorpc.SysPermVo
|
|
|
+ 4, // 725: gorpc.GoSysClient.SysPermDelete:output_type -> gorpc.Empty
|
|
|
+ 153, // 726: gorpc.GoSysClient.SysPermGet:output_type -> gorpc.SysPermVo
|
|
|
+ 172, // 727: gorpc.GoSysClient.SysPermList:output_type -> gorpc.SysPermListResp
|
|
|
+ 154, // 728: gorpc.GoSysClient.SysUserRoleAdd:output_type -> gorpc.SysUserRoleVo
|
|
|
+ 154, // 729: gorpc.GoSysClient.SysUserRoleUpdate:output_type -> gorpc.SysUserRoleVo
|
|
|
+ 4, // 730: gorpc.GoSysClient.SysUserRoleDelete:output_type -> gorpc.Empty
|
|
|
+ 154, // 731: gorpc.GoSysClient.SysUserRoleGet:output_type -> gorpc.SysUserRoleVo
|
|
|
+ 175, // 732: gorpc.GoSysClient.SysUserRoleList:output_type -> gorpc.SysUserRoleListResp
|
|
|
+ 155, // 733: gorpc.GoSysClient.SysRolePermAdd:output_type -> gorpc.SysRolePermVo
|
|
|
+ 155, // 734: gorpc.GoSysClient.SysRolePermUpdate:output_type -> gorpc.SysRolePermVo
|
|
|
+ 4, // 735: gorpc.GoSysClient.SysRolePermDelete:output_type -> gorpc.Empty
|
|
|
+ 155, // 736: gorpc.GoSysClient.SysRolePermGet:output_type -> gorpc.SysRolePermVo
|
|
|
+ 178, // 737: gorpc.GoSysClient.SysRolePermList:output_type -> gorpc.SysRolePermListResp
|
|
|
+ 156, // 738: gorpc.GoSysClient.SysUserPermAdd:output_type -> gorpc.SysUserPermVo
|
|
|
+ 156, // 739: gorpc.GoSysClient.SysUserPermUpdate:output_type -> gorpc.SysUserPermVo
|
|
|
+ 4, // 740: gorpc.GoSysClient.SysUserPermDelete:output_type -> gorpc.Empty
|
|
|
+ 156, // 741: gorpc.GoSysClient.SysUserPermGet:output_type -> gorpc.SysUserPermVo
|
|
|
+ 181, // 742: gorpc.GoSysClient.SysUserPermList:output_type -> gorpc.SysUserPermListResp
|
|
|
+ 14, // 743: gorpc.GoUserClient.Ping:output_type -> gorpc.Response
|
|
|
+ 191, // 744: gorpc.GoUserClient.UserAppConfigAdd:output_type -> gorpc.UserAppConfigVo
|
|
|
+ 191, // 745: gorpc.GoUserClient.UserAppConfigUpdate:output_type -> gorpc.UserAppConfigVo
|
|
|
+ 4, // 746: gorpc.GoUserClient.UserAppConfigDel:output_type -> gorpc.Empty
|
|
|
+ 191, // 747: gorpc.GoUserClient.UserAppConfigGet:output_type -> gorpc.UserAppConfigVo
|
|
|
+ 194, // 748: gorpc.GoUserClient.UserAppConfigList:output_type -> gorpc.UserAppConfigListRes
|
|
|
+ 188, // 749: gorpc.GoUserClient.DeviceAdd:output_type -> gorpc.DeviceVo
|
|
|
+ 188, // 750: gorpc.GoUserClient.DeviceUpdate:output_type -> gorpc.DeviceVo
|
|
|
+ 4, // 751: gorpc.GoUserClient.DeviceDel:output_type -> gorpc.Empty
|
|
|
+ 188, // 752: gorpc.GoUserClient.DeviceGet:output_type -> gorpc.DeviceVo
|
|
|
+ 190, // 753: gorpc.GoUserClient.DeviceList:output_type -> gorpc.DeviceListRes
|
|
|
+ 182, // 754: gorpc.GoUserClient.AccountAdd:output_type -> gorpc.AccountVo
|
|
|
+ 182, // 755: gorpc.GoUserClient.AccountUpdate:output_type -> gorpc.AccountVo
|
|
|
+ 4, // 756: gorpc.GoUserClient.AccountDel:output_type -> gorpc.Empty
|
|
|
+ 182, // 757: gorpc.GoUserClient.AccountGet:output_type -> gorpc.AccountVo
|
|
|
+ 184, // 758: gorpc.GoUserClient.AccountList:output_type -> gorpc.AccountListResp
|
|
|
+ 185, // 759: gorpc.GoUserClient.AccountDeviceAdd:output_type -> gorpc.AccountDeviceVo
|
|
|
+ 185, // 760: gorpc.GoUserClient.AccountDeviceUpdate:output_type -> gorpc.AccountDeviceVo
|
|
|
+ 4, // 761: gorpc.GoUserClient.AccountDeviceDel:output_type -> gorpc.Empty
|
|
|
+ 185, // 762: gorpc.GoUserClient.AccountDeviceGet:output_type -> gorpc.AccountDeviceVo
|
|
|
+ 187, // 763: gorpc.GoUserClient.AccountDeviceList:output_type -> gorpc.AccountDeviceListResp
|
|
|
+ 14, // 764: gorpc.GoVpnClient.Ping:output_type -> gorpc.Response
|
|
|
+ 4, // 765: gorpc.GoVpnClient.Transaction:output_type -> gorpc.Empty
|
|
|
+ 195, // 766: gorpc.GoVpnClient.VpnTagAdd:output_type -> gorpc.VpnTagVo
|
|
|
+ 195, // 767: gorpc.GoVpnClient.VpnTagUpdate:output_type -> gorpc.VpnTagVo
|
|
|
+ 4, // 768: gorpc.GoVpnClient.VpnTagDel:output_type -> gorpc.Empty
|
|
|
+ 195, // 769: gorpc.GoVpnClient.VpnTagGet:output_type -> gorpc.VpnTagVo
|
|
|
+ 198, // 770: gorpc.GoVpnClient.VpnTagList:output_type -> gorpc.VpnTagListResp
|
|
|
+ 200, // 771: gorpc.GoVpnClient.VpnTagBatchAdd:output_type -> gorpc.VpnTagBatchAddResp
|
|
|
+ 202, // 772: gorpc.GoVpnClient.VpnTagBatchUpdate:output_type -> gorpc.VpnTagBatchUpdateResp
|
|
|
+ 204, // 773: gorpc.GoVpnClient.VpnGroupAdd:output_type -> gorpc.VpnGroupVo
|
|
|
+ 4, // 774: gorpc.GoVpnClient.VpnGroupUpdate:output_type -> gorpc.Empty
|
|
|
+ 4, // 775: gorpc.GoVpnClient.VpnGroupDel:output_type -> gorpc.Empty
|
|
|
+ 204, // 776: gorpc.GoVpnClient.VpnGroupGet:output_type -> gorpc.VpnGroupVo
|
|
|
+ 209, // 777: gorpc.GoVpnClient.VpnGroupList:output_type -> gorpc.VpnGroupListResp
|
|
|
+ 211, // 778: gorpc.GoVpnClient.VpnGroupBatchAdd:output_type -> gorpc.VpnGroupBatchAddResp
|
|
|
+ 213, // 779: gorpc.GoVpnClient.VpnGroupBatchUpdate:output_type -> gorpc.VpnGroupBatchUpdateResp
|
|
|
+ 215, // 780: gorpc.GoVpnClient.VpnGroupTagAdd:output_type -> gorpc.VpnGroupTagVo
|
|
|
+ 215, // 781: gorpc.GoVpnClient.VpnGroupTagUpdate:output_type -> gorpc.VpnGroupTagVo
|
|
|
+ 4, // 782: gorpc.GoVpnClient.VpnGroupTagDel:output_type -> gorpc.Empty
|
|
|
+ 215, // 783: gorpc.GoVpnClient.VpnGroupTagGet:output_type -> gorpc.VpnGroupTagVo
|
|
|
+ 217, // 784: gorpc.GoVpnClient.VpnGroupTagList:output_type -> gorpc.VpnGroupTagListResp
|
|
|
+ 218, // 785: gorpc.GoVpnClient.VpnLocationAdd:output_type -> gorpc.VpnLocationVo
|
|
|
+ 4, // 786: gorpc.GoVpnClient.VpnLocationUpdate:output_type -> gorpc.Empty
|
|
|
+ 4, // 787: gorpc.GoVpnClient.VpnLocationDel:output_type -> gorpc.Empty
|
|
|
+ 218, // 788: gorpc.GoVpnClient.VpnLocationGet:output_type -> gorpc.VpnLocationVo
|
|
|
+ 222, // 789: gorpc.GoVpnClient.VpnLocationList:output_type -> gorpc.VpnLocationListResp
|
|
|
+ 224, // 790: gorpc.GoVpnClient.VpnLocationBatchAdd:output_type -> gorpc.VpnLocationBatchAddResp
|
|
|
+ 226, // 791: gorpc.GoVpnClient.VpnLocationBatchUpdate:output_type -> gorpc.VpnLocationBatchUpdateResp
|
|
|
+ 233, // 792: gorpc.GoVpnClient.VpnServerAdd:output_type -> gorpc.VpnServerAddReq
|
|
|
+ 233, // 793: gorpc.GoVpnClient.VpnServerUpdate:output_type -> gorpc.VpnServerAddReq
|
|
|
+ 4, // 794: gorpc.GoVpnClient.VpnServerDel:output_type -> gorpc.Empty
|
|
|
+ 228, // 795: gorpc.GoVpnClient.VpnServerGet:output_type -> gorpc.VpnServerVo
|
|
|
+ 231, // 796: gorpc.GoVpnClient.VpnServerList:output_type -> gorpc.VpnServerListResp
|
|
|
+ 232, // 797: gorpc.GoVpnClient.VpnServerExList:output_type -> gorpc.VpnServerExListResp
|
|
|
+ 235, // 798: gorpc.GoVpnClient.VpnServerBatchAdd:output_type -> gorpc.VpnServerBatchAddResp
|
|
|
+ 237, // 799: gorpc.GoVpnClient.VpnServerBatchUpdate:output_type -> gorpc.VpnServerBatchUpdateResp
|
|
|
+ 239, // 800: gorpc.GoVpnClient.VpnServerLocationAdd:output_type -> gorpc.VpnServerLocationVo
|
|
|
+ 4, // 801: gorpc.GoVpnClient.VpnServerLocationUpdate:output_type -> gorpc.Empty
|
|
|
+ 4, // 802: gorpc.GoVpnClient.VpnServerLocationDel:output_type -> gorpc.Empty
|
|
|
+ 239, // 803: gorpc.GoVpnClient.VpnServerLocationGet:output_type -> gorpc.VpnServerLocationVo
|
|
|
+ 241, // 804: gorpc.GoVpnClient.VpnServerLocationList:output_type -> gorpc.VpnServerLocationListResp
|
|
|
+ 244, // 805: gorpc.GoVpnClient.VpnLocationServerCount:output_type -> gorpc.VpnLocationServerCountResp
|
|
|
+ 245, // 806: gorpc.GoVpnClient.VpnProbeTaskAdd:output_type -> gorpc.VpnProbeTaskVo
|
|
|
+ 4, // 807: gorpc.GoVpnClient.VpnProbeTaskUpdate:output_type -> gorpc.Empty
|
|
|
+ 247, // 808: gorpc.GoVpnClient.VpnProbeTaskList:output_type -> gorpc.VpnProbeTaskListResp
|
|
|
+ 539, // [539:809] is the sub-list for method output_type
|
|
|
+ 269, // [269:539] is the sub-list for method input_type
|
|
|
+ 269, // [269:269] is the sub-list for extension type_name
|
|
|
+ 269, // [269:269] is the sub-list for extension extendee
|
|
|
+ 0, // [0:269] is the sub-list for field type_name
|
|
|
+}
|
|
|
+
|
|
|
+func init() { file_gorpc_proto_init() }
|
|
|
+func file_gorpc_proto_init() {
|
|
|
+ if File_gorpc_proto != nil {
|
|
|
+ return
|
|
|
+ }
|
|
|
+ type x struct{}
|
|
|
+ out := protoimpl.TypeBuilder{
|
|
|
+ File: protoimpl.DescBuilder{
|
|
|
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
+ RawDescriptor: unsafe.Slice(unsafe.StringData(file_gorpc_proto_rawDesc), len(file_gorpc_proto_rawDesc)),
|
|
|
+ NumEnums: 4,
|
|
|
+ NumMessages: 245,
|
|
|
+ NumExtensions: 0,
|
|
|
+ NumServices: 6,
|
|
|
+ },
|
|
|
+ GoTypes: file_gorpc_proto_goTypes,
|
|
|
+ DependencyIndexes: file_gorpc_proto_depIdxs,
|
|
|
+ EnumInfos: file_gorpc_proto_enumTypes,
|
|
|
+ MessageInfos: file_gorpc_proto_msgTypes,
|
|
|
+ }.Build()
|
|
|
+ File_gorpc_proto = out.File
|
|
|
+ file_gorpc_proto_goTypes = nil
|
|
|
+ file_gorpc_proto_depIdxs = nil
|
|
|
+}
|