696 lines
22 KiB
Go
696 lines
22 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: buried/buried_msg.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
//获取埋点用户信息
|
|
type BuriedInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *BuriedInfoReq) Reset() {
|
|
*x = BuriedInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BuriedInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BuriedInfoReq) ProtoMessage() {}
|
|
|
|
func (x *BuriedInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BuriedInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*BuriedInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_buried_buried_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type BuriedInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Conitems []*ConIProgress `protobuf:"bytes,1,rep,name=conitems,proto3" json:"conitems"`
|
|
}
|
|
|
|
func (x *BuriedInfoResp) Reset() {
|
|
*x = BuriedInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BuriedInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BuriedInfoResp) ProtoMessage() {}
|
|
|
|
func (x *BuriedInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[1]
|
|
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 BuriedInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*BuriedInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_buried_buried_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *BuriedInfoResp) GetConitems() []*ConIProgress {
|
|
if x != nil {
|
|
return x.Conitems
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//查询任务条件进度需求
|
|
type BuriedInquireProgressReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Conditions []int32 `protobuf:"varint,1,rep,packed,name=conditions,proto3" json:"conditions"`
|
|
}
|
|
|
|
func (x *BuriedInquireProgressReq) Reset() {
|
|
*x = BuriedInquireProgressReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BuriedInquireProgressReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BuriedInquireProgressReq) ProtoMessage() {}
|
|
|
|
func (x *BuriedInquireProgressReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[2]
|
|
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 BuriedInquireProgressReq.ProtoReflect.Descriptor instead.
|
|
func (*BuriedInquireProgressReq) Descriptor() ([]byte, []int) {
|
|
return file_buried_buried_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *BuriedInquireProgressReq) GetConditions() []int32 {
|
|
if x != nil {
|
|
return x.Conditions
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//查询任务条件进度需求
|
|
type BuriedInquireProgressResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Conditions []*ConIProgress `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions"` //未完成
|
|
}
|
|
|
|
func (x *BuriedInquireProgressResp) Reset() {
|
|
*x = BuriedInquireProgressResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BuriedInquireProgressResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BuriedInquireProgressResp) ProtoMessage() {}
|
|
|
|
func (x *BuriedInquireProgressResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[3]
|
|
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 BuriedInquireProgressResp.ProtoReflect.Descriptor instead.
|
|
func (*BuriedInquireProgressResp) Descriptor() ([]byte, []int) {
|
|
return file_buried_buried_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *BuriedInquireProgressResp) GetConditions() []*ConIProgress {
|
|
if x != nil {
|
|
return x.Conditions
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//完成埋点请求
|
|
type BuriedCompleteCondiReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CondiId []int32 `protobuf:"varint,2,rep,packed,name=condiId,proto3" json:"condiId"`
|
|
}
|
|
|
|
func (x *BuriedCompleteCondiReq) Reset() {
|
|
*x = BuriedCompleteCondiReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BuriedCompleteCondiReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BuriedCompleteCondiReq) ProtoMessage() {}
|
|
|
|
func (x *BuriedCompleteCondiReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[4]
|
|
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 BuriedCompleteCondiReq.ProtoReflect.Descriptor instead.
|
|
func (*BuriedCompleteCondiReq) Descriptor() ([]byte, []int) {
|
|
return file_buried_buried_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *BuriedCompleteCondiReq) GetCondiId() []int32 {
|
|
if x != nil {
|
|
return x.CondiId
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//完成埋点
|
|
type BuriedCompleteCondiResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *BuriedCompleteCondiResp) Reset() {
|
|
*x = BuriedCompleteCondiResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BuriedCompleteCondiResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BuriedCompleteCondiResp) ProtoMessage() {}
|
|
|
|
func (x *BuriedCompleteCondiResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[5]
|
|
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 BuriedCompleteCondiResp.ProtoReflect.Descriptor instead.
|
|
func (*BuriedCompleteCondiResp) Descriptor() ([]byte, []int) {
|
|
return file_buried_buried_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
//埋点进度变化推送
|
|
type BuriedChangePush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Conitems []*ConIProgress `protobuf:"bytes,1,rep,name=conitems,proto3" json:"conitems"`
|
|
}
|
|
|
|
func (x *BuriedChangePush) Reset() {
|
|
*x = BuriedChangePush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BuriedChangePush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BuriedChangePush) ProtoMessage() {}
|
|
|
|
func (x *BuriedChangePush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[6]
|
|
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 BuriedChangePush.ProtoReflect.Descriptor instead.
|
|
func (*BuriedChangePush) Descriptor() ([]byte, []int) {
|
|
return file_buried_buried_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *BuriedChangePush) GetConitems() []*ConIProgress {
|
|
if x != nil {
|
|
return x.Conitems
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//RPC 协议 服务器内部使用 客户端不用
|
|
type Rpc_ModuleBuriedTriggerReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Ip string `protobuf:"bytes,1,opt,name=Ip,proto3" json:"Ip"`
|
|
UserSessionId string `protobuf:"bytes,2,opt,name=UserSessionId,proto3" json:"UserSessionId"`
|
|
UserId string `protobuf:"bytes,3,opt,name=UserId,proto3" json:"UserId"`
|
|
ServiceTag string `protobuf:"bytes,4,opt,name=ServiceTag,proto3" json:"ServiceTag"`
|
|
GatewayServiceId string `protobuf:"bytes,5,opt,name=GatewayServiceId,proto3" json:"GatewayServiceId"`
|
|
Group int32 `protobuf:"varint,6,opt,name=Group,proto3" json:"Group"`
|
|
Burieds []*BuriedParam `protobuf:"bytes,7,rep,name=Burieds,proto3" json:"Burieds"`
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) Reset() {
|
|
*x = Rpc_ModuleBuriedTriggerReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Rpc_ModuleBuriedTriggerReq) ProtoMessage() {}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[7]
|
|
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 Rpc_ModuleBuriedTriggerReq.ProtoReflect.Descriptor instead.
|
|
func (*Rpc_ModuleBuriedTriggerReq) Descriptor() ([]byte, []int) {
|
|
return file_buried_buried_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) GetIp() string {
|
|
if x != nil {
|
|
return x.Ip
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) GetUserSessionId() string {
|
|
if x != nil {
|
|
return x.UserSessionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) GetServiceTag() string {
|
|
if x != nil {
|
|
return x.ServiceTag
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) GetGatewayServiceId() string {
|
|
if x != nil {
|
|
return x.GatewayServiceId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) GetGroup() int32 {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerReq) GetBurieds() []*BuriedParam {
|
|
if x != nil {
|
|
return x.Burieds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Rpc_ModuleBuriedTriggerResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerResp) Reset() {
|
|
*x = Rpc_ModuleBuriedTriggerResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Rpc_ModuleBuriedTriggerResp) ProtoMessage() {}
|
|
|
|
func (x *Rpc_ModuleBuriedTriggerResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_buried_buried_msg_proto_msgTypes[8]
|
|
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 Rpc_ModuleBuriedTriggerResp.ProtoReflect.Descriptor instead.
|
|
func (*Rpc_ModuleBuriedTriggerResp) Descriptor() ([]byte, []int) {
|
|
return file_buried_buried_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
var File_buried_buried_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_buried_buried_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x17, 0x62, 0x75, 0x72, 0x69, 0x65, 0x64, 0x2f, 0x62, 0x75, 0x72, 0x69, 0x65, 0x64, 0x5f,
|
|
0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x62, 0x75, 0x72, 0x69, 0x65,
|
|
0x64, 0x2f, 0x62, 0x75, 0x72, 0x69, 0x65, 0x64, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x22, 0x0f, 0x0a, 0x0d, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52,
|
|
0x65, 0x71, 0x22, 0x3b, 0x0a, 0x0e, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64, 0x49, 0x6e, 0x66, 0x6f,
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x69, 0x74, 0x65, 0x6d, 0x73,
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x43, 0x6f, 0x6e, 0x49, 0x50, 0x72, 0x6f,
|
|
0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22,
|
|
0x3a, 0x0a, 0x18, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64, 0x49, 0x6e, 0x71, 0x75, 0x69, 0x72, 0x65,
|
|
0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x63,
|
|
0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52,
|
|
0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x4a, 0x0a, 0x19, 0x42,
|
|
0x75, 0x72, 0x69, 0x65, 0x64, 0x49, 0x6e, 0x71, 0x75, 0x69, 0x72, 0x65, 0x50, 0x72, 0x6f, 0x67,
|
|
0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64,
|
|
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x43,
|
|
0x6f, 0x6e, 0x49, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x0a, 0x63, 0x6f, 0x6e,
|
|
0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x32, 0x0a, 0x16, 0x42, 0x75, 0x72, 0x69, 0x65,
|
|
0x64, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x52, 0x65,
|
|
0x71, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x49, 0x64, 0x18, 0x02, 0x20, 0x03,
|
|
0x28, 0x05, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x49, 0x64, 0x22, 0x19, 0x0a, 0x17, 0x42,
|
|
0x75, 0x72, 0x69, 0x65, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6e,
|
|
0x64, 0x69, 0x52, 0x65, 0x73, 0x70, 0x22, 0x3d, 0x0a, 0x10, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64,
|
|
0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x12, 0x29, 0x0a, 0x08, 0x63, 0x6f,
|
|
0x6e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x43,
|
|
0x6f, 0x6e, 0x49, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x08, 0x63, 0x6f, 0x6e,
|
|
0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0xf4, 0x01, 0x0a, 0x1a, 0x52, 0x70, 0x63, 0x5f, 0x4d, 0x6f,
|
|
0x64, 0x75, 0x6c, 0x65, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65,
|
|
0x72, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x02, 0x49, 0x70, 0x12, 0x24, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x73, 0x73,
|
|
0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x55, 0x73, 0x65,
|
|
0x72, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73,
|
|
0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72,
|
|
0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x61, 0x67,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54,
|
|
0x61, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72,
|
|
0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x47, 0x61,
|
|
0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x14,
|
|
0x0a, 0x05, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x47,
|
|
0x72, 0x6f, 0x75, 0x70, 0x12, 0x26, 0x0a, 0x07, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64, 0x73, 0x18,
|
|
0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64, 0x50, 0x61,
|
|
0x72, 0x61, 0x6d, 0x52, 0x07, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64, 0x73, 0x22, 0x1d, 0x0a, 0x1b,
|
|
0x52, 0x70, 0x63, 0x5f, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64,
|
|
0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e,
|
|
0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_buried_buried_msg_proto_rawDescOnce sync.Once
|
|
file_buried_buried_msg_proto_rawDescData = file_buried_buried_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_buried_buried_msg_proto_rawDescGZIP() []byte {
|
|
file_buried_buried_msg_proto_rawDescOnce.Do(func() {
|
|
file_buried_buried_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_buried_buried_msg_proto_rawDescData)
|
|
})
|
|
return file_buried_buried_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_buried_buried_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
|
|
var file_buried_buried_msg_proto_goTypes = []interface{}{
|
|
(*BuriedInfoReq)(nil), // 0: BuriedInfoReq
|
|
(*BuriedInfoResp)(nil), // 1: BuriedInfoResp
|
|
(*BuriedInquireProgressReq)(nil), // 2: BuriedInquireProgressReq
|
|
(*BuriedInquireProgressResp)(nil), // 3: BuriedInquireProgressResp
|
|
(*BuriedCompleteCondiReq)(nil), // 4: BuriedCompleteCondiReq
|
|
(*BuriedCompleteCondiResp)(nil), // 5: BuriedCompleteCondiResp
|
|
(*BuriedChangePush)(nil), // 6: BuriedChangePush
|
|
(*Rpc_ModuleBuriedTriggerReq)(nil), // 7: Rpc_ModuleBuriedTriggerReq
|
|
(*Rpc_ModuleBuriedTriggerResp)(nil), // 8: Rpc_ModuleBuriedTriggerResp
|
|
(*ConIProgress)(nil), // 9: ConIProgress
|
|
(*BuriedParam)(nil), // 10: BuriedParam
|
|
}
|
|
var file_buried_buried_msg_proto_depIdxs = []int32{
|
|
9, // 0: BuriedInfoResp.conitems:type_name -> ConIProgress
|
|
9, // 1: BuriedInquireProgressResp.conditions:type_name -> ConIProgress
|
|
9, // 2: BuriedChangePush.conitems:type_name -> ConIProgress
|
|
10, // 3: Rpc_ModuleBuriedTriggerReq.Burieds:type_name -> BuriedParam
|
|
4, // [4:4] is the sub-list for method output_type
|
|
4, // [4:4] 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
|
|
}
|
|
|
|
func init() { file_buried_buried_msg_proto_init() }
|
|
func file_buried_buried_msg_proto_init() {
|
|
if File_buried_buried_msg_proto != nil {
|
|
return
|
|
}
|
|
file_buried_buried_db_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_buried_buried_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BuriedInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_buried_buried_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BuriedInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_buried_buried_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BuriedInquireProgressReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_buried_buried_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BuriedInquireProgressResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_buried_buried_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BuriedCompleteCondiReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_buried_buried_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BuriedCompleteCondiResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_buried_buried_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BuriedChangePush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_buried_buried_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Rpc_ModuleBuriedTriggerReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_buried_buried_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Rpc_ModuleBuriedTriggerResp); 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{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_buried_buried_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 9,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_buried_buried_msg_proto_goTypes,
|
|
DependencyIndexes: file_buried_buried_msg_proto_depIdxs,
|
|
MessageInfos: file_buried_buried_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_buried_buried_msg_proto = out.File
|
|
file_buried_buried_msg_proto_rawDesc = nil
|
|
file_buried_buried_msg_proto_goTypes = nil
|
|
file_buried_buried_msg_proto_depIdxs = nil
|
|
}
|