|
@@ -747,6 +747,8 @@ type GoodsGetResp struct {
|
|
|
Id int64 `protobuf:"varint,22,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
ErrorMsg string `protobuf:"bytes,23,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
|
|
|
ErrorCode int64 `protobuf:"varint,24,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
|
|
|
+ Describes string `protobuf:"bytes,25,opt,name=describes,proto3" json:"describes,omitempty"`
|
|
|
+ Label string `protobuf:"bytes,26,opt,name=label,proto3" json:"label,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *GoodsGetResp) Reset() {
|
|
@@ -949,6 +951,20 @@ func (x *GoodsGetResp) GetErrorCode() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+func (x *GoodsGetResp) GetDescribes() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Describes
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsGetResp) GetLabel() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Label
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
//
|
|
|
type FunctionDefineReq struct {
|
|
|
state protoimpl.MessageState
|
|
@@ -1288,6 +1304,7 @@ type GoodsSpecGetResp struct {
|
|
|
UpdateTime string `protobuf:"bytes,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"` //修改时间
|
|
|
ErrorMsg string `protobuf:"bytes,14,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
|
|
|
ErrorCode int64 `protobuf:"varint,15,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
|
|
|
+ Appid string `protobuf:"bytes,16,opt,name=appid,proto3" json:"appid,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *GoodsSpecGetResp) Reset() {
|
|
@@ -1427,6 +1444,197 @@ func (x *GoodsSpecGetResp) GetErrorCode() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+func (x *GoodsSpecGetResp) GetAppid() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Appid
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+//新增商品规格权益 入参
|
|
|
+type GoodsSpecPowerAddReq struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid,omitempty"`
|
|
|
+ GoodsFunctionId int64 `protobuf:"varint,3,opt,name=goods_function_id,json=goodsFunctionId,proto3" json:"goods_function_id,omitempty"` //商品功能id
|
|
|
+ GoodsCode string `protobuf:"bytes,4,opt,name=goods_code,json=goodsCode,proto3" json:"goods_code,omitempty"` //商品代码
|
|
|
+ SpecId int64 `protobuf:"varint,5,opt,name=spec_id,json=specId,proto3" json:"spec_id,omitempty"` //规格id
|
|
|
+ FunctionCode string `protobuf:"bytes,6,opt,name=function_code,json=functionCode,proto3" json:"function_code,omitempty"` //功能代码
|
|
|
+ LimitStrategy string `protobuf:"bytes,7,opt,name=limit_strategy,json=limitStrategy,proto3" json:"limit_strategy,omitempty"` //限制频率
|
|
|
+ Cycle string `protobuf:"bytes,8,opt,name=cycle,proto3" json:"cycle,omitempty"` //周期
|
|
|
+ StrategyCount int64 `protobuf:"varint,9,opt,name=strategy_count,json=strategyCount,proto3" json:"strategy_count,omitempty"` //频率数量
|
|
|
+ MaxNum int64 `protobuf:"varint,10,opt,name=max_num,json=maxNum,proto3" json:"max_num,omitempty"` //最大数量 不可修改,从原始表带过来
|
|
|
+ UseCount int64 `protobuf:"varint,11,opt,name=use_count,json=useCount,proto3" json:"use_count,omitempty"` //数量
|
|
|
+ PowerType int64 `protobuf:"varint,12,opt,name=power_type,json=powerType,proto3" json:"power_type,omitempty"` //权益所属类型 1:个人 2:企业
|
|
|
+ CountType int64 `protobuf:"varint,13,opt,name=count_type,json=countType,proto3" json:"count_type,omitempty"` //数量类型 1:固定值 2:计算公式(生成权益时需要计算,比如:超级订阅送画像)
|
|
|
+ PowerCount int64 `protobuf:"varint,14,opt,name=power_count,json=powerCount,proto3" json:"power_count,omitempty"` //授权数量
|
|
|
+ JudgeRepeatMechanism int64 `protobuf:"varint,15,opt,name=judge_repeat_mechanism,json=judgeRepeatMechanism,proto3" json:"judge_repeat_mechanism,omitempty"` //判重机制 0:无 1:通用判重 2:应用判重
|
|
|
+ JudgeRepeatScope int64 `protobuf:"varint,16,opt,name=judge_repeat_scope,json=judgeRepeatScope,proto3" json:"judge_repeat_scope,omitempty"` //判重范围
|
|
|
+ JudgeRepeatFlag string `protobuf:"bytes,17,opt,name=judge_repeat_flag,json=judgeRepeatFlag,proto3" json:"judge_repeat_flag,omitempty"` //判重标识 _id、projectid
|
|
|
+ JudgeRepeatStrategy int64 `protobuf:"varint,18,opt,name=judge_repeat_strategy,json=judgeRepeatStrategy,proto3" json:"judge_repeat_strategy,omitempty"` //判重策略 0:无需判重 1:通用判重 2:应用自己判重
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) Reset() {
|
|
|
+ *x = GoodsSpecPowerAddReq{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_goodsCenter_proto_msgTypes[15]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*GoodsSpecPowerAddReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_goodsCenter_proto_msgTypes[15]
|
|
|
+ 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 GoodsSpecPowerAddReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*GoodsSpecPowerAddReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_goodsCenter_proto_rawDescGZIP(), []int{15}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetAppid() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Appid
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetGoodsFunctionId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.GoodsFunctionId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetGoodsCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.GoodsCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetSpecId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.SpecId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetFunctionCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.FunctionCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetLimitStrategy() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.LimitStrategy
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetCycle() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Cycle
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetStrategyCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.StrategyCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetMaxNum() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MaxNum
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetUseCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UseCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetPowerType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PowerType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetCountType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CountType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetPowerCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PowerCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetJudgeRepeatMechanism() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.JudgeRepeatMechanism
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetJudgeRepeatScope() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.JudgeRepeatScope
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetJudgeRepeatFlag() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.JudgeRepeatFlag
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *GoodsSpecPowerAddReq) GetJudgeRepeatStrategy() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.JudgeRepeatStrategy
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
var File_goodsCenter_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_goodsCenter_proto_rawDesc = []byte{
|
|
@@ -1515,7 +1723,7 @@ var file_goodsCenter_proto_rawDesc = []byte{
|
|
|
0x72, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x33, 0x0a, 0x0b, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x47, 0x65,
|
|
|
0x74, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
|
0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x88, 0x06, 0x0a, 0x0c, 0x47,
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0xbc, 0x06, 0x0a, 0x0c, 0x47,
|
|
|
0x6f, 0x6f, 0x64, 0x73, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x61,
|
|
|
0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69,
|
|
|
0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
@@ -1564,112 +1772,161 @@ var file_goodsCenter_proto_rawDesc = []byte{
|
|
|
0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72,
|
|
|
0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f,
|
|
|
0x63, 0x6f, 0x64, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f,
|
|
|
- 0x72, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x88, 0x01, 0x0a, 0x11, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69,
|
|
|
- 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1d, 0x0a, 0x0a, 0x67,
|
|
|
- 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x09, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70,
|
|
|
- 0x70, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64,
|
|
|
- 0x12, 0x2a, 0x0a, 0x11, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x64,
|
|
|
- 0x65, 0x5f, 0x61, 0x72, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x75, 0x6e,
|
|
|
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x41, 0x72, 0x72, 0x12, 0x12, 0x0a, 0x04,
|
|
|
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
- 0x22, 0xaa, 0x03, 0x0a, 0x09, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x12, 0x14,
|
|
|
- 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
|
|
|
- 0x70, 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x67, 0x6f, 0x6f, 0x64,
|
|
|
- 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x6f,
|
|
|
- 0x6f, 0x64, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x72, 0x69, 0x67, 0x69,
|
|
|
- 0x6e, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6f,
|
|
|
- 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x6b,
|
|
|
- 0x75, 0x5f, 0x6d, 0x61, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x6b, 0x75,
|
|
|
- 0x4d, 0x61, 0x78, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69,
|
|
|
- 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63,
|
|
|
- 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2f,
|
|
|
- 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x6f,
|
|
|
- 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x63, 0x61, 0x6c,
|
|
|
- 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x12,
|
|
|
- 0x29, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6d,
|
|
|
- 0x6f, 0x64, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x63, 0x75,
|
|
|
- 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61,
|
|
|
- 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x16, 0x0a, 0x06,
|
|
|
- 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65,
|
|
|
- 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x70,
|
|
|
- 0x72, 0x69, 0x63, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x63, 0x74, 0x75,
|
|
|
- 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x34, 0x0a, 0x10, 0x67, 0x6f, 0x6f, 0x64, 0x73,
|
|
|
- 0x5f, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x18, 0x0c, 0x20, 0x03, 0x28,
|
|
|
- 0x0b, 0x32, 0x0a, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x52, 0x0e, 0x67,
|
|
|
- 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x12, 0x0e, 0x0a,
|
|
|
- 0x02, 0x69, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x3c, 0x0a,
|
|
|
- 0x0f, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71,
|
|
|
- 0x12, 0x29, 0x0a, 0x0a, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x73, 0x70, 0x65, 0x63, 0x18, 0x01,
|
|
|
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63,
|
|
|
- 0x52, 0x09, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x22, 0x40, 0x0a, 0x0f, 0x47,
|
|
|
- 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x12, 0x17,
|
|
|
- 0x0a, 0x07, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x06, 0x73, 0x70, 0x65, 0x63, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0xeb, 0x03,
|
|
|
- 0x0a, 0x10, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x70, 0x65, 0x63, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e,
|
|
|
- 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
- 0x1d, 0x0a, 0x0a, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x21,
|
|
|
- 0x0a, 0x0c, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x69, 0x63,
|
|
|
- 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x70, 0x72, 0x69, 0x63,
|
|
|
- 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x50,
|
|
|
- 0x72, 0x69, 0x63, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x6b, 0x75, 0x5f, 0x6d, 0x61, 0x78, 0x18,
|
|
|
- 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x6b, 0x75, 0x4d, 0x61, 0x78, 0x12, 0x29, 0x0a,
|
|
|
- 0x10, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70,
|
|
|
- 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61,
|
|
|
- 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2f, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x63,
|
|
|
- 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x18,
|
|
|
- 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69,
|
|
|
- 0x6f, 0x6e, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x61, 0x6c,
|
|
|
- 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x09, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
- 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b,
|
|
|
- 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x1f,
|
|
|
- 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12,
|
|
|
- 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0d, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12,
|
|
|
- 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x0e, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a,
|
|
|
- 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x32, 0xdf, 0x03, 0x0a, 0x0b,
|
|
|
- 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x38, 0x0a, 0x19, 0x47,
|
|
|
- 0x65, 0x74, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x74, 0x61, 0x6e, 0x64,
|
|
|
- 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x79, 0x12, 0x0c, 0x2e, 0x43, 0x6c, 0x61, 0x73, 0x73,
|
|
|
- 0x69, 0x66, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x0d, 0x2e, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66,
|
|
|
- 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x08, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x41, 0x64,
|
|
|
- 0x64, 0x12, 0x0c, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a,
|
|
|
- 0x0d, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x25,
|
|
|
- 0x0a, 0x08, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x44, 0x65, 0x6c, 0x12, 0x0c, 0x2e, 0x47, 0x6f, 0x6f,
|
|
|
- 0x64, 0x73, 0x44, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x0b, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
|
- 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x25, 0x0a, 0x08, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x55, 0x70,
|
|
|
- 0x64, 0x12, 0x0c, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a,
|
|
|
- 0x0b, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x08,
|
|
|
- 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x47, 0x65, 0x74, 0x12, 0x0c, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73,
|
|
|
- 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0d, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x47, 0x65,
|
|
|
- 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x34, 0x0a, 0x11, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
|
|
|
- 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x41, 0x64, 0x64, 0x12, 0x12, 0x2e, 0x46, 0x75, 0x6e,
|
|
|
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0b,
|
|
|
- 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0c, 0x47,
|
|
|
- 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x41, 0x64, 0x64, 0x12, 0x10, 0x2e, 0x47, 0x6f,
|
|
|
- 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0b, 0x2e,
|
|
|
- 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x0c, 0x47, 0x6f,
|
|
|
- 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x12, 0x10, 0x2e, 0x47, 0x6f, 0x6f,
|
|
|
- 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x47,
|
|
|
- 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
- 0x2d, 0x0a, 0x0c, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x44, 0x65, 0x6c, 0x12,
|
|
|
- 0x10, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x52, 0x65,
|
|
|
- 0x71, 0x1a, 0x0b, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d,
|
|
|
- 0x0a, 0x0c, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x55, 0x70, 0x64, 0x12, 0x10,
|
|
|
- 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71,
|
|
|
- 0x1a, 0x0b, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a,
|
|
|
- 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62,
|
|
|
+ 0x65, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
|
|
|
+ 0x62, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x18, 0x1a, 0x20, 0x01,
|
|
|
+ 0x28, 0x09, 0x52, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x22, 0x88, 0x01, 0x0a, 0x11, 0x46, 0x75,
|
|
|
+ 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x12,
|
|
|
+ 0x1d, 0x0a, 0x0a, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14,
|
|
|
+ 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
|
|
|
+ 0x70, 0x70, 0x69, 0x64, 0x12, 0x2a, 0x0a, 0x11, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
+ 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x61, 0x72, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
+ 0x0f, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x41, 0x72, 0x72,
|
|
|
+ 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
+ 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xaa, 0x03, 0x0a, 0x09, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70,
|
|
|
+ 0x65, 0x63, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a,
|
|
|
+ 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x09, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6f,
|
|
|
+ 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
+ 0x03, 0x52, 0x0b, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x17,
|
|
|
+ 0x0a, 0x07, 0x73, 0x6b, 0x75, 0x5f, 0x6d, 0x61, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x06, 0x73, 0x6b, 0x75, 0x4d, 0x61, 0x78, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x63, 0x75,
|
|
|
+ 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
|
+ 0x03, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79,
|
|
|
+ 0x70, 0x65, 0x12, 0x2f, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f,
|
|
|
+ 0x6e, 0x5f, 0x66, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
+ 0x12, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x6f, 0x72, 0x6d,
|
|
|
+ 0x75, 0x6c, 0x61, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69,
|
|
|
+ 0x6f, 0x6e, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63,
|
|
|
+ 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x10,
|
|
|
+ 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67,
|
|
|
+ 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x74, 0x75,
|
|
|
+ 0x61, 0x6c, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b,
|
|
|
+ 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x34, 0x0a, 0x10, 0x67,
|
|
|
+ 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x18,
|
|
|
+ 0x0c, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65,
|
|
|
+ 0x63, 0x52, 0x0e, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x43, 0x68, 0x69, 0x6c,
|
|
|
+ 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
|
|
|
+ 0x64, 0x22, 0x3c, 0x0a, 0x0f, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x41, 0x64,
|
|
|
+ 0x64, 0x52, 0x65, 0x71, 0x12, 0x29, 0x0a, 0x0a, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x73, 0x70,
|
|
|
+ 0x65, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73,
|
|
|
+ 0x53, 0x70, 0x65, 0x63, 0x52, 0x09, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x22,
|
|
|
+ 0x40, 0x0a, 0x0f, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x52,
|
|
|
+ 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x70, 0x65, 0x63, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61,
|
|
|
+ 0x70, 0x70, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69,
|
|
|
+ 0x64, 0x22, 0x81, 0x04, 0x0a, 0x10, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47,
|
|
|
+ 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x69,
|
|
|
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x70, 0x65, 0x63, 0x49, 0x64, 0x12,
|
|
|
+ 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
|
|
|
+ 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x63, 0x6f, 0x64,
|
|
|
+ 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x43, 0x6f,
|
|
|
+ 0x64, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x70, 0x72, 0x69,
|
|
|
+ 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e,
|
|
|
+ 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x5f,
|
|
|
+ 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x63, 0x74,
|
|
|
+ 0x75, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x6b, 0x75, 0x5f,
|
|
|
+ 0x6d, 0x61, 0x78, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x6b, 0x75, 0x4d, 0x61,
|
|
|
+ 0x78, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
+ 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x61, 0x6c,
|
|
|
+ 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2f, 0x0a, 0x13,
|
|
|
+ 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x6f, 0x72, 0x6d,
|
|
|
+ 0x75, 0x6c, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x63, 0x75,
|
|
|
+ 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x12, 0x29, 0x0a,
|
|
|
+ 0x10, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6d, 0x6f, 0x64,
|
|
|
+ 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x63, 0x75, 0x6c, 0x61,
|
|
|
+ 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18,
|
|
|
+ 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65,
|
|
|
+ 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61,
|
|
|
+ 0x72, 0x6b, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d,
|
|
|
+ 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54,
|
|
|
+ 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
|
|
|
+ 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54,
|
|
|
+ 0x69, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67,
|
|
|
+ 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67,
|
|
|
+ 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x0f,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12,
|
|
|
+ 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
|
+ 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0x82, 0x05, 0x0a, 0x14, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53,
|
|
|
+ 0x70, 0x65, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x12, 0x0e,
|
|
|
+ 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14,
|
|
|
+ 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
|
|
|
+ 0x70, 0x70, 0x69, 0x64, 0x12, 0x2a, 0x0a, 0x11, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x66, 0x75,
|
|
|
+ 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x0f, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
+ 0x12, 0x1d, 0x0a, 0x0a, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x6f, 0x6f, 0x64, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12,
|
|
|
+ 0x17, 0x0a, 0x07, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
|
|
|
+ 0x52, 0x06, 0x73, 0x70, 0x65, 0x63, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x66, 0x75, 0x6e, 0x63,
|
|
|
+ 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
+ 0x0c, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x25, 0x0a,
|
|
|
+ 0x0e, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18,
|
|
|
+ 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x53, 0x74, 0x72, 0x61,
|
|
|
+ 0x74, 0x65, 0x67, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x18, 0x08, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x74,
|
|
|
+ 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x0d, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x43, 0x6f, 0x75, 0x6e,
|
|
|
+ 0x74, 0x12, 0x17, 0x0a, 0x07, 0x6d, 0x61, 0x78, 0x5f, 0x6e, 0x75, 0x6d, 0x18, 0x0a, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x06, 0x6d, 0x61, 0x78, 0x4e, 0x75, 0x6d, 0x12, 0x1b, 0x0a, 0x09, 0x75, 0x73,
|
|
|
+ 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x75,
|
|
|
+ 0x73, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x6f, 0x77, 0x65, 0x72,
|
|
|
+ 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x77,
|
|
|
+ 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f,
|
|
|
+ 0x74, 0x79, 0x70, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
+ 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x63,
|
|
|
+ 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x77, 0x65,
|
|
|
+ 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x34, 0x0a, 0x16, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x5f,
|
|
|
+ 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x5f, 0x6d, 0x65, 0x63, 0x68, 0x61, 0x6e, 0x69, 0x73, 0x6d,
|
|
|
+ 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x52, 0x65, 0x70,
|
|
|
+ 0x65, 0x61, 0x74, 0x4d, 0x65, 0x63, 0x68, 0x61, 0x6e, 0x69, 0x73, 0x6d, 0x12, 0x2c, 0x0a, 0x12,
|
|
|
+ 0x6a, 0x75, 0x64, 0x67, 0x65, 0x5f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x5f, 0x73, 0x63, 0x6f,
|
|
|
+ 0x70, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x52,
|
|
|
+ 0x65, 0x70, 0x65, 0x61, 0x74, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x11, 0x6a, 0x75,
|
|
|
+ 0x64, 0x67, 0x65, 0x5f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x18,
|
|
|
+ 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x52, 0x65, 0x70, 0x65,
|
|
|
+ 0x61, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x32, 0x0a, 0x15, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x5f,
|
|
|
+ 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18,
|
|
|
+ 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x13, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x52, 0x65, 0x70, 0x65,
|
|
|
+ 0x61, 0x74, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x32, 0x98, 0x04, 0x0a, 0x0b, 0x47,
|
|
|
+ 0x6f, 0x6f, 0x64, 0x73, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x38, 0x0a, 0x19, 0x47, 0x65,
|
|
|
+ 0x74, 0x42, 0x61, 0x73, 0x65, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x43,
|
|
|
+ 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x79, 0x12, 0x0c, 0x2e, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69,
|
|
|
+ 0x66, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x0d, 0x2e, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x79,
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x08, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x41, 0x64, 0x64,
|
|
|
+ 0x12, 0x0c, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0d,
|
|
|
+ 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x25, 0x0a,
|
|
|
+ 0x08, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x44, 0x65, 0x6c, 0x12, 0x0c, 0x2e, 0x47, 0x6f, 0x6f, 0x64,
|
|
|
+ 0x73, 0x44, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x0b, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x12, 0x25, 0x0a, 0x08, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x55, 0x70, 0x64,
|
|
|
+ 0x12, 0x0c, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0b,
|
|
|
+ 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x08, 0x47,
|
|
|
+ 0x6f, 0x6f, 0x64, 0x73, 0x47, 0x65, 0x74, 0x12, 0x0c, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x47,
|
|
|
+ 0x65, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0d, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x47, 0x65, 0x74,
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x12, 0x34, 0x0a, 0x11, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
+ 0x44, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x41, 0x64, 0x64, 0x12, 0x12, 0x2e, 0x46, 0x75, 0x6e, 0x63,
|
|
|
+ 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0b, 0x2e,
|
|
|
+ 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0c, 0x47, 0x6f,
|
|
|
+ 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x41, 0x64, 0x64, 0x12, 0x10, 0x2e, 0x47, 0x6f, 0x6f,
|
|
|
+ 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0b, 0x2e, 0x53,
|
|
|
+ 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x0c, 0x47, 0x6f, 0x6f,
|
|
|
+ 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x12, 0x10, 0x2e, 0x47, 0x6f, 0x6f, 0x64,
|
|
|
+ 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x47, 0x6f,
|
|
|
+ 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d,
|
|
|
+ 0x0a, 0x0c, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x44, 0x65, 0x6c, 0x12, 0x10,
|
|
|
+ 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71,
|
|
|
+ 0x1a, 0x0b, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a,
|
|
|
+ 0x0c, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x55, 0x70, 0x64, 0x12, 0x10, 0x2e,
|
|
|
+ 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x0b, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x11,
|
|
|
+ 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x41, 0x64,
|
|
|
+ 0x64, 0x12, 0x15, 0x2e, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x53, 0x70, 0x65, 0x63, 0x50, 0x6f, 0x77,
|
|
|
+ 0x65, 0x72, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0b, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
|
+ 0x73, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70,
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -1684,23 +1941,24 @@ func file_goodsCenter_proto_rawDescGZIP() []byte {
|
|
|
return file_goodsCenter_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_goodsCenter_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
|
|
|
+var file_goodsCenter_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
|
|
|
var file_goodsCenter_proto_goTypes = []interface{}{
|
|
|
- (*ClassifyReq)(nil), // 0: ClassifyReq
|
|
|
- (*Classify)(nil), // 1: Classify
|
|
|
- (*ClassifyResp)(nil), // 2: ClassifyResp
|
|
|
- (*GoodsAddReq)(nil), // 3: GoodsAddReq
|
|
|
- (*GoodsAddResp)(nil), // 4: GoodsAddResp
|
|
|
- (*GoodsFunctionAddReq)(nil), // 5: GoodsFunctionAddReq
|
|
|
- (*GoodsDelReq)(nil), // 6: GoodsDelReq
|
|
|
- (*StatusResp)(nil), // 7: StatusResp
|
|
|
- (*GoodsGetReq)(nil), // 8: GoodsGetReq
|
|
|
- (*GoodsGetResp)(nil), // 9: GoodsGetResp
|
|
|
- (*FunctionDefineReq)(nil), // 10: FunctionDefineReq
|
|
|
- (*GoodsSpec)(nil), // 11: GoodsSpec
|
|
|
- (*GoodsSpecAddReq)(nil), // 12: GoodsSpecAddReq
|
|
|
- (*GoodsSpecGetReq)(nil), // 13: GoodsSpecGetReq
|
|
|
- (*GoodsSpecGetResp)(nil), // 14: GoodsSpecGetResp
|
|
|
+ (*ClassifyReq)(nil), // 0: ClassifyReq
|
|
|
+ (*Classify)(nil), // 1: Classify
|
|
|
+ (*ClassifyResp)(nil), // 2: ClassifyResp
|
|
|
+ (*GoodsAddReq)(nil), // 3: GoodsAddReq
|
|
|
+ (*GoodsAddResp)(nil), // 4: GoodsAddResp
|
|
|
+ (*GoodsFunctionAddReq)(nil), // 5: GoodsFunctionAddReq
|
|
|
+ (*GoodsDelReq)(nil), // 6: GoodsDelReq
|
|
|
+ (*StatusResp)(nil), // 7: StatusResp
|
|
|
+ (*GoodsGetReq)(nil), // 8: GoodsGetReq
|
|
|
+ (*GoodsGetResp)(nil), // 9: GoodsGetResp
|
|
|
+ (*FunctionDefineReq)(nil), // 10: FunctionDefineReq
|
|
|
+ (*GoodsSpec)(nil), // 11: GoodsSpec
|
|
|
+ (*GoodsSpecAddReq)(nil), // 12: GoodsSpecAddReq
|
|
|
+ (*GoodsSpecGetReq)(nil), // 13: GoodsSpecGetReq
|
|
|
+ (*GoodsSpecGetResp)(nil), // 14: GoodsSpecGetResp
|
|
|
+ (*GoodsSpecPowerAddReq)(nil), // 15: GoodsSpecPowerAddReq
|
|
|
}
|
|
|
var file_goodsCenter_proto_depIdxs = []int32{
|
|
|
1, // 0: Classify.good:type_name -> Classify
|
|
@@ -1717,18 +1975,20 @@ var file_goodsCenter_proto_depIdxs = []int32{
|
|
|
13, // 11: GoodsCenter.GoodsSpecGet:input_type -> GoodsSpecGetReq
|
|
|
13, // 12: GoodsCenter.GoodsSpecDel:input_type -> GoodsSpecGetReq
|
|
|
12, // 13: GoodsCenter.GoodsSpecUpd:input_type -> GoodsSpecAddReq
|
|
|
- 2, // 14: GoodsCenter.GetBaseGoodsStandClassify:output_type -> ClassifyResp
|
|
|
- 4, // 15: GoodsCenter.GoodsAdd:output_type -> GoodsAddResp
|
|
|
- 7, // 16: GoodsCenter.GoodsDel:output_type -> StatusResp
|
|
|
- 7, // 17: GoodsCenter.GoodsUpd:output_type -> StatusResp
|
|
|
- 9, // 18: GoodsCenter.GoodsGet:output_type -> GoodsGetResp
|
|
|
- 7, // 19: GoodsCenter.FunctionDefineAdd:output_type -> StatusResp
|
|
|
- 7, // 20: GoodsCenter.GoodsSpecAdd:output_type -> StatusResp
|
|
|
- 14, // 21: GoodsCenter.GoodsSpecGet:output_type -> GoodsSpecGetResp
|
|
|
- 7, // 22: GoodsCenter.GoodsSpecDel:output_type -> StatusResp
|
|
|
- 7, // 23: GoodsCenter.GoodsSpecUpd:output_type -> StatusResp
|
|
|
- 14, // [14:24] is the sub-list for method output_type
|
|
|
- 4, // [4:14] is the sub-list for method input_type
|
|
|
+ 15, // 14: GoodsCenter.GoodsSpecPowerAdd:input_type -> GoodsSpecPowerAddReq
|
|
|
+ 2, // 15: GoodsCenter.GetBaseGoodsStandClassify:output_type -> ClassifyResp
|
|
|
+ 4, // 16: GoodsCenter.GoodsAdd:output_type -> GoodsAddResp
|
|
|
+ 7, // 17: GoodsCenter.GoodsDel:output_type -> StatusResp
|
|
|
+ 7, // 18: GoodsCenter.GoodsUpd:output_type -> StatusResp
|
|
|
+ 9, // 19: GoodsCenter.GoodsGet:output_type -> GoodsGetResp
|
|
|
+ 7, // 20: GoodsCenter.FunctionDefineAdd:output_type -> StatusResp
|
|
|
+ 7, // 21: GoodsCenter.GoodsSpecAdd:output_type -> StatusResp
|
|
|
+ 14, // 22: GoodsCenter.GoodsSpecGet:output_type -> GoodsSpecGetResp
|
|
|
+ 7, // 23: GoodsCenter.GoodsSpecDel:output_type -> StatusResp
|
|
|
+ 7, // 24: GoodsCenter.GoodsSpecUpd:output_type -> StatusResp
|
|
|
+ 7, // 25: GoodsCenter.GoodsSpecPowerAdd:output_type -> StatusResp
|
|
|
+ 15, // [15:26] is the sub-list for method output_type
|
|
|
+ 4, // [4:15] 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
|
|
@@ -1920,6 +2180,18 @@ func file_goodsCenter_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
+ file_goodsCenter_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*GoodsSpecPowerAddReq); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
type x struct{}
|
|
|
out := protoimpl.TypeBuilder{
|
|
@@ -1927,7 +2199,7 @@ func file_goodsCenter_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_goodsCenter_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 15,
|
|
|
+ NumMessages: 16,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|