代码拉取完成,页面将自动刷新
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc v3.21.12
// source: center_server_rpc.proto
package csrpc
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)
)
// gs 的 cfgplt env 是确定的,但 center 不知道 gs 的 cfgplt env
// center 对应多个 platform
type RechargeGood struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int32 `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"` // 商品 id
Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` // 商品名
Price string `protobuf:"bytes,6,opt,name=price,proto3" json:"price,omitempty"` // 商品金额 0.01
Currency string `protobuf:"bytes,7,opt,name=currency,proto3" json:"currency,omitempty"` // 商品币种 CNY
}
func (x *RechargeGood) Reset() {
*x = RechargeGood{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RechargeGood) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RechargeGood) ProtoMessage() {}
func (x *RechargeGood) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RechargeGood.ProtoReflect.Descriptor instead.
func (*RechargeGood) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{0}
}
func (x *RechargeGood) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
func (x *RechargeGood) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *RechargeGood) GetPrice() string {
if x != nil {
return x.Price
}
return ""
}
func (x *RechargeGood) GetCurrency() string {
if x != nil {
return x.Currency
}
return ""
}
type RechargeOrder struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PlatformOrderNo string `protobuf:"bytes,1,opt,name=platform_order_no,json=platformOrderNo,proto3" json:"platform_order_no,omitempty"`
PlatformStatus string `protobuf:"bytes,2,opt,name=platform_status,json=platformStatus,proto3" json:"platform_status,omitempty"`
Result int32 `protobuf:"varint,3,opt,name=result,proto3" json:"result,omitempty"`
Good *RechargeGood `protobuf:"bytes,4,opt,name=good,proto3" json:"good,omitempty"`
}
func (x *RechargeOrder) Reset() {
*x = RechargeOrder{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RechargeOrder) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RechargeOrder) ProtoMessage() {}
func (x *RechargeOrder) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RechargeOrder.ProtoReflect.Descriptor instead.
func (*RechargeOrder) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{1}
}
func (x *RechargeOrder) GetPlatformOrderNo() string {
if x != nil {
return x.PlatformOrderNo
}
return ""
}
func (x *RechargeOrder) GetPlatformStatus() string {
if x != nil {
return x.PlatformStatus
}
return ""
}
func (x *RechargeOrder) GetResult() int32 {
if x != nil {
return x.Result
}
return 0
}
func (x *RechargeOrder) GetGood() *RechargeGood {
if x != nil {
return x.Good
}
return nil
}
// 充值-创建订单
type RechargeCreateOrderReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
Cuid string `protobuf:"bytes,2,opt,name=cuid,proto3" json:"cuid,omitempty"`
Rid int32 `protobuf:"varint,3,opt,name=rid,proto3" json:"rid,omitempty"`
ServerId int32 `protobuf:"varint,4,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
Good *RechargeGood `protobuf:"bytes,5,opt,name=good,proto3" json:"good,omitempty"`
}
func (x *RechargeCreateOrderReq) Reset() {
*x = RechargeCreateOrderReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RechargeCreateOrderReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RechargeCreateOrderReq) ProtoMessage() {}
func (x *RechargeCreateOrderReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RechargeCreateOrderReq.ProtoReflect.Descriptor instead.
func (*RechargeCreateOrderReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{2}
}
func (x *RechargeCreateOrderReq) GetPlatform() string {
if x != nil {
return x.Platform
}
return ""
}
func (x *RechargeCreateOrderReq) GetCuid() string {
if x != nil {
return x.Cuid
}
return ""
}
func (x *RechargeCreateOrderReq) GetRid() int32 {
if x != nil {
return x.Rid
}
return 0
}
func (x *RechargeCreateOrderReq) GetServerId() int32 {
if x != nil {
return x.ServerId
}
return 0
}
func (x *RechargeCreateOrderReq) GetGood() *RechargeGood {
if x != nil {
return x.Good
}
return nil
}
type RechargeCreateOrderResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PlatformOrderNo string `protobuf:"bytes,1,opt,name=platform_order_no,json=platformOrderNo,proto3" json:"platform_order_no,omitempty"`
PlatformToken string `protobuf:"bytes,2,opt,name=platform_token,json=platformToken,proto3" json:"platform_token,omitempty"`
}
func (x *RechargeCreateOrderResp) Reset() {
*x = RechargeCreateOrderResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RechargeCreateOrderResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RechargeCreateOrderResp) ProtoMessage() {}
func (x *RechargeCreateOrderResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RechargeCreateOrderResp.ProtoReflect.Descriptor instead.
func (*RechargeCreateOrderResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{3}
}
func (x *RechargeCreateOrderResp) GetPlatformOrderNo() string {
if x != nil {
return x.PlatformOrderNo
}
return ""
}
func (x *RechargeCreateOrderResp) GetPlatformToken() string {
if x != nil {
return x.PlatformToken
}
return ""
}
// 充值-检查订单并发货
type RechargeOrderCheckDeliveReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rid int32 `protobuf:"varint,1,opt,name=rid,proto3" json:"rid,omitempty"`
}
func (x *RechargeOrderCheckDeliveReq) Reset() {
*x = RechargeOrderCheckDeliveReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RechargeOrderCheckDeliveReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RechargeOrderCheckDeliveReq) ProtoMessage() {}
func (x *RechargeOrderCheckDeliveReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RechargeOrderCheckDeliveReq.ProtoReflect.Descriptor instead.
func (*RechargeOrderCheckDeliveReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{4}
}
func (x *RechargeOrderCheckDeliveReq) GetRid() int32 {
if x != nil {
return x.Rid
}
return 0
}
type RechargeOrderStatusDeliveResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *RechargeOrderStatusDeliveResp) Reset() {
*x = RechargeOrderStatusDeliveResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RechargeOrderStatusDeliveResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RechargeOrderStatusDeliveResp) ProtoMessage() {}
func (x *RechargeOrderStatusDeliveResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RechargeOrderStatusDeliveResp.ProtoReflect.Descriptor instead.
func (*RechargeOrderStatusDeliveResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{5}
}
// 充值-未发货订单列表
type RechargeNotDelivedListReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
Cuid string `protobuf:"bytes,2,opt,name=cuid,proto3" json:"cuid,omitempty"`
Rid int32 `protobuf:"varint,3,opt,name=rid,proto3" json:"rid,omitempty"`
}
func (x *RechargeNotDelivedListReq) Reset() {
*x = RechargeNotDelivedListReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RechargeNotDelivedListReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RechargeNotDelivedListReq) ProtoMessage() {}
func (x *RechargeNotDelivedListReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RechargeNotDelivedListReq.ProtoReflect.Descriptor instead.
func (*RechargeNotDelivedListReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{6}
}
func (x *RechargeNotDelivedListReq) GetPlatform() string {
if x != nil {
return x.Platform
}
return ""
}
func (x *RechargeNotDelivedListReq) GetCuid() string {
if x != nil {
return x.Cuid
}
return ""
}
func (x *RechargeNotDelivedListReq) GetRid() int32 {
if x != nil {
return x.Rid
}
return 0
}
type RechargeNotDelivedListResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Orders []*RechargeOrder `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"`
}
func (x *RechargeNotDelivedListResp) Reset() {
*x = RechargeNotDelivedListResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RechargeNotDelivedListResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RechargeNotDelivedListResp) ProtoMessage() {}
func (x *RechargeNotDelivedListResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RechargeNotDelivedListResp.ProtoReflect.Descriptor instead.
func (*RechargeNotDelivedListResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{7}
}
func (x *RechargeNotDelivedListResp) GetOrders() []*RechargeOrder {
if x != nil {
return x.Orders
}
return nil
}
// 修改角色信息
type RoleSyncInfoReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Cuid string `protobuf:"bytes,1,opt,name=cuid,proto3" json:"cuid,omitempty"`
Rid int32 `protobuf:"varint,2,opt,name=rid,proto3" json:"rid,omitempty"`
RoleName string `protobuf:"bytes,3,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"`
RoleLv int32 `protobuf:"varint,4,opt,name=role_lv,json=roleLv,proto3" json:"role_lv,omitempty"`
VipLv int32 `protobuf:"varint,5,opt,name=vip_lv,json=vipLv,proto3" json:"vip_lv,omitempty"`
Ce int64 `protobuf:"varint,6,opt,name=ce,proto3" json:"ce,omitempty"` //历史最大战力
GuildId int32 `protobuf:"varint,8,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` //师团ID
GuildName string `protobuf:"bytes,9,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"` //师团名
}
func (x *RoleSyncInfoReq) Reset() {
*x = RoleSyncInfoReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RoleSyncInfoReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RoleSyncInfoReq) ProtoMessage() {}
func (x *RoleSyncInfoReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RoleSyncInfoReq.ProtoReflect.Descriptor instead.
func (*RoleSyncInfoReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{8}
}
func (x *RoleSyncInfoReq) GetCuid() string {
if x != nil {
return x.Cuid
}
return ""
}
func (x *RoleSyncInfoReq) GetRid() int32 {
if x != nil {
return x.Rid
}
return 0
}
func (x *RoleSyncInfoReq) GetRoleName() string {
if x != nil {
return x.RoleName
}
return ""
}
func (x *RoleSyncInfoReq) GetRoleLv() int32 {
if x != nil {
return x.RoleLv
}
return 0
}
func (x *RoleSyncInfoReq) GetVipLv() int32 {
if x != nil {
return x.VipLv
}
return 0
}
func (x *RoleSyncInfoReq) GetCe() int64 {
if x != nil {
return x.Ce
}
return 0
}
func (x *RoleSyncInfoReq) GetGuildId() int32 {
if x != nil {
return x.GuildId
}
return 0
}
func (x *RoleSyncInfoReq) GetGuildName() string {
if x != nil {
return x.GuildName
}
return ""
}
type RoleSyncInfoResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *RoleSyncInfoResp) Reset() {
*x = RoleSyncInfoResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RoleSyncInfoResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RoleSyncInfoResp) ProtoMessage() {}
func (x *RoleSyncInfoResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RoleSyncInfoResp.ProtoReflect.Descriptor instead.
func (*RoleSyncInfoResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{9}
}
type RoleImportDataReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rid int32 `protobuf:"varint,1,opt,name=rid,proto3" json:"rid,omitempty"`
ServId int32 `protobuf:"varint,2,opt,name=servId,proto3" json:"servId,omitempty"`
}
func (x *RoleImportDataReq) Reset() {
*x = RoleImportDataReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RoleImportDataReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RoleImportDataReq) ProtoMessage() {}
func (x *RoleImportDataReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RoleImportDataReq.ProtoReflect.Descriptor instead.
func (*RoleImportDataReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{10}
}
func (x *RoleImportDataReq) GetRid() int32 {
if x != nil {
return x.Rid
}
return 0
}
func (x *RoleImportDataReq) GetServId() int32 {
if x != nil {
return x.ServId
}
return 0
}
type RoleImportDataResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
}
func (x *RoleImportDataResp) Reset() {
*x = RoleImportDataResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RoleImportDataResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RoleImportDataResp) ProtoMessage() {}
func (x *RoleImportDataResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RoleImportDataResp.ProtoReflect.Descriptor instead.
func (*RoleImportDataResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{11}
}
func (x *RoleImportDataResp) GetAccount() string {
if x != nil {
return x.Account
}
return ""
}
func (x *RoleImportDataResp) GetPassword() string {
if x != nil {
return x.Password
}
return ""
}
// 封号
type ForbidLoginInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
LoginType int32 `protobuf:"varint,1,opt,name=loginType,proto3" json:"loginType,omitempty"`
Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
Forbid bool `protobuf:"varint,3,opt,name=forbid,proto3" json:"forbid,omitempty"`
EndTime int64 `protobuf:"varint,4,opt,name=endTime,proto3" json:"endTime,omitempty"`
}
func (x *ForbidLoginInfo) Reset() {
*x = ForbidLoginInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ForbidLoginInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ForbidLoginInfo) ProtoMessage() {}
func (x *ForbidLoginInfo) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 ForbidLoginInfo.ProtoReflect.Descriptor instead.
func (*ForbidLoginInfo) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{12}
}
func (x *ForbidLoginInfo) GetLoginType() int32 {
if x != nil {
return x.LoginType
}
return 0
}
func (x *ForbidLoginInfo) GetAccount() string {
if x != nil {
return x.Account
}
return ""
}
func (x *ForbidLoginInfo) GetForbid() bool {
if x != nil {
return x.Forbid
}
return false
}
func (x *ForbidLoginInfo) GetEndTime() int64 {
if x != nil {
return x.EndTime
}
return 0
}
type RoleForbidLoginReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Info []*ForbidLoginInfo `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
}
func (x *RoleForbidLoginReq) Reset() {
*x = RoleForbidLoginReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RoleForbidLoginReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RoleForbidLoginReq) ProtoMessage() {}
func (x *RoleForbidLoginReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RoleForbidLoginReq.ProtoReflect.Descriptor instead.
func (*RoleForbidLoginReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{13}
}
func (x *RoleForbidLoginReq) GetInfo() []*ForbidLoginInfo {
if x != nil {
return x.Info
}
return nil
}
type RoleForbidLoginResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *RoleForbidLoginResp) Reset() {
*x = RoleForbidLoginResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RoleForbidLoginResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RoleForbidLoginResp) ProtoMessage() {}
func (x *RoleForbidLoginResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 RoleForbidLoginResp.ProtoReflect.Descriptor instead.
func (*RoleForbidLoginResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{14}
}
// 刷新中心缓存
type CacheRefreshCenterServerReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
RefreshType int32 `protobuf:"varint,1,opt,name=refresh_type,json=refreshType,proto3" json:"refresh_type,omitempty"`
}
func (x *CacheRefreshCenterServerReq) Reset() {
*x = CacheRefreshCenterServerReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CacheRefreshCenterServerReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CacheRefreshCenterServerReq) ProtoMessage() {}
func (x *CacheRefreshCenterServerReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 CacheRefreshCenterServerReq.ProtoReflect.Descriptor instead.
func (*CacheRefreshCenterServerReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{15}
}
func (x *CacheRefreshCenterServerReq) GetRefreshType() int32 {
if x != nil {
return x.RefreshType
}
return 0
}
type CacheRefreshCenterServerResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *CacheRefreshCenterServerResp) Reset() {
*x = CacheRefreshCenterServerResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CacheRefreshCenterServerResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CacheRefreshCenterServerResp) ProtoMessage() {}
func (x *CacheRefreshCenterServerResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 CacheRefreshCenterServerResp.ProtoReflect.Descriptor instead.
func (*CacheRefreshCenterServerResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{16}
}
// 使用礼包码
type ExchangeCodeUseReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Rid int32 `protobuf:"varint,2,opt,name=rid,proto3" json:"rid,omitempty"`
}
func (x *ExchangeCodeUseReq) Reset() {
*x = ExchangeCodeUseReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ExchangeCodeUseReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ExchangeCodeUseReq) ProtoMessage() {}
func (x *ExchangeCodeUseReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 ExchangeCodeUseReq.ProtoReflect.Descriptor instead.
func (*ExchangeCodeUseReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{17}
}
func (x *ExchangeCodeUseReq) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ExchangeCodeUseReq) GetRid() int32 {
if x != nil {
return x.Rid
}
return 0
}
type ExchangeCodeUseResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Items string `protobuf:"bytes,2,opt,name=items,proto3" json:"items,omitempty"`
}
func (x *ExchangeCodeUseResp) Reset() {
*x = ExchangeCodeUseResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ExchangeCodeUseResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ExchangeCodeUseResp) ProtoMessage() {}
func (x *ExchangeCodeUseResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 ExchangeCodeUseResp.ProtoReflect.Descriptor instead.
func (*ExchangeCodeUseResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{18}
}
func (x *ExchangeCodeUseResp) GetItems() string {
if x != nil {
return x.Items
}
return ""
}
// 服务器信息
type GsInfoReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ServId int32 `protobuf:"varint,1,opt,name=serv_id,json=servId,proto3" json:"serv_id,omitempty"`
}
func (x *GsInfoReq) Reset() {
*x = GsInfoReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GsInfoReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GsInfoReq) ProtoMessage() {}
func (x *GsInfoReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_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 GsInfoReq.ProtoReflect.Descriptor instead.
func (*GsInfoReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{19}
}
func (x *GsInfoReq) GetServId() int32 {
if x != nil {
return x.ServId
}
return 0
}
type GsInfoResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ServId int32 `protobuf:"varint,1,opt,name=serv_id,json=servId,proto3" json:"serv_id,omitempty"`
ServName string `protobuf:"bytes,2,opt,name=serv_name,json=servName,proto3" json:"serv_name,omitempty"`
PhysicalServer string `protobuf:"bytes,3,opt,name=physical_server,json=physicalServer,proto3" json:"physical_server,omitempty"`
WsAddr string `protobuf:"bytes,4,opt,name=ws_addr,json=wsAddr,proto3" json:"ws_addr,omitempty"`
RpcAddr string `protobuf:"bytes,5,opt,name=rpc_addr,json=rpcAddr,proto3" json:"rpc_addr,omitempty"`
GmAddr string `protobuf:"bytes,6,opt,name=gm_addr,json=gmAddr,proto3" json:"gm_addr,omitempty"`
OpenDate int64 `protobuf:"varint,7,opt,name=open_date,json=openDate,proto3" json:"open_date,omitempty"`
MaintainStatus int32 `protobuf:"varint,8,opt,name=maintain_status,json=maintainStatus,proto3" json:"maintain_status,omitempty"`
}
func (x *GsInfoResp) Reset() {
*x = GsInfoResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GsInfoResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GsInfoResp) ProtoMessage() {}
func (x *GsInfoResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_proto_msgTypes[20]
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 GsInfoResp.ProtoReflect.Descriptor instead.
func (*GsInfoResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{20}
}
func (x *GsInfoResp) GetServId() int32 {
if x != nil {
return x.ServId
}
return 0
}
func (x *GsInfoResp) GetServName() string {
if x != nil {
return x.ServName
}
return ""
}
func (x *GsInfoResp) GetPhysicalServer() string {
if x != nil {
return x.PhysicalServer
}
return ""
}
func (x *GsInfoResp) GetWsAddr() string {
if x != nil {
return x.WsAddr
}
return ""
}
func (x *GsInfoResp) GetRpcAddr() string {
if x != nil {
return x.RpcAddr
}
return ""
}
func (x *GsInfoResp) GetGmAddr() string {
if x != nil {
return x.GmAddr
}
return ""
}
func (x *GsInfoResp) GetOpenDate() int64 {
if x != nil {
return x.OpenDate
}
return 0
}
func (x *GsInfoResp) GetMaintainStatus() int32 {
if x != nil {
return x.MaintainStatus
}
return 0
}
// 获取区服在线角色数量
type GsPushOnlineCountReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Gsid int32 `protobuf:"varint,1,opt,name=gsid,proto3" json:"gsid,omitempty"`
OnlineCount int64 `protobuf:"varint,2,opt,name=online_count,json=onlineCount,proto3" json:"online_count,omitempty"`
RegistCount int64 `protobuf:"varint,3,opt,name=regist_count,json=registCount,proto3" json:"regist_count,omitempty"`
RechargeCount int32 `protobuf:"varint,4,opt,name=recharge_count,json=rechargeCount,proto3" json:"recharge_count,omitempty"`
}
func (x *GsPushOnlineCountReq) Reset() {
*x = GsPushOnlineCountReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GsPushOnlineCountReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GsPushOnlineCountReq) ProtoMessage() {}
func (x *GsPushOnlineCountReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_proto_msgTypes[21]
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 GsPushOnlineCountReq.ProtoReflect.Descriptor instead.
func (*GsPushOnlineCountReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{21}
}
func (x *GsPushOnlineCountReq) GetGsid() int32 {
if x != nil {
return x.Gsid
}
return 0
}
func (x *GsPushOnlineCountReq) GetOnlineCount() int64 {
if x != nil {
return x.OnlineCount
}
return 0
}
func (x *GsPushOnlineCountReq) GetRegistCount() int64 {
if x != nil {
return x.RegistCount
}
return 0
}
func (x *GsPushOnlineCountReq) GetRechargeCount() int32 {
if x != nil {
return x.RechargeCount
}
return 0
}
type GsPushOnlineCountResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *GsPushOnlineCountResp) Reset() {
*x = GsPushOnlineCountResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GsPushOnlineCountResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GsPushOnlineCountResp) ProtoMessage() {}
func (x *GsPushOnlineCountResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_proto_msgTypes[22]
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 GsPushOnlineCountResp.ProtoReflect.Descriptor instead.
func (*GsPushOnlineCountResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{22}
}
// 刷新缓存
// 0.封号,禁言 rid_actid_ip_ts
// 1.刷新服务器列表
// 2.刷新白名单
// 3.刷新公告
type RefreshCacheReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
OpId int32 `protobuf:"varint,1,opt,name=op_id,json=opId,proto3" json:"op_id,omitempty"`
Params string `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` //模块自定义
}
func (x *RefreshCacheReq) Reset() {
*x = RefreshCacheReq{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RefreshCacheReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RefreshCacheReq) ProtoMessage() {}
func (x *RefreshCacheReq) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_proto_msgTypes[23]
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 RefreshCacheReq.ProtoReflect.Descriptor instead.
func (*RefreshCacheReq) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{23}
}
func (x *RefreshCacheReq) GetOpId() int32 {
if x != nil {
return x.OpId
}
return 0
}
func (x *RefreshCacheReq) GetParams() string {
if x != nil {
return x.Params
}
return ""
}
type RefreshCacheResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *RefreshCacheResp) Reset() {
*x = RefreshCacheResp{}
if protoimpl.UnsafeEnabled {
mi := &file_center_server_rpc_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RefreshCacheResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RefreshCacheResp) ProtoMessage() {}
func (x *RefreshCacheResp) ProtoReflect() protoreflect.Message {
mi := &file_center_server_rpc_proto_msgTypes[24]
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 RefreshCacheResp.ProtoReflect.Descriptor instead.
func (*RefreshCacheResp) Descriptor() ([]byte, []int) {
return file_center_server_rpc_proto_rawDescGZIP(), []int{24}
}
var File_center_server_rpc_proto protoreflect.FileDescriptor
var file_center_server_rpc_proto_rawDesc = []byte{
0x0a, 0x17, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f,
0x72, 0x70, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x63, 0x73, 0x72, 0x70, 0x63,
0x22, 0x64, 0x0a, 0x0c, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x47, 0x6f, 0x6f, 0x64,
0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64,
0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x06, 0x20,
0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x75,
0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x75,
0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x22, 0xa5, 0x01, 0x0a, 0x0d, 0x52, 0x65, 0x63, 0x68, 0x61,
0x72, 0x67, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x2a, 0x0a, 0x11, 0x70, 0x6c, 0x61, 0x74,
0x66, 0x6f, 0x72, 0x6d, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x6e, 0x6f, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x4f, 0x72, 0x64,
0x65, 0x72, 0x4e, 0x6f, 0x12, 0x27, 0x0a, 0x0f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d,
0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x70,
0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a,
0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72,
0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x27, 0x0a, 0x04, 0x67, 0x6f, 0x6f, 0x64, 0x18, 0x04, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x65, 0x63, 0x68,
0x61, 0x72, 0x67, 0x65, 0x47, 0x6f, 0x6f, 0x64, 0x52, 0x04, 0x67, 0x6f, 0x6f, 0x64, 0x22, 0xa0,
0x01, 0x0a, 0x16, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74,
0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61,
0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61,
0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x75, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x69, 0x64,
0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x72, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x73,
0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08,
0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x04, 0x67, 0x6f, 0x6f, 0x64,
0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52,
0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x47, 0x6f, 0x6f, 0x64, 0x52, 0x04, 0x67, 0x6f, 0x6f,
0x64, 0x22, 0x6c, 0x0a, 0x17, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x43, 0x72, 0x65,
0x61, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2a, 0x0a, 0x11,
0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x6e,
0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72,
0x6d, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x25, 0x0a, 0x0e, 0x70, 0x6c, 0x61, 0x74,
0x66, 0x6f, 0x72, 0x6d, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0d, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22,
0x2f, 0x0a, 0x1b, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72,
0x43, 0x68, 0x65, 0x63, 0x6b, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10,
0x0a, 0x03, 0x72, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x72, 0x69, 0x64,
0x22, 0x1f, 0x0a, 0x1d, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x4f, 0x72, 0x64, 0x65,
0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73,
0x70, 0x22, 0x5d, 0x0a, 0x19, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x4e, 0x6f, 0x74,
0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1a,
0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x75,
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x75, 0x69, 0x64, 0x12, 0x10,
0x0a, 0x03, 0x72, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x72, 0x69, 0x64,
0x22, 0x4a, 0x0a, 0x1a, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x44,
0x65, 0x6c, 0x69, 0x76, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2c,
0x0a, 0x06, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14,
0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x4f,
0x72, 0x64, 0x65, 0x72, 0x52, 0x06, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x22, 0xce, 0x01, 0x0a,
0x0f, 0x52, 0x6f, 0x6c, 0x65, 0x53, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71,
0x12, 0x12, 0x0a, 0x04, 0x63, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
0x63, 0x75, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
0x05, 0x52, 0x03, 0x72, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x6f, 0x6c, 0x65, 0x5f, 0x6e,
0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x6f, 0x6c, 0x65, 0x4e,
0x61, 0x6d, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x72, 0x6f, 0x6c, 0x65, 0x5f, 0x6c, 0x76, 0x18, 0x04,
0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x6f, 0x6c, 0x65, 0x4c, 0x76, 0x12, 0x15, 0x0a, 0x06,
0x76, 0x69, 0x70, 0x5f, 0x6c, 0x76, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x69,
0x70, 0x4c, 0x76, 0x12, 0x0e, 0x0a, 0x02, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52,
0x02, 0x63, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18,
0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x1d,
0x0a, 0x0a, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01,
0x28, 0x09, 0x52, 0x09, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x12, 0x0a,
0x10, 0x52, 0x6f, 0x6c, 0x65, 0x53, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73,
0x70, 0x22, 0x3d, 0x0a, 0x11, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x44,
0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x69, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x05, 0x52, 0x03, 0x72, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x76,
0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x65, 0x72, 0x76, 0x49, 0x64,
0x22, 0x4a, 0x0a, 0x12, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61,
0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x04, 0x20, 0x01,
0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7b, 0x0a, 0x0f,
0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12,
0x1c, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
0x28, 0x05, 0x52, 0x09, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a,
0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x6f, 0x72, 0x62, 0x69,
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x12,
0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x40, 0x0a, 0x12, 0x52, 0x6f, 0x6c,
0x65, 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x12,
0x2a, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e,
0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x4c, 0x6f, 0x67, 0x69,
0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x15, 0x0a, 0x13, 0x52,
0x6f, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65,
0x73, 0x70, 0x22, 0x40, 0x0a, 0x1b, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x66, 0x72, 0x65,
0x73, 0x68, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x65,
0x71, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x5f, 0x74, 0x79, 0x70,
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68,
0x54, 0x79, 0x70, 0x65, 0x22, 0x1e, 0x0a, 0x1c, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x66,
0x72, 0x65, 0x73, 0x68, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72,
0x52, 0x65, 0x73, 0x70, 0x22, 0x3a, 0x0a, 0x12, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65,
0x43, 0x6f, 0x64, 0x65, 0x55, 0x73, 0x65, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f,
0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10,
0x0a, 0x03, 0x72, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x72, 0x69, 0x64,
0x22, 0x2b, 0x0a, 0x13, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x43, 0x6f, 0x64, 0x65,
0x55, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x24, 0x0a,
0x09, 0x47, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x65,
0x72, 0x76, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x65, 0x72,
0x76, 0x49, 0x64, 0x22, 0xfe, 0x01, 0x0a, 0x0a, 0x47, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
0x73, 0x70, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x65, 0x72, 0x76, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x73,
0x65, 0x72, 0x76, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
0x73, 0x65, 0x72, 0x76, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x70, 0x68, 0x79, 0x73,
0x69, 0x63, 0x61, 0x6c, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0e, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x53, 0x65, 0x72, 0x76, 0x65,
0x72, 0x12, 0x17, 0x0a, 0x07, 0x77, 0x73, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x18, 0x04, 0x20, 0x01,
0x28, 0x09, 0x52, 0x06, 0x77, 0x73, 0x41, 0x64, 0x64, 0x72, 0x12, 0x19, 0x0a, 0x08, 0x72, 0x70,
0x63, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x70,
0x63, 0x41, 0x64, 0x64, 0x72, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x6d, 0x5f, 0x61, 0x64, 0x64, 0x72,
0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x6d, 0x41, 0x64, 0x64, 0x72, 0x12, 0x1b,
0x0a, 0x09, 0x6f, 0x70, 0x65, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
0x03, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x44, 0x61, 0x74, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x6d,
0x61, 0x69, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08,
0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x53, 0x74,
0x61, 0x74, 0x75, 0x73, 0x22, 0x97, 0x01, 0x0a, 0x14, 0x47, 0x73, 0x50, 0x75, 0x73, 0x68, 0x4f,
0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a,
0x04, 0x67, 0x73, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x67, 0x73, 0x69,
0x64, 0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e,
0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43,
0x6f, 0x75, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x5f, 0x63,
0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x67, 0x69,
0x73, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65, 0x63, 0x68, 0x61,
0x72, 0x67, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52,
0x0d, 0x72, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x17,
0x0a, 0x15, 0x47, 0x73, 0x50, 0x75, 0x73, 0x68, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6f,
0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x3e, 0x0a, 0x0f, 0x52, 0x65, 0x66, 0x72, 0x65,
0x73, 0x68, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x6f, 0x70,
0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6f, 0x70, 0x49, 0x64, 0x12,
0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22, 0x12, 0x0a, 0x10, 0x52, 0x65, 0x66, 0x72, 0x65,
0x73, 0x68, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x73, 0x70, 0x32, 0xc5, 0x01, 0x0a, 0x17,
0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x53, 0x65,
0x72, 0x76, 0x65, 0x72, 0x52, 0x70, 0x63, 0x12, 0x4c, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74,
0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x1d, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52,
0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x64,
0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x65,
0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65,
0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x5c, 0x0a, 0x10, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x68,
0x65, 0x63, 0x6b, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x12, 0x22, 0x2e, 0x63, 0x73, 0x72, 0x70,
0x63, 0x2e, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43,
0x68, 0x65, 0x63, 0x6b, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x24, 0x2e,
0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x4f, 0x72,
0x64, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x52,
0x65, 0x73, 0x70, 0x32, 0x91, 0x04, 0x0a, 0x0f, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x53, 0x65,
0x72, 0x76, 0x65, 0x72, 0x52, 0x70, 0x63, 0x12, 0x3f, 0x0a, 0x0c, 0x72, 0x6f, 0x6c, 0x65, 0x53,
0x79, 0x6e, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e,
0x52, 0x6f, 0x6c, 0x65, 0x53, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a,
0x17, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x53, 0x79, 0x6e, 0x63,
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x45, 0x0a, 0x0e, 0x72, 0x6f, 0x6c, 0x65,
0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x18, 0x2e, 0x63, 0x73, 0x72,
0x70, 0x63, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74,
0x61, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x6f, 0x6c,
0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12,
0x48, 0x0a, 0x0f, 0x72, 0x6f, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64, 0x4c, 0x6f, 0x67,
0x69, 0x6e, 0x12, 0x19, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x46,
0x6f, 0x72, 0x62, 0x69, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e,
0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x62, 0x69, 0x64,
0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x63, 0x0a, 0x18, 0x63, 0x61, 0x63,
0x68, 0x65, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x53,
0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x22, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x61,
0x63, 0x68, 0x65, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72,
0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x23, 0x2e, 0x63, 0x73, 0x72, 0x70,
0x63, 0x2e, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x43, 0x65,
0x6e, 0x74, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48,
0x0a, 0x0f, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x55, 0x73,
0x65, 0x12, 0x19, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e,
0x67, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x55, 0x73, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x63,
0x73, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x43, 0x6f, 0x64,
0x65, 0x55, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x06, 0x67, 0x73, 0x49, 0x6e,
0x66, 0x6f, 0x12, 0x10, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x73, 0x49, 0x6e, 0x66,
0x6f, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x73, 0x49,
0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4e, 0x0a, 0x11, 0x67, 0x73, 0x50, 0x75, 0x73,
0x68, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1b, 0x2e, 0x63,
0x73, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x73, 0x50, 0x75, 0x73, 0x68, 0x4f, 0x6e, 0x6c, 0x69, 0x6e,
0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x63, 0x73, 0x72, 0x70,
0x63, 0x2e, 0x47, 0x73, 0x50, 0x75, 0x73, 0x68, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6f,
0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x32, 0x59, 0x0a, 0x16, 0x52, 0x65, 0x66, 0x72, 0x65,
0x73, 0x68, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x70,
0x63, 0x12, 0x3f, 0x0a, 0x0c, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x43, 0x61, 0x63, 0x68,
0x65, 0x12, 0x16, 0x2e, 0x63, 0x73, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73,
0x68, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x63, 0x73, 0x72, 0x70,
0x63, 0x2e, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65,
0x73, 0x70, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x63, 0x73, 0x72, 0x70, 0x63, 0x62, 0x06, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_center_server_rpc_proto_rawDescOnce sync.Once
file_center_server_rpc_proto_rawDescData = file_center_server_rpc_proto_rawDesc
)
func file_center_server_rpc_proto_rawDescGZIP() []byte {
file_center_server_rpc_proto_rawDescOnce.Do(func() {
file_center_server_rpc_proto_rawDescData = protoimpl.X.CompressGZIP(file_center_server_rpc_proto_rawDescData)
})
return file_center_server_rpc_proto_rawDescData
}
var file_center_server_rpc_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
var file_center_server_rpc_proto_goTypes = []interface{}{
(*RechargeGood)(nil), // 0: csrpc.RechargeGood
(*RechargeOrder)(nil), // 1: csrpc.RechargeOrder
(*RechargeCreateOrderReq)(nil), // 2: csrpc.RechargeCreateOrderReq
(*RechargeCreateOrderResp)(nil), // 3: csrpc.RechargeCreateOrderResp
(*RechargeOrderCheckDeliveReq)(nil), // 4: csrpc.RechargeOrderCheckDeliveReq
(*RechargeOrderStatusDeliveResp)(nil), // 5: csrpc.RechargeOrderStatusDeliveResp
(*RechargeNotDelivedListReq)(nil), // 6: csrpc.RechargeNotDelivedListReq
(*RechargeNotDelivedListResp)(nil), // 7: csrpc.RechargeNotDelivedListResp
(*RoleSyncInfoReq)(nil), // 8: csrpc.RoleSyncInfoReq
(*RoleSyncInfoResp)(nil), // 9: csrpc.RoleSyncInfoResp
(*RoleImportDataReq)(nil), // 10: csrpc.RoleImportDataReq
(*RoleImportDataResp)(nil), // 11: csrpc.RoleImportDataResp
(*ForbidLoginInfo)(nil), // 12: csrpc.ForbidLoginInfo
(*RoleForbidLoginReq)(nil), // 13: csrpc.RoleForbidLoginReq
(*RoleForbidLoginResp)(nil), // 14: csrpc.RoleForbidLoginResp
(*CacheRefreshCenterServerReq)(nil), // 15: csrpc.CacheRefreshCenterServerReq
(*CacheRefreshCenterServerResp)(nil), // 16: csrpc.CacheRefreshCenterServerResp
(*ExchangeCodeUseReq)(nil), // 17: csrpc.ExchangeCodeUseReq
(*ExchangeCodeUseResp)(nil), // 18: csrpc.ExchangeCodeUseResp
(*GsInfoReq)(nil), // 19: csrpc.GsInfoReq
(*GsInfoResp)(nil), // 20: csrpc.GsInfoResp
(*GsPushOnlineCountReq)(nil), // 21: csrpc.GsPushOnlineCountReq
(*GsPushOnlineCountResp)(nil), // 22: csrpc.GsPushOnlineCountResp
(*RefreshCacheReq)(nil), // 23: csrpc.RefreshCacheReq
(*RefreshCacheResp)(nil), // 24: csrpc.RefreshCacheResp
}
var file_center_server_rpc_proto_depIdxs = []int32{
0, // 0: csrpc.RechargeOrder.good:type_name -> csrpc.RechargeGood
0, // 1: csrpc.RechargeCreateOrderReq.good:type_name -> csrpc.RechargeGood
1, // 2: csrpc.RechargeNotDelivedListResp.orders:type_name -> csrpc.RechargeOrder
12, // 3: csrpc.RoleForbidLoginReq.info:type_name -> csrpc.ForbidLoginInfo
2, // 4: csrpc.RechargeCenterServerRpc.createOrder:input_type -> csrpc.RechargeCreateOrderReq
4, // 5: csrpc.RechargeCenterServerRpc.orderCheckDelive:input_type -> csrpc.RechargeOrderCheckDeliveReq
8, // 6: csrpc.CenterServerRpc.roleSyncInfo:input_type -> csrpc.RoleSyncInfoReq
10, // 7: csrpc.CenterServerRpc.roleImportData:input_type -> csrpc.RoleImportDataReq
13, // 8: csrpc.CenterServerRpc.roleForbidLogin:input_type -> csrpc.RoleForbidLoginReq
15, // 9: csrpc.CenterServerRpc.cacheRefreshCenterServer:input_type -> csrpc.CacheRefreshCenterServerReq
17, // 10: csrpc.CenterServerRpc.exchangeCodeUse:input_type -> csrpc.ExchangeCodeUseReq
19, // 11: csrpc.CenterServerRpc.gsInfo:input_type -> csrpc.GsInfoReq
21, // 12: csrpc.CenterServerRpc.gsPushOnlineCount:input_type -> csrpc.GsPushOnlineCountReq
23, // 13: csrpc.RefreshCenterServerRpc.refreshCache:input_type -> csrpc.RefreshCacheReq
3, // 14: csrpc.RechargeCenterServerRpc.createOrder:output_type -> csrpc.RechargeCreateOrderResp
5, // 15: csrpc.RechargeCenterServerRpc.orderCheckDelive:output_type -> csrpc.RechargeOrderStatusDeliveResp
9, // 16: csrpc.CenterServerRpc.roleSyncInfo:output_type -> csrpc.RoleSyncInfoResp
11, // 17: csrpc.CenterServerRpc.roleImportData:output_type -> csrpc.RoleImportDataResp
14, // 18: csrpc.CenterServerRpc.roleForbidLogin:output_type -> csrpc.RoleForbidLoginResp
16, // 19: csrpc.CenterServerRpc.cacheRefreshCenterServer:output_type -> csrpc.CacheRefreshCenterServerResp
18, // 20: csrpc.CenterServerRpc.exchangeCodeUse:output_type -> csrpc.ExchangeCodeUseResp
20, // 21: csrpc.CenterServerRpc.gsInfo:output_type -> csrpc.GsInfoResp
22, // 22: csrpc.CenterServerRpc.gsPushOnlineCount:output_type -> csrpc.GsPushOnlineCountResp
24, // 23: csrpc.RefreshCenterServerRpc.refreshCache:output_type -> csrpc.RefreshCacheResp
14, // [14:24] is the sub-list for method output_type
4, // [4:14] 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_center_server_rpc_proto_init() }
func file_center_server_rpc_proto_init() {
if File_center_server_rpc_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_center_server_rpc_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RechargeGood); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RechargeOrder); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RechargeCreateOrderReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RechargeCreateOrderResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RechargeOrderCheckDeliveReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RechargeOrderStatusDeliveResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RechargeNotDelivedListReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RechargeNotDelivedListResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RoleSyncInfoReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RoleSyncInfoResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RoleImportDataReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RoleImportDataResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ForbidLoginInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RoleForbidLoginReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RoleForbidLoginResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CacheRefreshCenterServerReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CacheRefreshCenterServerResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ExchangeCodeUseReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ExchangeCodeUseResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GsInfoReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GsInfoResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GsPushOnlineCountReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GsPushOnlineCountResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RefreshCacheReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_center_server_rpc_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RefreshCacheResp); 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_center_server_rpc_proto_rawDesc,
NumEnums: 0,
NumMessages: 25,
NumExtensions: 0,
NumServices: 3,
},
GoTypes: file_center_server_rpc_proto_goTypes,
DependencyIndexes: file_center_server_rpc_proto_depIdxs,
MessageInfos: file_center_server_rpc_proto_msgTypes,
}.Build()
File_center_server_rpc_proto = out.File
file_center_server_rpc_proto_rawDesc = nil
file_center_server_rpc_proto_goTypes = nil
file_center_server_rpc_proto_depIdxs = nil
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。