|
@@ -584,11 +584,9 @@ type IsCollActionRes struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- ErrCode int64 `protobuf:"varint,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
|
|
|
- ErrMsg string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
- Iscoll bool `protobuf:"varint,3,opt,name=iscoll,proto3" json:"iscoll,omitempty"`
|
|
|
- Labels []*Labels `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty"`
|
|
|
- Bids []string `protobuf:"bytes,5,rep,name=bids,proto3" json:"bids,omitempty"`
|
|
|
+ ErrCode int64 `protobuf:"varint,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
|
|
|
+ ErrMsg string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
+ Data *IData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *IsCollActionRes) Reset() {
|
|
@@ -637,21 +635,70 @@ func (x *IsCollActionRes) GetErrMsg() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *IsCollActionRes) GetIscoll() bool {
|
|
|
+func (x *IsCollActionRes) GetData() *IData {
|
|
|
+ if x != nil {
|
|
|
+ return x.Data
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type IData struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ Iscoll bool `protobuf:"varint,1,opt,name=iscoll,proto3" json:"iscoll,omitempty"`
|
|
|
+ Labels []*Labels `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"`
|
|
|
+ Bids []string `protobuf:"bytes,3,rep,name=bids,proto3" json:"bids,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *IData) Reset() {
|
|
|
+ *x = IData{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[10]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *IData) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*IData) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *IData) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[10]
|
|
|
+ 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 IData.ProtoReflect.Descriptor instead.
|
|
|
+func (*IData) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxcollection_proto_rawDescGZIP(), []int{10}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *IData) GetIscoll() bool {
|
|
|
if x != nil {
|
|
|
return x.Iscoll
|
|
|
}
|
|
|
return false
|
|
|
}
|
|
|
|
|
|
-func (x *IsCollActionRes) GetLabels() []*Labels {
|
|
|
+func (x *IData) GetLabels() []*Labels {
|
|
|
if x != nil {
|
|
|
return x.Labels
|
|
|
}
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-func (x *IsCollActionRes) GetBids() []string {
|
|
|
+func (x *IData) GetBids() []string {
|
|
|
if x != nil {
|
|
|
return x.Bids
|
|
|
}
|
|
@@ -670,7 +717,7 @@ type Labels struct {
|
|
|
func (x *Labels) Reset() {
|
|
|
*x = Labels{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[10]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[11]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -683,7 +730,7 @@ func (x *Labels) String() string {
|
|
|
func (*Labels) ProtoMessage() {}
|
|
|
|
|
|
func (x *Labels) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[10]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[11]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -696,7 +743,7 @@ func (x *Labels) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Labels.ProtoReflect.Descriptor instead.
|
|
|
func (*Labels) Descriptor() ([]byte, []int) {
|
|
|
- return file_bxcollection_proto_rawDescGZIP(), []int{10}
|
|
|
+ return file_bxcollection_proto_rawDescGZIP(), []int{11}
|
|
|
}
|
|
|
|
|
|
func (x *Labels) GetId() string {
|
|
@@ -731,7 +778,7 @@ type ListReq struct {
|
|
|
func (x *ListReq) Reset() {
|
|
|
*x = ListReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[11]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[12]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -744,7 +791,7 @@ func (x *ListReq) String() string {
|
|
|
func (*ListReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *ListReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[11]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[12]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -757,7 +804,7 @@ func (x *ListReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ListReq.ProtoReflect.Descriptor instead.
|
|
|
func (*ListReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_bxcollection_proto_rawDescGZIP(), []int{11}
|
|
|
+ return file_bxcollection_proto_rawDescGZIP(), []int{12}
|
|
|
}
|
|
|
|
|
|
func (x *ListReq) GetUserId() string {
|
|
@@ -829,7 +876,7 @@ type ListRes struct {
|
|
|
func (x *ListRes) Reset() {
|
|
|
*x = ListRes{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[12]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[13]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -842,7 +889,7 @@ func (x *ListRes) String() string {
|
|
|
func (*ListRes) ProtoMessage() {}
|
|
|
|
|
|
func (x *ListRes) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[12]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[13]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -855,7 +902,7 @@ func (x *ListRes) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ListRes.ProtoReflect.Descriptor instead.
|
|
|
func (*ListRes) Descriptor() ([]byte, []int) {
|
|
|
- return file_bxcollection_proto_rawDescGZIP(), []int{12}
|
|
|
+ return file_bxcollection_proto_rawDescGZIP(), []int{13}
|
|
|
}
|
|
|
|
|
|
func (x *ListRes) GetErrCode() int64 {
|
|
@@ -892,7 +939,7 @@ type ColList struct {
|
|
|
func (x *ColList) Reset() {
|
|
|
*x = ColList{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[13]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[14]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -905,7 +952,7 @@ func (x *ColList) String() string {
|
|
|
func (*ColList) ProtoMessage() {}
|
|
|
|
|
|
func (x *ColList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[13]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[14]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -918,7 +965,7 @@ func (x *ColList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ColList.ProtoReflect.Descriptor instead.
|
|
|
func (*ColList) Descriptor() ([]byte, []int) {
|
|
|
- return file_bxcollection_proto_rawDescGZIP(), []int{13}
|
|
|
+ return file_bxcollection_proto_rawDescGZIP(), []int{14}
|
|
|
}
|
|
|
|
|
|
func (x *ColList) GetCount() int64 {
|
|
@@ -964,7 +1011,7 @@ type ColData struct {
|
|
|
func (x *ColData) Reset() {
|
|
|
*x = ColData{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[14]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[15]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -977,7 +1024,7 @@ func (x *ColData) String() string {
|
|
|
func (*ColData) ProtoMessage() {}
|
|
|
|
|
|
func (x *ColData) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[14]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[15]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -990,7 +1037,7 @@ func (x *ColData) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ColData.ProtoReflect.Descriptor instead.
|
|
|
func (*ColData) Descriptor() ([]byte, []int) {
|
|
|
- return file_bxcollection_proto_rawDescGZIP(), []int{14}
|
|
|
+ return file_bxcollection_proto_rawDescGZIP(), []int{15}
|
|
|
}
|
|
|
|
|
|
func (x *ColData) GetId() string {
|
|
@@ -1090,7 +1137,7 @@ type CommonRes struct {
|
|
|
func (x *CommonRes) Reset() {
|
|
|
*x = CommonRes{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[15]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[16]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1103,7 +1150,7 @@ func (x *CommonRes) String() string {
|
|
|
func (*CommonRes) ProtoMessage() {}
|
|
|
|
|
|
func (x *CommonRes) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_bxcollection_proto_msgTypes[15]
|
|
|
+ mi := &file_bxcollection_proto_msgTypes[16]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1116,7 +1163,7 @@ func (x *CommonRes) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CommonRes.ProtoReflect.Descriptor instead.
|
|
|
func (*CommonRes) Descriptor() ([]byte, []int) {
|
|
|
- return file_bxcollection_proto_rawDescGZIP(), []int{15}
|
|
|
+ return file_bxcollection_proto_rawDescGZIP(), []int{16}
|
|
|
}
|
|
|
|
|
|
func (x *CommonRes) GetErrCode() int64 {
|
|
@@ -1186,96 +1233,99 @@ var file_bxcollection_proto_rawDesc = []byte{
|
|
|
0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
|
|
|
0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x62, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
0x09, 0x52, 0x04, 0x62, 0x69, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c,
|
|
|
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x22, 0x98, 0x01,
|
|
|
- 0x0a, 0x0f, 0x49, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x22, 0x67, 0x0a,
|
|
|
+ 0x0f, 0x49, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73,
|
|
|
+ 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65,
|
|
|
+ 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72,
|
|
|
+ 0x72, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
|
|
|
+ 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x49, 0x44, 0x61, 0x74, 0x61,
|
|
|
+ 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x5a, 0x0a, 0x05, 0x49, 0x44, 0x61, 0x74, 0x61, 0x12,
|
|
|
+ 0x16, 0x0a, 0x06, 0x69, 0x73, 0x63, 0x6f, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
|
+ 0x06, 0x69, 0x73, 0x63, 0x6f, 0x6c, 0x6c, 0x12, 0x25, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c,
|
|
|
+ 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e,
|
|
|
+ 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x12,
|
|
|
+ 0x0a, 0x04, 0x62, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x62, 0x69,
|
|
|
+ 0x64, 0x73, 0x22, 0x36, 0x0a, 0x06, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x0e, 0x0a, 0x02,
|
|
|
+ 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
+ 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
+ 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xed, 0x01, 0x0a, 0x07, 0x4c,
|
|
|
+ 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
|
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12,
|
|
|
+ 0x0a, 0x04, 0x62, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x62, 0x69,
|
|
|
+ 0x64, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65,
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x54, 0x69,
|
|
|
+ 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73,
|
|
|
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61,
|
|
|
+ 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x67, 0x65, 0x6e, 0x75, 0x6d, 0x18, 0x05, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x07, 0x70, 0x61, 0x67, 0x65, 0x6e, 0x75, 0x6d, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
+ 0x62, 0x75, 0x79, 0x65, 0x72, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03,
|
|
|
+ 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
+ 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
|
+ 0x03, 0x52, 0x0b, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x1a,
|
|
|
+ 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03,
|
|
|
+ 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x22, 0x63, 0x0a, 0x07, 0x4c, 0x69,
|
|
|
+ 0x73, 0x74, 0x52, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64,
|
|
|
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65,
|
|
|
+ 0x12, 0x17, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x05, 0x6c, 0x64, 0x61,
|
|
|
+ 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c,
|
|
|
+ 0x2e, 0x43, 0x6f, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x05, 0x6c, 0x64, 0x61, 0x74, 0x61, 0x22,
|
|
|
+ 0x65, 0x0a, 0x07, 0x43, 0x6f, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f,
|
|
|
+ 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
+ 0x12, 0x22, 0x0a, 0x0c, 0x68, 0x61, 0x76, 0x65, 0x4e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65,
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x68, 0x61, 0x76, 0x65, 0x4e, 0x65, 0x78, 0x74,
|
|
|
+ 0x50, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x03, 0x72, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28,
|
|
|
+ 0x0b, 0x32, 0x0e, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x43, 0x6f, 0x6c, 0x44, 0x61, 0x74,
|
|
|
+ 0x61, 0x52, 0x03, 0x72, 0x65, 0x73, 0x22, 0xcb, 0x02, 0x0a, 0x07, 0x43, 0x6f, 0x6c, 0x44, 0x61,
|
|
|
+ 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
|
|
|
+ 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65, 0x61,
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
+ 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x12, 0x0a, 0x04,
|
|
|
+ 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
|
+ 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x5f, 0x73, 0x75, 0x62, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x63, 0x6c,
|
|
|
+ 0x61, 0x73, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x73, 0x53, 0x75, 0x62, 0x73,
|
|
|
+ 0x63, 0x6f, 0x70, 0x65, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x75, 0x62,
|
|
|
+ 0x6c, 0x69, 0x73, 0x68, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b,
|
|
|
+ 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x62,
|
|
|
+ 0x75, 0x64, 0x67, 0x65, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x62, 0x75, 0x64,
|
|
|
+ 0x67, 0x65, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x69, 0x64, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x69, 0x64, 0x61, 0x6d, 0x6f, 0x75, 0x6e,
|
|
|
+ 0x74, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f, 0x77, 0x69, 0x6e,
|
|
|
+ 0x6e, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x57, 0x69, 0x6e, 0x6e,
|
|
|
+ 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x69, 0x64, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x69, 0x6d,
|
|
|
+ 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x62, 0x69, 0x64, 0x6f, 0x70, 0x65, 0x6e,
|
|
|
+ 0x74, 0x69, 0x6d, 0x65, 0x22, 0x3f, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
0x73, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
|
|
|
0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07,
|
|
|
0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65,
|
|
|
- 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x63, 0x6f, 0x6c, 0x6c, 0x18,
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x63, 0x6f, 0x6c, 0x6c, 0x12, 0x25, 0x0a,
|
|
|
- 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e,
|
|
|
- 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x52, 0x06, 0x6c, 0x61,
|
|
|
- 0x62, 0x65, 0x6c, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x62, 0x69, 0x64, 0x73, 0x18, 0x05, 0x20, 0x03,
|
|
|
- 0x28, 0x09, 0x52, 0x04, 0x62, 0x69, 0x64, 0x73, 0x22, 0x36, 0x0a, 0x06, 0x4c, 0x61, 0x62, 0x65,
|
|
|
- 0x6c, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
|
|
|
- 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
|
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
- 0x22, 0xed, 0x01, 0x0a, 0x07, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06,
|
|
|
- 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73,
|
|
|
- 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x62, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x04, 0x62, 0x69, 0x64, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x6c, 0x65,
|
|
|
- 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65,
|
|
|
- 0x6c, 0x65, 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x79, 0x65,
|
|
|
- 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75,
|
|
|
- 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x67, 0x65,
|
|
|
- 0x6e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x70, 0x61, 0x67, 0x65, 0x6e,
|
|
|
- 0x75, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x50, 0x68, 0x6f, 0x6e, 0x65,
|
|
|
- 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x50, 0x68, 0x6f,
|
|
|
- 0x6e, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x68, 0x6f, 0x6e,
|
|
|
- 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x50,
|
|
|
- 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x73, 0x69, 0x7a, 0x65,
|
|
|
- 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x73, 0x69, 0x7a, 0x65,
|
|
|
- 0x22, 0x63, 0x0a, 0x07, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x65,
|
|
|
- 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65,
|
|
|
- 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73,
|
|
|
- 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12,
|
|
|
- 0x24, 0x0a, 0x05, 0x6c, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e,
|
|
|
- 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x43, 0x6f, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x05,
|
|
|
- 0x6c, 0x64, 0x61, 0x74, 0x61, 0x22, 0x65, 0x0a, 0x07, 0x43, 0x6f, 0x6c, 0x4c, 0x69, 0x73, 0x74,
|
|
|
- 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x68, 0x61, 0x76, 0x65, 0x4e, 0x65,
|
|
|
- 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x68, 0x61,
|
|
|
- 0x76, 0x65, 0x4e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x03, 0x72, 0x65,
|
|
|
- 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e,
|
|
|
- 0x43, 0x6f, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x03, 0x72, 0x65, 0x73, 0x22, 0xcb, 0x02, 0x0a,
|
|
|
- 0x07, 0x43, 0x6f, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c,
|
|
|
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x12,
|
|
|
- 0x0a, 0x04, 0x61, 0x72, 0x65, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72,
|
|
|
- 0x65, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73,
|
|
|
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61,
|
|
|
- 0x73, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x5f, 0x73, 0x75, 0x62, 0x73,
|
|
|
- 0x63, 0x6f, 0x70, 0x65, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x0e, 0x73, 0x53, 0x75, 0x62, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x12,
|
|
|
- 0x20, 0x0a, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x07,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x74, 0x69, 0x6d,
|
|
|
- 0x65, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x64, 0x67, 0x65, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x06, 0x62, 0x75, 0x64, 0x67, 0x65, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x69, 0x64,
|
|
|
- 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x69,
|
|
|
- 0x64, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72,
|
|
|
- 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x19, 0x0a,
|
|
|
- 0x08, 0x73, 0x5f, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x07, 0x73, 0x57, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x69, 0x64, 0x6f,
|
|
|
- 0x70, 0x65, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x62,
|
|
|
- 0x69, 0x64, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x3f, 0x0a, 0x09, 0x43, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63,
|
|
|
- 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f,
|
|
|
- 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x32, 0xdd, 0x02, 0x0a, 0x05,
|
|
|
- 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x12, 0x32, 0x0a, 0x08, 0x41, 0x64, 0x64, 0x6c, 0x61, 0x62, 0x65,
|
|
|
- 0x6c, 0x12, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x41, 0x64, 0x64, 0x6c, 0x61, 0x62,
|
|
|
- 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x41, 0x64,
|
|
|
- 0x64, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x12, 0x44, 0x0a, 0x0e, 0x47, 0x65, 0x74,
|
|
|
- 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x2e, 0x62, 0x78,
|
|
|
- 0x63, 0x6f, 0x6c, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69,
|
|
|
- 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x47, 0x65,
|
|
|
- 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12,
|
|
|
- 0x3b, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x15,
|
|
|
- 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69,
|
|
|
- 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x4c, 0x61,
|
|
|
- 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x35, 0x0a, 0x08,
|
|
|
- 0x42, 0x43, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c,
|
|
|
- 0x2e, 0x42, 0x43, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x62,
|
|
|
- 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
- 0x52, 0x65, 0x73, 0x12, 0x3e, 0x0a, 0x0c, 0x49, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x41, 0x63, 0x74,
|
|
|
- 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x49, 0x73, 0x43, 0x6f,
|
|
|
- 0x6c, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x62, 0x78,
|
|
|
- 0x63, 0x6f, 0x6c, 0x2e, 0x49, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
- 0x52, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x2e, 0x62, 0x78,
|
|
|
- 0x63, 0x6f, 0x6c, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0e, 0x2e, 0x62, 0x78,
|
|
|
- 0x63, 0x6f, 0x6c, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x42, 0x09, 0x5a, 0x07, 0x2e,
|
|
|
- 0x2f, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x72, 0x72, 0x4d, 0x73, 0x67, 0x32, 0xdd, 0x02, 0x0a, 0x05, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x12,
|
|
|
+ 0x32, 0x0a, 0x08, 0x41, 0x64, 0x64, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x12, 0x2e, 0x62, 0x78,
|
|
|
+ 0x63, 0x6f, 0x6c, 0x2e, 0x41, 0x64, 0x64, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x41, 0x64, 0x64, 0x6c, 0x61, 0x62, 0x65, 0x6c,
|
|
|
+ 0x52, 0x65, 0x73, 0x12, 0x44, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41,
|
|
|
+ 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x47, 0x65,
|
|
|
+ 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x18, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c,
|
|
|
+ 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x3b, 0x0a, 0x0b, 0x4c, 0x61, 0x62,
|
|
|
+ 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x15, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c,
|
|
|
+ 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x15, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74,
|
|
|
+ 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x35, 0x0a, 0x08, 0x42, 0x43, 0x41, 0x63, 0x74, 0x69,
|
|
|
+ 0x6f, 0x6e, 0x12, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x42, 0x43, 0x41, 0x63, 0x74,
|
|
|
+ 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x4c,
|
|
|
+ 0x61, 0x62, 0x65, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x3e, 0x0a,
|
|
|
+ 0x0c, 0x49, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e,
|
|
|
+ 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x49, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x41, 0x63, 0x74, 0x69,
|
|
|
+ 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x49, 0x73,
|
|
|
+ 0x43, 0x6f, 0x6c, 0x6c, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x26, 0x0a,
|
|
|
+ 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x4c, 0x69,
|
|
|
+ 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0e, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x6c, 0x2e, 0x4c, 0x69,
|
|
|
+ 0x73, 0x74, 0x52, 0x65, 0x73, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x62, 0x78, 0x63, 0x6f, 0x6c,
|
|
|
+ 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -1290,7 +1340,7 @@ func file_bxcollection_proto_rawDescGZIP() []byte {
|
|
|
return file_bxcollection_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_bxcollection_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
|
|
|
+var file_bxcollection_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
|
|
|
var file_bxcollection_proto_goTypes = []interface{}{
|
|
|
(*AddlabelReq)(nil), // 0: bxcol.AddlabelReq
|
|
|
(*AddlabelRes)(nil), // 1: bxcol.AddlabelRes
|
|
@@ -1302,35 +1352,37 @@ var file_bxcollection_proto_goTypes = []interface{}{
|
|
|
(*BCActionReq)(nil), // 7: bxcol.BCActionReq
|
|
|
(*IsCollActionReq)(nil), // 8: bxcol.IsCollActionReq
|
|
|
(*IsCollActionRes)(nil), // 9: bxcol.IsCollActionRes
|
|
|
- (*Labels)(nil), // 10: bxcol.Labels
|
|
|
- (*ListReq)(nil), // 11: bxcol.ListReq
|
|
|
- (*ListRes)(nil), // 12: bxcol.ListRes
|
|
|
- (*ColList)(nil), // 13: bxcol.ColList
|
|
|
- (*ColData)(nil), // 14: bxcol.ColData
|
|
|
- (*CommonRes)(nil), // 15: bxcol.CommonRes
|
|
|
+ (*IData)(nil), // 10: bxcol.IData
|
|
|
+ (*Labels)(nil), // 11: bxcol.Labels
|
|
|
+ (*ListReq)(nil), // 12: bxcol.ListReq
|
|
|
+ (*ListRes)(nil), // 13: bxcol.ListRes
|
|
|
+ (*ColList)(nil), // 14: bxcol.ColList
|
|
|
+ (*ColData)(nil), // 15: bxcol.ColData
|
|
|
+ (*CommonRes)(nil), // 16: bxcol.CommonRes
|
|
|
}
|
|
|
var file_bxcollection_proto_depIdxs = []int32{
|
|
|
4, // 0: bxcol.GetLabelActionRes.labels:type_name -> bxcol.LabelByUser
|
|
|
- 10, // 1: bxcol.IsCollActionRes.labels:type_name -> bxcol.Labels
|
|
|
- 13, // 2: bxcol.ListRes.ldata:type_name -> bxcol.ColList
|
|
|
- 14, // 3: bxcol.ColList.res:type_name -> bxcol.ColData
|
|
|
- 0, // 4: bxcol.bxcol.Addlabel:input_type -> bxcol.AddlabelReq
|
|
|
- 2, // 5: bxcol.bxcol.GetLabelAction:input_type -> bxcol.GetLabelActionReq
|
|
|
- 5, // 6: bxcol.bxcol.LabelAction:input_type -> bxcol.LabelActionReq
|
|
|
- 7, // 7: bxcol.bxcol.BCAction:input_type -> bxcol.BCActionReq
|
|
|
- 8, // 8: bxcol.bxcol.IsCollAction:input_type -> bxcol.IsCollActionReq
|
|
|
- 11, // 9: bxcol.bxcol.List:input_type -> bxcol.ListReq
|
|
|
- 1, // 10: bxcol.bxcol.Addlabel:output_type -> bxcol.AddlabelRes
|
|
|
- 3, // 11: bxcol.bxcol.GetLabelAction:output_type -> bxcol.GetLabelActionRes
|
|
|
- 6, // 12: bxcol.bxcol.LabelAction:output_type -> bxcol.LabelActionRes
|
|
|
- 6, // 13: bxcol.bxcol.BCAction:output_type -> bxcol.LabelActionRes
|
|
|
- 9, // 14: bxcol.bxcol.IsCollAction:output_type -> bxcol.IsCollActionRes
|
|
|
- 12, // 15: bxcol.bxcol.List:output_type -> bxcol.ListRes
|
|
|
- 10, // [10:16] is the sub-list for method output_type
|
|
|
- 4, // [4:10] is the sub-list for method input_type
|
|
|
- 4, // [4:4] is the sub-list for extension type_name
|
|
|
- 4, // [4:4] is the sub-list for extension extendee
|
|
|
- 0, // [0:4] is the sub-list for field type_name
|
|
|
+ 10, // 1: bxcol.IsCollActionRes.data:type_name -> bxcol.IData
|
|
|
+ 11, // 2: bxcol.IData.labels:type_name -> bxcol.Labels
|
|
|
+ 14, // 3: bxcol.ListRes.ldata:type_name -> bxcol.ColList
|
|
|
+ 15, // 4: bxcol.ColList.res:type_name -> bxcol.ColData
|
|
|
+ 0, // 5: bxcol.bxcol.Addlabel:input_type -> bxcol.AddlabelReq
|
|
|
+ 2, // 6: bxcol.bxcol.GetLabelAction:input_type -> bxcol.GetLabelActionReq
|
|
|
+ 5, // 7: bxcol.bxcol.LabelAction:input_type -> bxcol.LabelActionReq
|
|
|
+ 7, // 8: bxcol.bxcol.BCAction:input_type -> bxcol.BCActionReq
|
|
|
+ 8, // 9: bxcol.bxcol.IsCollAction:input_type -> bxcol.IsCollActionReq
|
|
|
+ 12, // 10: bxcol.bxcol.List:input_type -> bxcol.ListReq
|
|
|
+ 1, // 11: bxcol.bxcol.Addlabel:output_type -> bxcol.AddlabelRes
|
|
|
+ 3, // 12: bxcol.bxcol.GetLabelAction:output_type -> bxcol.GetLabelActionRes
|
|
|
+ 6, // 13: bxcol.bxcol.LabelAction:output_type -> bxcol.LabelActionRes
|
|
|
+ 6, // 14: bxcol.bxcol.BCAction:output_type -> bxcol.LabelActionRes
|
|
|
+ 9, // 15: bxcol.bxcol.IsCollAction:output_type -> bxcol.IsCollActionRes
|
|
|
+ 13, // 16: bxcol.bxcol.List:output_type -> bxcol.ListRes
|
|
|
+ 11, // [11:17] is the sub-list for method output_type
|
|
|
+ 5, // [5:11] is the sub-list for method input_type
|
|
|
+ 5, // [5:5] is the sub-list for extension type_name
|
|
|
+ 5, // [5:5] is the sub-list for extension extendee
|
|
|
+ 0, // [0:5] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
func init() { file_bxcollection_proto_init() }
|
|
@@ -1460,7 +1512,7 @@ func file_bxcollection_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_bxcollection_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*Labels); i {
|
|
|
+ switch v := v.(*IData); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -1472,7 +1524,7 @@ func file_bxcollection_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_bxcollection_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ListReq); i {
|
|
|
+ switch v := v.(*Labels); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -1484,7 +1536,7 @@ func file_bxcollection_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_bxcollection_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ListRes); i {
|
|
|
+ switch v := v.(*ListReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -1496,7 +1548,7 @@ func file_bxcollection_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_bxcollection_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ColList); i {
|
|
|
+ switch v := v.(*ListRes); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -1508,7 +1560,7 @@ func file_bxcollection_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_bxcollection_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ColData); i {
|
|
|
+ switch v := v.(*ColList); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -1520,6 +1572,18 @@ func file_bxcollection_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_bxcollection_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*ColData); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_bxcollection_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CommonRes); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1538,7 +1602,7 @@ func file_bxcollection_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_bxcollection_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 16,
|
|
|
+ NumMessages: 17,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|