|
@@ -30,21 +30,23 @@ type BuyerListReq struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
|
|
- PageNum int64 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` //当前页码
|
|
|
|
- PageSize int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //每页数量
|
|
|
|
- KeyWords string `protobuf:"bytes,4,opt,name=keyWords,proto3" json:"keyWords,omitempty"` //关键词
|
|
|
|
- Province string `protobuf:"bytes,5,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
|
- City string `protobuf:"bytes,6,opt,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
|
- BusinessScope string `protobuf:"bytes,7,opt,name=businessScope,proto3" json:"businessScope,omitempty"` //关键词 附加词 排除词
|
|
|
|
- SortRule int64 `protobuf:"varint,8,opt,name=sortRule,proto3" json:"sortRule,omitempty"` //排序规则
|
|
|
|
- IsCheckFollow bool `protobuf:"varint,9,opt,name=isCheckFollow,proto3" json:"isCheckFollow,omitempty"` //是否查询关注信息(商机管理用户)
|
|
|
|
- IsCheckReceive bool `protobuf:"varint,10,opt,name=isCheckReceive,proto3" json:"isCheckReceive,omitempty"` //是否查询已领取(商机管理用户)
|
|
|
|
- Industry string `protobuf:"bytes,11,opt,name=industry,proto3" json:"industry,omitempty"` //行业
|
|
|
|
- BuyerClass string `protobuf:"bytes,12,opt,name=buyerClass,proto3" json:"buyerClass,omitempty"` //采购单位类型
|
|
|
|
- UserId string `protobuf:"bytes,13,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
|
- UserType string `protobuf:"bytes,14,opt,name=userType,proto3" json:"userType,omitempty"` //用户状态 fType:免费用户 pType:付费用户 vType:超级订阅用户 mType:大会员用户 eType:商机管理用户
|
|
|
|
- Platform string `protobuf:"bytes,15,opt,name=platform,proto3" json:"platform,omitempty"` //请求平台
|
|
|
|
|
|
+ AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
|
|
+ PageNum int64 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` //当前页码
|
|
|
|
+ PageSize int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //每页数量
|
|
|
|
+ BuyerName string `protobuf:"bytes,4,opt,name=buyerName,proto3" json:"buyerName,omitempty"` //采购单位名称
|
|
|
|
+ Province []string `protobuf:"bytes,5,rep,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
|
+ City []string `protobuf:"bytes,6,rep,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
|
+ BusinessScope string `protobuf:"bytes,7,opt,name=businessScope,proto3" json:"businessScope,omitempty"` //关键词 附加词 排除词
|
|
|
|
+ SortRule int64 `protobuf:"varint,8,opt,name=sortRule,proto3" json:"sortRule,omitempty"` //排序规则
|
|
|
|
+ IsCheckFollow bool `protobuf:"varint,9,opt,name=isCheckFollow,proto3" json:"isCheckFollow,omitempty"` //是否查询关注信息(商机管理用户)
|
|
|
|
+ IsCheckReceive bool `protobuf:"varint,10,opt,name=isCheckReceive,proto3" json:"isCheckReceive,omitempty"` //是否查询已领取(商机管理用户)
|
|
|
|
+ Industry []string `protobuf:"bytes,11,rep,name=industry,proto3" json:"industry,omitempty"` //行业
|
|
|
|
+ BuyerClass []string `protobuf:"bytes,12,rep,name=buyerClass,proto3" json:"buyerClass,omitempty"` //采购单位类型
|
|
|
|
+ UserId string `protobuf:"bytes,13,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
|
+ UserType string `protobuf:"bytes,14,opt,name=userType,proto3" json:"userType,omitempty"` //用户状态 fType:免费用户 pType:付费用户 vType:超级订阅用户 mType:大会员用户 eType:商机管理用户
|
|
|
|
+ Platform string `protobuf:"bytes,15,opt,name=platform,proto3" json:"platform,omitempty"` //请求平台
|
|
|
|
+ EntId string `protobuf:"bytes,16,opt,name=entId,proto3" json:"entId,omitempty"` //企业id
|
|
|
|
+ EntUserId string `protobuf:"bytes,17,opt,name=entUserId,proto3" json:"entUserId,omitempty"` //商机管理用户id
|
|
}
|
|
}
|
|
|
|
|
|
func (x *BuyerListReq) Reset() {
|
|
func (x *BuyerListReq) Reset() {
|
|
@@ -100,25 +102,25 @@ func (x *BuyerListReq) GetPageSize() int64 {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *BuyerListReq) GetKeyWords() string {
|
|
|
|
|
|
+func (x *BuyerListReq) GetBuyerName() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.KeyWords
|
|
|
|
|
|
+ return x.BuyerName
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *BuyerListReq) GetProvince() string {
|
|
|
|
|
|
+func (x *BuyerListReq) GetProvince() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Province
|
|
return x.Province
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *BuyerListReq) GetCity() string {
|
|
|
|
|
|
+func (x *BuyerListReq) GetCity() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.City
|
|
return x.City
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
func (x *BuyerListReq) GetBusinessScope() string {
|
|
func (x *BuyerListReq) GetBusinessScope() string {
|
|
@@ -149,18 +151,18 @@ func (x *BuyerListReq) GetIsCheckReceive() bool {
|
|
return false
|
|
return false
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *BuyerListReq) GetIndustry() string {
|
|
|
|
|
|
+func (x *BuyerListReq) GetIndustry() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Industry
|
|
return x.Industry
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *BuyerListReq) GetBuyerClass() string {
|
|
|
|
|
|
+func (x *BuyerListReq) GetBuyerClass() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.BuyerClass
|
|
return x.BuyerClass
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
func (x *BuyerListReq) GetUserId() string {
|
|
func (x *BuyerListReq) GetUserId() string {
|
|
@@ -184,6 +186,20 @@ func (x *BuyerListReq) GetPlatform() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+func (x *BuyerListReq) GetEntId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.EntId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *BuyerListReq) GetEntUserId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.EntUserId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
type BuyerListResp struct {
|
|
type BuyerListResp struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -307,13 +323,13 @@ type BuyerList struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- Buyer string `protobuf:"bytes,1,opt,name=buyer,proto3" json:"buyer,omitempty"` //采购单位名称
|
|
|
|
- Budget float32 `protobuf:"fixed32,2,opt,name=budget,proto3" json:"budget,omitempty"` //预算
|
|
|
|
- Province string `protobuf:"bytes,3,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
|
- City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
|
- PCount string `protobuf:"bytes,5,opt,name=pCount,proto3" json:"pCount,omitempty"` //项目数量
|
|
|
|
- IsFollowed string `protobuf:"bytes,6,opt,name=isFollowed,proto3" json:"isFollowed,omitempty"` //是否关注
|
|
|
|
- IsReceive string `protobuf:"bytes,7,opt,name=isReceive,proto3" json:"isReceive,omitempty"` //是否已领取
|
|
|
|
|
|
+ Buyer string `protobuf:"bytes,1,opt,name=buyer,proto3" json:"buyer,omitempty"` //采购单位名称
|
|
|
|
+ Budget float64 `protobuf:"fixed64,2,opt,name=budget,proto3" json:"budget,omitempty"` //预算
|
|
|
|
+ Province string `protobuf:"bytes,3,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
|
+ City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
|
+ PCount int64 `protobuf:"varint,5,opt,name=pCount,proto3" json:"pCount,omitempty"` //项目数量
|
|
|
|
+ IsFollowed bool `protobuf:"varint,6,opt,name=isFollowed,proto3" json:"isFollowed,omitempty"` //是否关注
|
|
|
|
+ IsReceived bool `protobuf:"varint,7,opt,name=isReceived,proto3" json:"isReceived,omitempty"` //是否已领取
|
|
}
|
|
}
|
|
|
|
|
|
func (x *BuyerList) Reset() {
|
|
func (x *BuyerList) Reset() {
|
|
@@ -355,7 +371,7 @@ func (x *BuyerList) GetBuyer() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *BuyerList) GetBudget() float32 {
|
|
|
|
|
|
+func (x *BuyerList) GetBudget() float64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Budget
|
|
return x.Budget
|
|
}
|
|
}
|
|
@@ -376,90 +392,93 @@ func (x *BuyerList) GetCity() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *BuyerList) GetPCount() string {
|
|
|
|
|
|
+func (x *BuyerList) GetPCount() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.PCount
|
|
return x.PCount
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *BuyerList) GetIsFollowed() string {
|
|
|
|
|
|
+func (x *BuyerList) GetIsFollowed() bool {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.IsFollowed
|
|
return x.IsFollowed
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return false
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *BuyerList) GetIsReceive() string {
|
|
|
|
|
|
+func (x *BuyerList) GetIsReceived() bool {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.IsReceive
|
|
|
|
|
|
+ return x.IsReceived
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return false
|
|
}
|
|
}
|
|
|
|
|
|
var File_bxbuyer_proto protoreflect.FileDescriptor
|
|
var File_bxbuyer_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_bxbuyer_proto_rawDesc = []byte{
|
|
var file_bxbuyer_proto_rawDesc = []byte{
|
|
0x0a, 0x0d, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
|
0x0a, 0x0d, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
|
- 0x07, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x22, 0xc2, 0x03, 0x0a, 0x0c, 0x42, 0x75, 0x79,
|
|
|
|
|
|
+ 0x07, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x22, 0xf8, 0x03, 0x0a, 0x0c, 0x42, 0x75, 0x79,
|
|
0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
|
|
0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12,
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12,
|
|
0x18, 0x0a, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
0x18, 0x0a, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67,
|
|
0x52, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67,
|
|
0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67,
|
|
0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67,
|
|
- 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6b, 0x65, 0x79, 0x57, 0x6f, 0x72, 0x64,
|
|
|
|
- 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6b, 0x65, 0x79, 0x57, 0x6f, 0x72, 0x64,
|
|
|
|
- 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x05, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a,
|
|
|
|
- 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74,
|
|
|
|
- 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x53, 0x63, 0x6f,
|
|
|
|
- 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
|
|
|
|
- 0x73, 0x73, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x6f, 0x72, 0x74, 0x52,
|
|
|
|
- 0x75, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x6f, 0x72, 0x74, 0x52,
|
|
|
|
- 0x75, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x46, 0x6f,
|
|
|
|
- 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x43, 0x68,
|
|
|
|
- 0x65, 0x63, 0x6b, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x73, 0x43,
|
|
|
|
- 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28,
|
|
|
|
- 0x08, 0x52, 0x0e, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76,
|
|
|
|
- 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x18, 0x0b, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x12, 0x1e, 0x0a,
|
|
|
|
- 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28,
|
|
|
|
- 0x09, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x16, 0x0a,
|
|
|
|
- 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75,
|
|
|
|
- 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
|
- 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
|
- 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x0f, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x22, 0x6b, 0x0a,
|
|
|
|
- 0x0d, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 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, 0x26, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
- 0x32, 0x12, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72,
|
|
|
|
- 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x49, 0x0a, 0x09, 0x42, 0x75,
|
|
|
|
- 0x79, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
|
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x26, 0x0a,
|
|
|
|
- 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x78,
|
|
|
|
- 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52,
|
|
|
|
- 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xbf, 0x01, 0x0a, 0x09, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c,
|
|
|
|
- 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
- 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x64,
|
|
|
|
- 0x67, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x62, 0x75, 0x64, 0x67, 0x65,
|
|
|
|
- 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x03, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a,
|
|
|
|
- 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74,
|
|
|
|
- 0x79, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
|
|
- 0x09, 0x52, 0x06, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x46,
|
|
|
|
- 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69,
|
|
|
|
- 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x52,
|
|
|
|
- 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x73,
|
|
|
|
- 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x32, 0x45, 0x0a, 0x07, 0x42, 0x78, 0x62, 0x75, 0x79,
|
|
|
|
- 0x65, 0x72, 0x12, 0x3a, 0x0a, 0x09, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12,
|
|
|
|
- 0x15, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c,
|
|
|
|
- 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72,
|
|
|
|
- 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0b,
|
|
|
|
- 0x5a, 0x09, 0x2e, 0x2f, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
|
|
- 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x75, 0x79, 0x65, 0x72, 0x4e, 0x61,
|
|
|
|
+ 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x75, 0x79, 0x65, 0x72, 0x4e,
|
|
|
|
+ 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18,
|
|
|
|
+ 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12,
|
|
|
|
+ 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x63,
|
|
|
|
+ 0x69, 0x74, 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x53,
|
|
|
|
+ 0x63, 0x6f, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x62, 0x75, 0x73, 0x69,
|
|
|
|
+ 0x6e, 0x65, 0x73, 0x73, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x6f, 0x72,
|
|
|
|
+ 0x74, 0x52, 0x75, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x6f, 0x72,
|
|
|
|
+ 0x74, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
|
|
|
+ 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73,
|
|
|
|
+ 0x43, 0x68, 0x65, 0x63, 0x6b, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x26, 0x0a, 0x0e, 0x69,
|
|
|
|
+ 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x18, 0x0a, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x63, 0x65,
|
|
|
|
+ 0x69, 0x76, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x18,
|
|
|
|
+ 0x0b, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x12,
|
|
|
|
+ 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x0c, 0x20,
|
|
|
|
+ 0x03, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12,
|
|
|
|
+ 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
+ 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54,
|
|
|
|
+ 0x79, 0x70, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54,
|
|
|
|
+ 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18,
|
|
|
|
+ 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12,
|
|
|
|
+ 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
|
|
+ 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
+ 0x49, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65,
|
|
|
|
+ 0x72, 0x49, 0x64, 0x22, 0x6b, 0x0a, 0x0d, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 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, 0x26, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
|
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72,
|
|
|
|
+ 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
|
|
|
|
+ 0x22, 0x49, 0x0a, 0x09, 0x42, 0x75, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a,
|
|
|
|
+ 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f,
|
|
|
|
+ 0x75, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28,
|
|
|
|
+ 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65,
|
|
|
|
+ 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xc1, 0x01, 0x0a, 0x09,
|
|
|
|
+ 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x79,
|
|
|
|
+ 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12,
|
|
|
|
+ 0x16, 0x0a, 0x06, 0x62, 0x75, 0x64, 0x67, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52,
|
|
|
|
+ 0x06, 0x62, 0x75, 0x64, 0x67, 0x65, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69,
|
|
|
|
+ 0x6e, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69,
|
|
|
|
+ 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x43, 0x6f, 0x75, 0x6e,
|
|
|
|
+ 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
|
|
|
+ 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x18, 0x06, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x08, 0x52, 0x0a, 0x69, 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x12,
|
|
|
|
+ 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x18, 0x07, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x08, 0x52, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x32,
|
|
|
|
+ 0x45, 0x0a, 0x07, 0x42, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x3a, 0x0a, 0x09, 0x42, 0x75,
|
|
|
|
+ 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x15, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65,
|
|
|
|
+ 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x16,
|
|
|
|
+ 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69,
|
|
|
|
+ 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x62, 0x78, 0x62, 0x75,
|
|
|
|
+ 0x79, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|