1713 lines
55 KiB
Go
1713 lines
55 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.31.0
|
|
// protoc v5.26.0
|
|
// source: api/governance/governance.proto
|
|
|
|
package governance
|
|
|
|
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 LangSetting struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
LangType string `protobuf:"bytes,1,opt,name=langType,proto3" json:"langType"` //语言类型
|
|
IsSetting int32 `protobuf:"varint,2,opt,name=isSetting,proto3" json:"isSetting"` //是否设置
|
|
}
|
|
|
|
func (x *LangSetting) Reset() {
|
|
*x = LangSetting{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LangSetting) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LangSetting) ProtoMessage() {}
|
|
|
|
func (x *LangSetting) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 LangSetting.ProtoReflect.Descriptor instead.
|
|
func (*LangSetting) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *LangSetting) GetLangType() string {
|
|
if x != nil {
|
|
return x.LangType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *LangSetting) GetIsSetting() int32 {
|
|
if x != nil {
|
|
return x.IsSetting
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GovernanceLangData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title"` //标题
|
|
Attachment string `protobuf:"bytes,2,opt,name=attachment,proto3" json:"attachment"` //附件
|
|
AttachmentName string `protobuf:"bytes,3,opt,name=attachmentName,proto3" json:"attachmentName"` //附件名称
|
|
IsSetting int32 `protobuf:"varint,4,opt,name=isSetting,proto3" json:"isSetting"` //是否设置
|
|
}
|
|
|
|
func (x *GovernanceLangData) Reset() {
|
|
*x = GovernanceLangData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GovernanceLangData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GovernanceLangData) ProtoMessage() {}
|
|
|
|
func (x *GovernanceLangData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 GovernanceLangData.ProtoReflect.Descriptor instead.
|
|
func (*GovernanceLangData) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *GovernanceLangData) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GovernanceLangData) GetAttachment() string {
|
|
if x != nil {
|
|
return x.Attachment
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GovernanceLangData) GetAttachmentName() string {
|
|
if x != nil {
|
|
return x.AttachmentName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GovernanceLangData) GetIsSetting() int32 {
|
|
if x != nil {
|
|
return x.IsSetting
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GovernanceLang struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
LangType string `protobuf:"bytes,1,opt,name=langType,proto3" json:"langType"` //语言类型
|
|
Data *GovernanceLangData `protobuf:"bytes,2,opt,name=data,proto3" json:"data"` //语言数据
|
|
}
|
|
|
|
func (x *GovernanceLang) Reset() {
|
|
*x = GovernanceLang{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GovernanceLang) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GovernanceLang) ProtoMessage() {}
|
|
|
|
func (x *GovernanceLang) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 GovernanceLang.ProtoReflect.Descriptor instead.
|
|
func (*GovernanceLang) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *GovernanceLang) GetLangType() string {
|
|
if x != nil {
|
|
return x.LangType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GovernanceLang) GetData() *GovernanceLangData {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GovernanceInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
|
|
DataByLang []*GovernanceLang `protobuf:"bytes,2,rep,name=dataByLang,proto3" json:"dataByLang"` //语言数据
|
|
Sort int32 `protobuf:"varint,3,opt,name=sort,proto3" json:"sort"` //排序
|
|
Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"` //状态
|
|
}
|
|
|
|
func (x *GovernanceInfo) Reset() {
|
|
*x = GovernanceInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GovernanceInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GovernanceInfo) ProtoMessage() {}
|
|
|
|
func (x *GovernanceInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 GovernanceInfo.ProtoReflect.Descriptor instead.
|
|
func (*GovernanceInfo) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *GovernanceInfo) GetUuid() string {
|
|
if x != nil {
|
|
return x.Uuid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GovernanceInfo) GetDataByLang() []*GovernanceLang {
|
|
if x != nil {
|
|
return x.DataByLang
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GovernanceInfo) GetSort() int32 {
|
|
if x != nil {
|
|
return x.Sort
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GovernanceInfo) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Item struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
|
|
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
|
|
Attachment string `protobuf:"bytes,3,opt,name=attachment,proto3" json:"attachment"`
|
|
AttachmentName string `protobuf:"bytes,4,opt,name=attachmentName,proto3" json:"attachmentName"`
|
|
LangSetting []*LangSetting `protobuf:"bytes,5,rep,name=langSetting,proto3" json:"langSetting"` //语言设置
|
|
Sort int32 `protobuf:"varint,6,opt,name=sort,proto3" json:"sort"`
|
|
Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"`
|
|
UpdatedAt int64 `protobuf:"varint,8,opt,name=updatedAt,proto3" json:"updatedAt"`
|
|
Operator string `protobuf:"bytes,9,opt,name=operator,proto3" json:"operator"`
|
|
OperatorId int32 `protobuf:"varint,10,opt,name=operatorId,proto3" json:"operatorId"`
|
|
}
|
|
|
|
func (x *Item) Reset() {
|
|
*x = Item{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Item) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Item) ProtoMessage() {}
|
|
|
|
func (x *Item) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 Item.ProtoReflect.Descriptor instead.
|
|
func (*Item) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *Item) GetUuid() string {
|
|
if x != nil {
|
|
return x.Uuid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Item) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Item) GetAttachment() string {
|
|
if x != nil {
|
|
return x.Attachment
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Item) GetAttachmentName() string {
|
|
if x != nil {
|
|
return x.AttachmentName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Item) GetLangSetting() []*LangSetting {
|
|
if x != nil {
|
|
return x.LangSetting
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Item) GetSort() int32 {
|
|
if x != nil {
|
|
return x.Sort
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Item) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Item) GetUpdatedAt() int64 {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Item) GetOperator() string {
|
|
if x != nil {
|
|
return x.Operator
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Item) GetOperatorId() int32 {
|
|
if x != nil {
|
|
return x.OperatorId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type DisplayItem struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title"`
|
|
Attachment string `protobuf:"bytes,2,opt,name=attachment,proto3" json:"attachment"`
|
|
AttachmentName string `protobuf:"bytes,3,opt,name=attachmentName,proto3" json:"attachmentName"`
|
|
}
|
|
|
|
func (x *DisplayItem) Reset() {
|
|
*x = DisplayItem{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DisplayItem) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DisplayItem) ProtoMessage() {}
|
|
|
|
func (x *DisplayItem) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 DisplayItem.ProtoReflect.Descriptor instead.
|
|
func (*DisplayItem) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *DisplayItem) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DisplayItem) GetAttachment() string {
|
|
if x != nil {
|
|
return x.Attachment
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DisplayItem) GetAttachmentName() string {
|
|
if x != nil {
|
|
return x.AttachmentName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title"`
|
|
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` // 1 下架 2 上架
|
|
Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
|
|
PageSize int32 `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize"`
|
|
}
|
|
|
|
func (x *ListReq) Reset() {
|
|
*x = ListReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListReq) ProtoMessage() {}
|
|
|
|
func (x *ListReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 ListReq.ProtoReflect.Descriptor instead.
|
|
func (*ListReq) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *ListReq) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListReq) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ListReq) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ListReq) GetPageSize() int32 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ListResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
|
|
Data []*Item `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *ListResp) Reset() {
|
|
*x = ListResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListResp) ProtoMessage() {}
|
|
|
|
func (x *ListResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 ListResp.ProtoReflect.Descriptor instead.
|
|
func (*ListResp) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *ListResp) GetTotal() int32 {
|
|
if x != nil {
|
|
return x.Total
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ListResp) GetData() []*Item {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
|
|
}
|
|
|
|
func (x *DeleteReq) Reset() {
|
|
*x = DeleteReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DeleteReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteReq) ProtoMessage() {}
|
|
|
|
func (x *DeleteReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 DeleteReq.ProtoReflect.Descriptor instead.
|
|
func (*DeleteReq) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *DeleteReq) GetUuid() string {
|
|
if x != nil {
|
|
return x.Uuid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeleteResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *DeleteResp) Reset() {
|
|
*x = DeleteResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DeleteResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteResp) ProtoMessage() {}
|
|
|
|
func (x *DeleteResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_proto_msgTypes[9]
|
|
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 DeleteResp.ProtoReflect.Descriptor instead.
|
|
func (*DeleteResp) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
type EditReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
|
|
DataByLang []*GovernanceLang `protobuf:"bytes,2,rep,name=dataByLang,proto3" json:"dataByLang"`
|
|
Sort int32 `protobuf:"varint,3,opt,name=sort,proto3" json:"sort"`
|
|
Operator string `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator"`
|
|
OperatorId int32 `protobuf:"varint,5,opt,name=operatorId,proto3" json:"operatorId"`
|
|
}
|
|
|
|
func (x *EditReq) Reset() {
|
|
*x = EditReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EditReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EditReq) ProtoMessage() {}
|
|
|
|
func (x *EditReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 EditReq.ProtoReflect.Descriptor instead.
|
|
func (*EditReq) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *EditReq) GetUuid() string {
|
|
if x != nil {
|
|
return x.Uuid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EditReq) GetDataByLang() []*GovernanceLang {
|
|
if x != nil {
|
|
return x.DataByLang
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EditReq) GetSort() int32 {
|
|
if x != nil {
|
|
return x.Sort
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EditReq) GetOperator() string {
|
|
if x != nil {
|
|
return x.Operator
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EditReq) GetOperatorId() int32 {
|
|
if x != nil {
|
|
return x.OperatorId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type EditResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *EditResp) Reset() {
|
|
*x = EditResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EditResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EditResp) ProtoMessage() {}
|
|
|
|
func (x *EditResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_proto_msgTypes[11]
|
|
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 EditResp.ProtoReflect.Descriptor instead.
|
|
func (*EditResp) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
type UpdataStatusReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
|
|
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
|
|
Operator string `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator"`
|
|
OperatorId int32 `protobuf:"varint,4,opt,name=operatorId,proto3" json:"operatorId"`
|
|
}
|
|
|
|
func (x *UpdataStatusReq) Reset() {
|
|
*x = UpdataStatusReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdataStatusReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdataStatusReq) ProtoMessage() {}
|
|
|
|
func (x *UpdataStatusReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_proto_msgTypes[12]
|
|
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 UpdataStatusReq.ProtoReflect.Descriptor instead.
|
|
func (*UpdataStatusReq) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *UpdataStatusReq) GetUuid() string {
|
|
if x != nil {
|
|
return x.Uuid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdataStatusReq) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdataStatusReq) GetOperator() string {
|
|
if x != nil {
|
|
return x.Operator
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdataStatusReq) GetOperatorId() int32 {
|
|
if x != nil {
|
|
return x.OperatorId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UpdataStatusResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
|
|
}
|
|
|
|
func (x *UpdataStatusResp) Reset() {
|
|
*x = UpdataStatusResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdataStatusResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdataStatusResp) ProtoMessage() {}
|
|
|
|
func (x *UpdataStatusResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_proto_msgTypes[13]
|
|
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 UpdataStatusResp.ProtoReflect.Descriptor instead.
|
|
func (*UpdataStatusResp) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *UpdataStatusResp) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetGovernanceInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
|
|
}
|
|
|
|
func (x *GetGovernanceInfoReq) Reset() {
|
|
*x = GetGovernanceInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetGovernanceInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGovernanceInfoReq) ProtoMessage() {}
|
|
|
|
func (x *GetGovernanceInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_proto_msgTypes[14]
|
|
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 GetGovernanceInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*GetGovernanceInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *GetGovernanceInfoReq) GetUuid() string {
|
|
if x != nil {
|
|
return x.Uuid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetGovernanceInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
|
|
Data *GovernanceInfo `protobuf:"bytes,2,opt,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *GetGovernanceInfoResp) Reset() {
|
|
*x = GetGovernanceInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetGovernanceInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGovernanceInfoResp) ProtoMessage() {}
|
|
|
|
func (x *GetGovernanceInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_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 GetGovernanceInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*GetGovernanceInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *GetGovernanceInfoResp) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetGovernanceInfoResp) GetData() *GovernanceInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
|
|
DataByLang []*GovernanceLang `protobuf:"bytes,2,rep,name=dataByLang,proto3" json:"dataByLang"`
|
|
Sort uint32 `protobuf:"varint,3,opt,name=sort,proto3" json:"sort"`
|
|
Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"`
|
|
Operator string `protobuf:"bytes,5,opt,name=operator,proto3" json:"operator"`
|
|
OperatorId int32 `protobuf:"varint,6,opt,name=operatorId,proto3" json:"operatorId"`
|
|
}
|
|
|
|
func (x *CreateReq) Reset() {
|
|
*x = CreateReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CreateReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateReq) ProtoMessage() {}
|
|
|
|
func (x *CreateReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_proto_msgTypes[16]
|
|
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 CreateReq.ProtoReflect.Descriptor instead.
|
|
func (*CreateReq) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *CreateReq) GetUuid() string {
|
|
if x != nil {
|
|
return x.Uuid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateReq) GetDataByLang() []*GovernanceLang {
|
|
if x != nil {
|
|
return x.DataByLang
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CreateReq) GetSort() uint32 {
|
|
if x != nil {
|
|
return x.Sort
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateReq) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateReq) GetOperator() string {
|
|
if x != nil {
|
|
return x.Operator
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateReq) GetOperatorId() int32 {
|
|
if x != nil {
|
|
return x.OperatorId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CreateResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *CreateResp) Reset() {
|
|
*x = CreateResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CreateResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateResp) ProtoMessage() {}
|
|
|
|
func (x *CreateResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_proto_msgTypes[17]
|
|
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 CreateResp.ProtoReflect.Descriptor instead.
|
|
func (*CreateResp) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
type DisplayReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
LangType string `protobuf:"bytes,1,opt,name=langType,proto3" json:"langType"` //语言类型
|
|
}
|
|
|
|
func (x *DisplayReq) Reset() {
|
|
*x = DisplayReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DisplayReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DisplayReq) ProtoMessage() {}
|
|
|
|
func (x *DisplayReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_proto_msgTypes[18]
|
|
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 DisplayReq.ProtoReflect.Descriptor instead.
|
|
func (*DisplayReq) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *DisplayReq) GetLangType() string {
|
|
if x != nil {
|
|
return x.LangType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DisplayResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*DisplayItem `protobuf:"bytes,1,rep,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *DisplayResp) Reset() {
|
|
*x = DisplayResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_governance_governance_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DisplayResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DisplayResp) ProtoMessage() {}
|
|
|
|
func (x *DisplayResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_governance_governance_proto_msgTypes[19]
|
|
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 DisplayResp.ProtoReflect.Descriptor instead.
|
|
func (*DisplayResp) Descriptor() ([]byte, []int) {
|
|
return file_api_governance_governance_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *DisplayResp) GetData() []*DisplayItem {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_api_governance_governance_proto protoreflect.FileDescriptor
|
|
|
|
var file_api_governance_governance_proto_rawDesc = []byte{
|
|
0x0a, 0x1f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65,
|
|
0x2f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x12, 0x0a, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x47, 0x0a,
|
|
0x0b, 0x4c, 0x61, 0x6e, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x6c, 0x61, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
0x6c, 0x61, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65,
|
|
0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53,
|
|
0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x90, 0x01, 0x0a, 0x12, 0x47, 0x6f, 0x76, 0x65, 0x72,
|
|
0x6e, 0x61, 0x6e, 0x63, 0x65, 0x4c, 0x61, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a,
|
|
0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69,
|
|
0x74, 0x6c, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e,
|
|
0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d,
|
|
0x65, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e,
|
|
0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x61, 0x74, 0x74,
|
|
0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69,
|
|
0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09,
|
|
0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x60, 0x0a, 0x0e, 0x47, 0x6f, 0x76,
|
|
0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x4c, 0x61, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6c,
|
|
0x61, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c,
|
|
0x61, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x32, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e,
|
|
0x63, 0x65, 0x2e, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x4c, 0x61, 0x6e,
|
|
0x67, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x8c, 0x01, 0x0a, 0x0e,
|
|
0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12,
|
|
0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75,
|
|
0x69, 0x64, 0x12, 0x3a, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x42, 0x79, 0x4c, 0x61, 0x6e, 0x67,
|
|
0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61,
|
|
0x6e, 0x63, 0x65, 0x2e, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x4c, 0x61,
|
|
0x6e, 0x67, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x42, 0x79, 0x4c, 0x61, 0x6e, 0x67, 0x12, 0x12,
|
|
0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73, 0x6f,
|
|
0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xb9, 0x02, 0x0a, 0x04, 0x49,
|
|
0x74, 0x65, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x04, 0x75, 0x75, 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, 0x1e, 0x0a,
|
|
0x0a, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0a, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x26, 0x0a,
|
|
0x0e, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e,
|
|
0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x39, 0x0a, 0x0b, 0x6c, 0x61, 0x6e, 0x67, 0x53, 0x65, 0x74,
|
|
0x74, 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x76,
|
|
0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x4c, 0x61, 0x6e, 0x67, 0x53, 0x65, 0x74, 0x74,
|
|
0x69, 0x6e, 0x67, 0x52, 0x0b, 0x6c, 0x61, 0x6e, 0x67, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
0x12, 0x12, 0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04,
|
|
0x73, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09,
|
|
0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70,
|
|
0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70,
|
|
0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
|
|
0x6f, 0x72, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72,
|
|
0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x6b, 0x0a, 0x0b, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61,
|
|
0x79, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61,
|
|
0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0a, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x61,
|
|
0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0e, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x22, 0x67, 0x0a, 0x07, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x14,
|
|
0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74,
|
|
0x69, 0x74, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04,
|
|
0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65,
|
|
0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x46, 0x0a, 0x08,
|
|
0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61,
|
|
0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x24,
|
|
0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x67,
|
|
0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04,
|
|
0x64, 0x61, 0x74, 0x61, 0x22, 0x1f, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65,
|
|
0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x0c, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52,
|
|
0x65, 0x73, 0x70, 0x22, 0xa9, 0x01, 0x0a, 0x07, 0x45, 0x64, 0x69, 0x74, 0x52, 0x65, 0x71, 0x12,
|
|
0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75,
|
|
0x75, 0x69, 0x64, 0x12, 0x3a, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x42, 0x79, 0x4c, 0x61, 0x6e,
|
|
0x67, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e,
|
|
0x61, 0x6e, 0x63, 0x65, 0x2e, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x4c,
|
|
0x61, 0x6e, 0x67, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x42, 0x79, 0x4c, 0x61, 0x6e, 0x67, 0x12,
|
|
0x12, 0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73,
|
|
0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12,
|
|
0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x05, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22,
|
|
0x0a, 0x0a, 0x08, 0x45, 0x64, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x79, 0x0a, 0x0f, 0x55,
|
|
0x70, 0x64, 0x61, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x12, 0x12,
|
|
0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75,
|
|
0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70,
|
|
0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70,
|
|
0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
|
|
0x6f, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72,
|
|
0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x24, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x61,
|
|
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73,
|
|
0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x2a, 0x0a, 0x14,
|
|
0x47, 0x65, 0x74, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x59, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x47,
|
|
0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73,
|
|
0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
0x6d, 0x73, 0x67, 0x12, 0x2e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x47,
|
|
0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x64,
|
|
0x61, 0x74, 0x61, 0x22, 0xc3, 0x01, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65,
|
|
0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x3a, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x42, 0x79, 0x4c,
|
|
0x61, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x76, 0x65,
|
|
0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63,
|
|
0x65, 0x4c, 0x61, 0x6e, 0x67, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x42, 0x79, 0x4c, 0x61, 0x6e,
|
|
0x67, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52,
|
|
0x04, 0x73, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a,
|
|
0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65,
|
|
0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f,
|
|
0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x0c, 0x0a, 0x0a, 0x43, 0x72, 0x65,
|
|
0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x28, 0x0a, 0x0a, 0x44, 0x69, 0x73, 0x70, 0x6c,
|
|
0x61, 0x79, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x54, 0x79, 0x70,
|
|
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x54, 0x79, 0x70,
|
|
0x65, 0x22, 0x3a, 0x0a, 0x0b, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x73, 0x70,
|
|
0x12, 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17,
|
|
0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x44, 0x69, 0x73, 0x70,
|
|
0x6c, 0x61, 0x79, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0xd3, 0x03,
|
|
0x0a, 0x0a, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x33, 0x0a, 0x04,
|
|
0x4c, 0x69, 0x73, 0x74, 0x12, 0x13, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63,
|
|
0x65, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x67, 0x6f, 0x76, 0x65,
|
|
0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22,
|
|
0x00, 0x12, 0x39, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x15, 0x2e, 0x67, 0x6f,
|
|
0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52,
|
|
0x65, 0x71, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e,
|
|
0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x33, 0x0a, 0x04,
|
|
0x45, 0x64, 0x69, 0x74, 0x12, 0x13, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63,
|
|
0x65, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x67, 0x6f, 0x76, 0x65,
|
|
0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22,
|
|
0x00, 0x12, 0x4b, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
0x73, 0x12, 0x1b, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x55,
|
|
0x70, 0x64, 0x61, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1c,
|
|
0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61,
|
|
0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x5a,
|
|
0x0a, 0x11, 0x47, 0x65, 0x74, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x12, 0x20, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65,
|
|
0x2e, 0x47, 0x65, 0x74, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x6e,
|
|
0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x21, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e,
|
|
0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65,
|
|
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x39, 0x0a, 0x06, 0x43, 0x72,
|
|
0x65, 0x61, 0x74, 0x65, 0x12, 0x15, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63,
|
|
0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
|
|
0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52,
|
|
0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x3c, 0x0a, 0x07, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79,
|
|
0x12, 0x16, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x44, 0x69,
|
|
0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x67, 0x6f, 0x76, 0x65, 0x72,
|
|
0x6e, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x73,
|
|
0x70, 0x22, 0x00, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x2f, 0x3b, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e,
|
|
0x61, 0x6e, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_api_governance_governance_proto_rawDescOnce sync.Once
|
|
file_api_governance_governance_proto_rawDescData = file_api_governance_governance_proto_rawDesc
|
|
)
|
|
|
|
func file_api_governance_governance_proto_rawDescGZIP() []byte {
|
|
file_api_governance_governance_proto_rawDescOnce.Do(func() {
|
|
file_api_governance_governance_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_governance_governance_proto_rawDescData)
|
|
})
|
|
return file_api_governance_governance_proto_rawDescData
|
|
}
|
|
|
|
var file_api_governance_governance_proto_msgTypes = make([]protoimpl.MessageInfo, 20)
|
|
var file_api_governance_governance_proto_goTypes = []interface{}{
|
|
(*LangSetting)(nil), // 0: governance.LangSetting
|
|
(*GovernanceLangData)(nil), // 1: governance.GovernanceLangData
|
|
(*GovernanceLang)(nil), // 2: governance.GovernanceLang
|
|
(*GovernanceInfo)(nil), // 3: governance.GovernanceInfo
|
|
(*Item)(nil), // 4: governance.Item
|
|
(*DisplayItem)(nil), // 5: governance.DisplayItem
|
|
(*ListReq)(nil), // 6: governance.ListReq
|
|
(*ListResp)(nil), // 7: governance.ListResp
|
|
(*DeleteReq)(nil), // 8: governance.DeleteReq
|
|
(*DeleteResp)(nil), // 9: governance.DeleteResp
|
|
(*EditReq)(nil), // 10: governance.EditReq
|
|
(*EditResp)(nil), // 11: governance.EditResp
|
|
(*UpdataStatusReq)(nil), // 12: governance.UpdataStatusReq
|
|
(*UpdataStatusResp)(nil), // 13: governance.UpdataStatusResp
|
|
(*GetGovernanceInfoReq)(nil), // 14: governance.GetGovernanceInfoReq
|
|
(*GetGovernanceInfoResp)(nil), // 15: governance.GetGovernanceInfoResp
|
|
(*CreateReq)(nil), // 16: governance.CreateReq
|
|
(*CreateResp)(nil), // 17: governance.CreateResp
|
|
(*DisplayReq)(nil), // 18: governance.DisplayReq
|
|
(*DisplayResp)(nil), // 19: governance.DisplayResp
|
|
}
|
|
var file_api_governance_governance_proto_depIdxs = []int32{
|
|
1, // 0: governance.GovernanceLang.data:type_name -> governance.GovernanceLangData
|
|
2, // 1: governance.GovernanceInfo.dataByLang:type_name -> governance.GovernanceLang
|
|
0, // 2: governance.Item.langSetting:type_name -> governance.LangSetting
|
|
4, // 3: governance.ListResp.data:type_name -> governance.Item
|
|
2, // 4: governance.EditReq.dataByLang:type_name -> governance.GovernanceLang
|
|
3, // 5: governance.GetGovernanceInfoResp.data:type_name -> governance.GovernanceInfo
|
|
2, // 6: governance.CreateReq.dataByLang:type_name -> governance.GovernanceLang
|
|
5, // 7: governance.DisplayResp.data:type_name -> governance.DisplayItem
|
|
6, // 8: governance.Governance.List:input_type -> governance.ListReq
|
|
8, // 9: governance.Governance.Delete:input_type -> governance.DeleteReq
|
|
10, // 10: governance.Governance.Edit:input_type -> governance.EditReq
|
|
12, // 11: governance.Governance.UpdataStatus:input_type -> governance.UpdataStatusReq
|
|
14, // 12: governance.Governance.GetGovernanceInfo:input_type -> governance.GetGovernanceInfoReq
|
|
16, // 13: governance.Governance.Create:input_type -> governance.CreateReq
|
|
18, // 14: governance.Governance.Display:input_type -> governance.DisplayReq
|
|
7, // 15: governance.Governance.List:output_type -> governance.ListResp
|
|
9, // 16: governance.Governance.Delete:output_type -> governance.DeleteResp
|
|
11, // 17: governance.Governance.Edit:output_type -> governance.EditResp
|
|
13, // 18: governance.Governance.UpdataStatus:output_type -> governance.UpdataStatusResp
|
|
15, // 19: governance.Governance.GetGovernanceInfo:output_type -> governance.GetGovernanceInfoResp
|
|
17, // 20: governance.Governance.Create:output_type -> governance.CreateResp
|
|
19, // 21: governance.Governance.Display:output_type -> governance.DisplayResp
|
|
15, // [15:22] is the sub-list for method output_type
|
|
8, // [8:15] is the sub-list for method input_type
|
|
8, // [8:8] is the sub-list for extension type_name
|
|
8, // [8:8] is the sub-list for extension extendee
|
|
0, // [0:8] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_api_governance_governance_proto_init() }
|
|
func file_api_governance_governance_proto_init() {
|
|
if File_api_governance_governance_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_api_governance_governance_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*LangSetting); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GovernanceLangData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GovernanceLang); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GovernanceInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Item); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DisplayItem); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ListReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ListResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DeleteReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DeleteResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EditReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EditResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdataStatusReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdataStatusResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetGovernanceInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetGovernanceInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CreateReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CreateResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DisplayReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_governance_governance_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DisplayResp); 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_api_governance_governance_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 20,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_api_governance_governance_proto_goTypes,
|
|
DependencyIndexes: file_api_governance_governance_proto_depIdxs,
|
|
MessageInfos: file_api_governance_governance_proto_msgTypes,
|
|
}.Build()
|
|
File_api_governance_governance_proto = out.File
|
|
file_api_governance_governance_proto_rawDesc = nil
|
|
file_api_governance_governance_proto_goTypes = nil
|
|
file_api_governance_governance_proto_depIdxs = nil
|
|
}
|