|
|
|
@ -34,6 +34,54 @@ const (
|
|
|
|
|
// of the legacy proto package is being used.
|
|
|
|
|
const _ = proto.ProtoPackageIsVersion4
|
|
|
|
|
|
|
|
|
|
type GlobalCodesArg struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
//一个或多个Code
|
|
|
|
|
GlobalCodes []string `protobuf:"bytes,1,rep,name=GlobalCodes,proto3" json:"GlobalCodes,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GlobalCodesArg) Reset() {
|
|
|
|
|
*x = GlobalCodesArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[0]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GlobalCodesArg) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*GlobalCodesArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *GlobalCodesArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[0]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GlobalCodesArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GlobalCodesArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseGlobal_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GlobalCodesArg) GetGlobalCodes() []string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.GlobalCodes
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ModelArg struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
@ -64,7 +112,7 @@ type ModelArg struct {
|
|
|
|
|
func (x *ModelArg) Reset() {
|
|
|
|
|
*x = ModelArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[0]
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[1]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -77,7 +125,7 @@ func (x *ModelArg) String() string {
|
|
|
|
|
func (*ModelArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ModelArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[0]
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[1]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -90,7 +138,7 @@ func (x *ModelArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ModelArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ModelArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseGlobal_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
return file_BaseGlobal_proto_rawDescGZIP(), []int{1}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ModelArg) GetGlobalId() string {
|
|
|
|
@ -181,7 +229,7 @@ type QueryArg struct {
|
|
|
|
|
func (x *QueryArg) Reset() {
|
|
|
|
|
*x = QueryArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[1]
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[2]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -194,7 +242,7 @@ func (x *QueryArg) String() string {
|
|
|
|
|
func (*QueryArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *QueryArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[1]
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[2]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -207,7 +255,7 @@ func (x *QueryArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use QueryArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*QueryArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseGlobal_proto_rawDescGZIP(), []int{1}
|
|
|
|
|
return file_BaseGlobal_proto_rawDescGZIP(), []int{2}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *QueryArg) GetPage() int32 {
|
|
|
|
@ -260,7 +308,7 @@ type Reply struct {
|
|
|
|
|
func (x *Reply) Reset() {
|
|
|
|
|
*x = Reply{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[2]
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[3]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -273,7 +321,7 @@ func (x *Reply) String() string {
|
|
|
|
|
func (*Reply) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *Reply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[2]
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[3]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -286,7 +334,7 @@ func (x *Reply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use Reply.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*Reply) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseGlobal_proto_rawDescGZIP(), []int{2}
|
|
|
|
|
return file_BaseGlobal_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *Reply) GetSuccess() bool {
|
|
|
|
@ -334,7 +382,7 @@ type DeleteIdsArg struct {
|
|
|
|
|
func (x *DeleteIdsArg) Reset() {
|
|
|
|
|
*x = DeleteIdsArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[3]
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[4]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -347,7 +395,7 @@ func (x *DeleteIdsArg) String() string {
|
|
|
|
|
func (*DeleteIdsArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DeleteIdsArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[3]
|
|
|
|
|
mi := &file_BaseGlobal_proto_msgTypes[4]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -360,7 +408,7 @@ func (x *DeleteIdsArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DeleteIdsArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DeleteIdsArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseGlobal_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
return file_BaseGlobal_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DeleteIdsArg) GetIds() []string {
|
|
|
|
@ -389,81 +437,90 @@ var File_BaseGlobal_proto protoreflect.FileDescriptor
|
|
|
|
|
var file_BaseGlobal_proto_rawDesc = []byte{
|
|
|
|
|
0x0a, 0x10, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
|
|
0x74, 0x6f, 0x12, 0x0f, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72,
|
|
|
|
|
0x6f, 0x74, 0x6f, 0x22, 0xde, 0x02, 0x0a, 0x08, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67,
|
|
|
|
|
0x12, 0x1a, 0x0a, 0x08, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x08, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c,
|
|
|
|
|
0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
|
0x28, 0x05, 0x52, 0x0c, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64,
|
|
|
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x43, 0x6f, 0x64, 0x65,
|
|
|
|
|
0x12, 0x20, 0x0a, 0x0b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18,
|
|
|
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x56, 0x61, 0x6c,
|
|
|
|
|
0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x65, 0x6d, 0x61,
|
|
|
|
|
0x72, 0x6b, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x47, 0x6c, 0x6f, 0x62, 0x61,
|
|
|
|
|
0x6c, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x6f, 0x72, 0x74,
|
|
|
|
|
0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x6f, 0x72, 0x74, 0x49, 0x64,
|
|
|
|
|
0x12, 0x12, 0x0a, 0x04, 0x42, 0x55, 0x73, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04,
|
|
|
|
|
0x42, 0x55, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x70, 0x64,
|
|
|
|
|
0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
|
|
0x11, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c,
|
|
|
|
|
0x64, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73,
|
|
|
|
|
0x6f, 0x6e, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0a, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64,
|
|
|
|
|
0x72, 0x65, 0x73, 0x73, 0x22, 0xaa, 0x01, 0x0a, 0x08, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72,
|
|
|
|
|
0x67, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
|
|
|
0x04, 0x50, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x02,
|
|
|
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x47,
|
|
|
|
|
0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
|
0x05, 0x52, 0x0c, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x12,
|
|
|
|
|
0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
|
|
|
|
|
0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50,
|
|
|
|
|
0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
|
|
|
|
|
0x73, 0x22, 0x65, 0x0a, 0x05, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x53, 0x75,
|
|
|
|
|
0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x53, 0x75, 0x63,
|
|
|
|
|
0x63, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18,
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14,
|
|
|
|
|
0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x43,
|
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x72, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65,
|
|
|
|
|
0x74, 0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x49, 0x64, 0x73, 0x18,
|
|
|
|
|
0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x49, 0x64, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
|
|
0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64,
|
|
|
|
|
0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0xfb, 0x02, 0x0a,
|
|
|
|
|
0x10, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x4d, 0x61, 0x6e, 0x61, 0x67,
|
|
|
|
|
0x65, 0x12, 0x44, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62,
|
|
|
|
|
0x6f, 0x74, 0x6f, 0x22, 0x32, 0x0a, 0x0e, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x43, 0x6f, 0x64,
|
|
|
|
|
0x65, 0x73, 0x41, 0x72, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x47, 0x6c, 0x6f, 0x62,
|
|
|
|
|
0x61, 0x6c, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x22, 0xde, 0x02, 0x0a, 0x08, 0x4d, 0x6f, 0x64, 0x65,
|
|
|
|
|
0x6c, 0x41, 0x72, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64,
|
|
|
|
|
0x12, 0x22, 0x0a, 0x0c, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x54, 0x79,
|
|
|
|
|
0x70, 0x65, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x43, 0x6f,
|
|
|
|
|
0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
|
|
|
|
|
0x43, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x56, 0x61,
|
|
|
|
|
0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x47, 0x6c, 0x6f, 0x62, 0x61,
|
|
|
|
|
0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
|
|
|
|
|
0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x47,
|
|
|
|
|
0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
|
0x53, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x6f,
|
|
|
|
|
0x72, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x42, 0x55, 0x73, 0x65, 0x18, 0x07, 0x20, 0x01,
|
|
|
|
|
0x28, 0x05, 0x52, 0x04, 0x42, 0x55, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x46, 0x6f, 0x72, 0x63,
|
|
|
|
|
0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x08, 0x20,
|
|
|
|
|
0x03, 0x28, 0x09, 0x52, 0x11, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
|
|
|
0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
|
|
|
|
|
0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28,
|
|
|
|
|
0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
|
|
|
|
|
0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49,
|
|
|
|
|
0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0xaa, 0x01, 0x0a, 0x08, 0x51, 0x75, 0x65,
|
|
|
|
|
0x72, 0x79, 0x41, 0x72, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x05, 0x52, 0x04, 0x50, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x4c, 0x69, 0x6d,
|
|
|
|
|
0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12,
|
|
|
|
|
0x22, 0x0a, 0x0c, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x18,
|
|
|
|
|
0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x54, 0x79, 0x70,
|
|
|
|
|
0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72,
|
|
|
|
|
0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41,
|
|
|
|
|
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64,
|
|
|
|
|
0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x65, 0x0a, 0x05, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18,
|
|
|
|
|
0x0a, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
|
|
|
0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73,
|
|
|
|
|
0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
|
0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
|
0x05, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x72, 0x0a, 0x0c,
|
|
|
|
|
0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
|
0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x49, 0x64, 0x73, 0x12, 0x26,
|
|
|
|
|
0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65,
|
|
|
|
|
0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
|
|
|
|
0x32, 0xce, 0x03, 0x0a, 0x10, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x4d,
|
|
|
|
|
0x61, 0x6e, 0x61, 0x67, 0x65, 0x12, 0x44, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x42, 0x61, 0x73, 0x65,
|
|
|
|
|
0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x12, 0x19, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f,
|
|
|
|
|
0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72,
|
|
|
|
|
0x67, 0x1a, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72,
|
|
|
|
|
0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x44, 0x0a, 0x0d, 0x41,
|
|
|
|
|
0x64, 0x64, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x12, 0x19, 0x2e, 0x42,
|
|
|
|
|
0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c,
|
|
|
|
|
0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
|
|
|
|
|
0x00, 0x12, 0x4b, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x47,
|
|
|
|
|
0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x12, 0x1d, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62,
|
|
|
|
|
0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64,
|
|
|
|
|
0x73, 0x41, 0x72, 0x67, 0x1a, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61,
|
|
|
|
|
0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x47,
|
|
|
|
|
0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62,
|
|
|
|
|
0x61, 0x6c, 0x12, 0x19, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50,
|
|
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x16, 0x2e,
|
|
|
|
|
0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
|
|
|
|
|
0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x44, 0x0a, 0x0d, 0x41, 0x64, 0x64, 0x42, 0x61,
|
|
|
|
|
0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x12, 0x19, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47,
|
|
|
|
|
0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c,
|
|
|
|
|
0x41, 0x72, 0x67, 0x1a, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
|
|
|
|
|
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4b, 0x0a,
|
|
|
|
|
0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61,
|
|
|
|
|
0x6c, 0x12, 0x1d, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72,
|
|
|
|
|
0x6f, 0x74, 0x6f, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67,
|
|
|
|
|
0x1a, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f,
|
|
|
|
|
0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x47, 0x0a, 0x10, 0x55, 0x70,
|
|
|
|
|
0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x12, 0x19,
|
|
|
|
|
0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65,
|
|
|
|
|
0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c,
|
|
|
|
|
0x79, 0x22, 0x00, 0x12, 0x45, 0x0a, 0x0e, 0x50, 0x61, 0x67, 0x65, 0x42, 0x61, 0x73, 0x65, 0x47,
|
|
|
|
|
0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x12, 0x19, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62,
|
|
|
|
|
0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67,
|
|
|
|
|
0x1a, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f,
|
|
|
|
|
0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x3c, 0x0a, 0x16, 0x63, 0x6f,
|
|
|
|
|
0x6d, 0x2e, 0x64, 0x73, 0x69, 0x64, 0x65, 0x61, 0x6c, 0x2e, 0x64, 0x73, 0x6d, 0x69, 0x6e, 0x2e,
|
|
|
|
|
0x62, 0x61, 0x73, 0x65, 0x42, 0x0a, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
|
|
|
|
|
0x50, 0x01, 0x5a, 0x11, 0x2e, 0x3b, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
|
|
|
|
|
0x50, 0x72, 0x6f, 0x74, 0x6f, 0xa2, 0x02, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x45, 0x0a, 0x0e, 0x50, 0x61, 0x67, 0x65, 0x42,
|
|
|
|
|
0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x12, 0x19, 0x2e, 0x42, 0x61, 0x73, 0x65,
|
|
|
|
|
0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x51, 0x75, 0x65, 0x72,
|
|
|
|
|
0x79, 0x41, 0x72, 0x67, 0x1a, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61,
|
|
|
|
|
0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x51,
|
|
|
|
|
0x0a, 0x14, 0x47, 0x65, 0x74, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x42,
|
|
|
|
|
0x79, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x1f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c, 0x6f,
|
|
|
|
|
0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x73, 0x41, 0x72, 0x67, 0x1a, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6c,
|
|
|
|
|
0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
|
|
|
|
|
0x00, 0x42, 0x3c, 0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x73, 0x69, 0x64, 0x65, 0x61, 0x6c,
|
|
|
|
|
0x2e, 0x64, 0x73, 0x6d, 0x69, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x42, 0x0a, 0x42, 0x61, 0x73,
|
|
|
|
|
0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x01, 0x5a, 0x11, 0x2e, 0x3b, 0x42, 0x61, 0x73,
|
|
|
|
|
0x65, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0xa2, 0x02, 0x00, 0x62,
|
|
|
|
|
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@ -478,26 +535,29 @@ func file_BaseGlobal_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_BaseGlobal_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_BaseGlobal_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
|
|
|
|
|
var file_BaseGlobal_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
|
|
|
|
|
var file_BaseGlobal_proto_goTypes = []interface{}{
|
|
|
|
|
(*ModelArg)(nil), // 0: BaseGlobalProto.ModelArg
|
|
|
|
|
(*QueryArg)(nil), // 1: BaseGlobalProto.QueryArg
|
|
|
|
|
(*Reply)(nil), // 2: BaseGlobalProto.Reply
|
|
|
|
|
(*DeleteIdsArg)(nil), // 3: BaseGlobalProto.DeleteIdsArg
|
|
|
|
|
(*GlobalCodesArg)(nil), // 0: BaseGlobalProto.GlobalCodesArg
|
|
|
|
|
(*ModelArg)(nil), // 1: BaseGlobalProto.ModelArg
|
|
|
|
|
(*QueryArg)(nil), // 2: BaseGlobalProto.QueryArg
|
|
|
|
|
(*Reply)(nil), // 3: BaseGlobalProto.Reply
|
|
|
|
|
(*DeleteIdsArg)(nil), // 4: BaseGlobalProto.DeleteIdsArg
|
|
|
|
|
}
|
|
|
|
|
var file_BaseGlobal_proto_depIdxs = []int32{
|
|
|
|
|
0, // 0: BaseGlobalProto.BaseGlobalManage.GetBaseGlobal:input_type -> BaseGlobalProto.ModelArg
|
|
|
|
|
0, // 1: BaseGlobalProto.BaseGlobalManage.AddBaseGlobal:input_type -> BaseGlobalProto.ModelArg
|
|
|
|
|
3, // 2: BaseGlobalProto.BaseGlobalManage.DeleteBaseGlobal:input_type -> BaseGlobalProto.DeleteIdsArg
|
|
|
|
|
0, // 3: BaseGlobalProto.BaseGlobalManage.UpdateBaseGlobal:input_type -> BaseGlobalProto.ModelArg
|
|
|
|
|
1, // 4: BaseGlobalProto.BaseGlobalManage.PageBaseGlobal:input_type -> BaseGlobalProto.QueryArg
|
|
|
|
|
2, // 5: BaseGlobalProto.BaseGlobalManage.GetBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
2, // 6: BaseGlobalProto.BaseGlobalManage.AddBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
2, // 7: BaseGlobalProto.BaseGlobalManage.DeleteBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
2, // 8: BaseGlobalProto.BaseGlobalManage.UpdateBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
2, // 9: BaseGlobalProto.BaseGlobalManage.PageBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
5, // [5:10] is the sub-list for method output_type
|
|
|
|
|
0, // [0:5] is the sub-list for method input_type
|
|
|
|
|
1, // 0: BaseGlobalProto.BaseGlobalManage.GetBaseGlobal:input_type -> BaseGlobalProto.ModelArg
|
|
|
|
|
1, // 1: BaseGlobalProto.BaseGlobalManage.AddBaseGlobal:input_type -> BaseGlobalProto.ModelArg
|
|
|
|
|
4, // 2: BaseGlobalProto.BaseGlobalManage.DeleteBaseGlobal:input_type -> BaseGlobalProto.DeleteIdsArg
|
|
|
|
|
1, // 3: BaseGlobalProto.BaseGlobalManage.UpdateBaseGlobal:input_type -> BaseGlobalProto.ModelArg
|
|
|
|
|
2, // 4: BaseGlobalProto.BaseGlobalManage.PageBaseGlobal:input_type -> BaseGlobalProto.QueryArg
|
|
|
|
|
0, // 5: BaseGlobalProto.BaseGlobalManage.GetBaseGlobalByCodes:input_type -> BaseGlobalProto.GlobalCodesArg
|
|
|
|
|
3, // 6: BaseGlobalProto.BaseGlobalManage.GetBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
3, // 7: BaseGlobalProto.BaseGlobalManage.AddBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
3, // 8: BaseGlobalProto.BaseGlobalManage.DeleteBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
3, // 9: BaseGlobalProto.BaseGlobalManage.UpdateBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
3, // 10: BaseGlobalProto.BaseGlobalManage.PageBaseGlobal:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
3, // 11: BaseGlobalProto.BaseGlobalManage.GetBaseGlobalByCodes:output_type -> BaseGlobalProto.Reply
|
|
|
|
|
6, // [6:12] is the sub-list for method output_type
|
|
|
|
|
0, // [0:6] is the sub-list for method input_type
|
|
|
|
|
0, // [0:0] is the sub-list for extension type_name
|
|
|
|
|
0, // [0:0] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:0] is the sub-list for field type_name
|
|
|
|
@ -510,7 +570,7 @@ func file_BaseGlobal_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
|
|
file_BaseGlobal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ModelArg); i {
|
|
|
|
|
switch v := v.(*GlobalCodesArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -522,7 +582,7 @@ func file_BaseGlobal_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseGlobal_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*QueryArg); i {
|
|
|
|
|
switch v := v.(*ModelArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -534,7 +594,7 @@ func file_BaseGlobal_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseGlobal_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*Reply); i {
|
|
|
|
|
switch v := v.(*QueryArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -546,6 +606,18 @@ func file_BaseGlobal_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseGlobal_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*Reply); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseGlobal_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DeleteIdsArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -564,7 +636,7 @@ func file_BaseGlobal_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_BaseGlobal_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 4,
|
|
|
|
|
NumMessages: 5,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
@ -600,6 +672,8 @@ type BaseGlobalManageClient interface {
|
|
|
|
|
UpdateBaseGlobal(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
|
|
|
|
|
//查询(分页)
|
|
|
|
|
PageBaseGlobal(ctx context.Context, in *QueryArg, opts ...grpc.CallOption) (*Reply, error)
|
|
|
|
|
//根据全局变量编码获取全局变量值
|
|
|
|
|
GetBaseGlobalByCodes(ctx context.Context, in *GlobalCodesArg, opts ...grpc.CallOption) (*Reply, error)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type baseGlobalManageClient struct {
|
|
|
|
@ -655,6 +729,15 @@ func (c *baseGlobalManageClient) PageBaseGlobal(ctx context.Context, in *QueryAr
|
|
|
|
|
return out, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (c *baseGlobalManageClient) GetBaseGlobalByCodes(ctx context.Context, in *GlobalCodesArg, opts ...grpc.CallOption) (*Reply, error) {
|
|
|
|
|
out := new(Reply)
|
|
|
|
|
err := c.cc.Invoke(ctx, "/BaseGlobalProto.BaseGlobalManage/GetBaseGlobalByCodes", in, out, opts...)
|
|
|
|
|
if err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
return out, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// BaseGlobalManageServer is the server API for BaseGlobalManage service.
|
|
|
|
|
type BaseGlobalManageServer interface {
|
|
|
|
|
//获取单条
|
|
|
|
@ -667,6 +750,8 @@ type BaseGlobalManageServer interface {
|
|
|
|
|
UpdateBaseGlobal(context.Context, *ModelArg) (*Reply, error)
|
|
|
|
|
//查询(分页)
|
|
|
|
|
PageBaseGlobal(context.Context, *QueryArg) (*Reply, error)
|
|
|
|
|
//根据全局变量编码获取全局变量值
|
|
|
|
|
GetBaseGlobalByCodes(context.Context, *GlobalCodesArg) (*Reply, error)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// UnimplementedBaseGlobalManageServer can be embedded to have forward compatible implementations.
|
|
|
|
@ -688,6 +773,9 @@ func (*UnimplementedBaseGlobalManageServer) UpdateBaseGlobal(context.Context, *M
|
|
|
|
|
func (*UnimplementedBaseGlobalManageServer) PageBaseGlobal(context.Context, *QueryArg) (*Reply, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method PageBaseGlobal not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedBaseGlobalManageServer) GetBaseGlobalByCodes(context.Context, *GlobalCodesArg) (*Reply, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetBaseGlobalByCodes not implemented")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func RegisterBaseGlobalManageServer(s *grpc.Server, srv BaseGlobalManageServer) {
|
|
|
|
|
s.RegisterService(&_BaseGlobalManage_serviceDesc, srv)
|
|
|
|
@ -783,6 +871,24 @@ func _BaseGlobalManage_PageBaseGlobal_Handler(srv interface{}, ctx context.Conte
|
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func _BaseGlobalManage_GetBaseGlobalByCodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
|
in := new(GlobalCodesArg)
|
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
if interceptor == nil {
|
|
|
|
|
return srv.(BaseGlobalManageServer).GetBaseGlobalByCodes(ctx, in)
|
|
|
|
|
}
|
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
|
Server: srv,
|
|
|
|
|
FullMethod: "/BaseGlobalProto.BaseGlobalManage/GetBaseGlobalByCodes",
|
|
|
|
|
}
|
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
|
return srv.(BaseGlobalManageServer).GetBaseGlobalByCodes(ctx, req.(*GlobalCodesArg))
|
|
|
|
|
}
|
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _BaseGlobalManage_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
ServiceName: "BaseGlobalProto.BaseGlobalManage",
|
|
|
|
|
HandlerType: (*BaseGlobalManageServer)(nil),
|
|
|
|
@ -807,6 +913,10 @@ var _BaseGlobalManage_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
MethodName: "PageBaseGlobal",
|
|
|
|
|
Handler: _BaseGlobalManage_PageBaseGlobal_Handler,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
MethodName: "GetBaseGlobalByCodes",
|
|
|
|
|
Handler: _BaseGlobalManage_GetBaseGlobalByCodes_Handler,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
|
Metadata: "BaseGlobal.proto",
|
|
|
|
|