fix: 统一分页请求的 offset 语义
This commit is contained in:
+107
-107
@@ -2,7 +2,7 @@
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.11
|
||||
// protoc v7.34.1
|
||||
// source: desc/rpc/player.proto
|
||||
// source: player.proto
|
||||
|
||||
package pb
|
||||
|
||||
@@ -43,7 +43,7 @@ type PlayerServices struct {
|
||||
|
||||
func (x *PlayerServices) Reset() {
|
||||
*x = PlayerServices{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[0]
|
||||
mi := &file_player_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -55,7 +55,7 @@ func (x *PlayerServices) String() string {
|
||||
func (*PlayerServices) ProtoMessage() {}
|
||||
|
||||
func (x *PlayerServices) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[0]
|
||||
mi := &file_player_proto_msgTypes[0]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -68,7 +68,7 @@ func (x *PlayerServices) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use PlayerServices.ProtoReflect.Descriptor instead.
|
||||
func (*PlayerServices) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{0}
|
||||
return file_player_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
func (x *PlayerServices) GetId() int64 {
|
||||
@@ -182,7 +182,7 @@ type AddPlayerServicesReq struct {
|
||||
|
||||
func (x *AddPlayerServicesReq) Reset() {
|
||||
*x = AddPlayerServicesReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[1]
|
||||
mi := &file_player_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -194,7 +194,7 @@ func (x *AddPlayerServicesReq) String() string {
|
||||
func (*AddPlayerServicesReq) ProtoMessage() {}
|
||||
|
||||
func (x *AddPlayerServicesReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[1]
|
||||
mi := &file_player_proto_msgTypes[1]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -207,7 +207,7 @@ func (x *AddPlayerServicesReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use AddPlayerServicesReq.ProtoReflect.Descriptor instead.
|
||||
func (*AddPlayerServicesReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{1}
|
||||
return file_player_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *AddPlayerServicesReq) GetPlayerId() int64 {
|
||||
@@ -303,7 +303,7 @@ type AddPlayerServicesResp struct {
|
||||
|
||||
func (x *AddPlayerServicesResp) Reset() {
|
||||
*x = AddPlayerServicesResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[2]
|
||||
mi := &file_player_proto_msgTypes[2]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -315,7 +315,7 @@ func (x *AddPlayerServicesResp) String() string {
|
||||
func (*AddPlayerServicesResp) ProtoMessage() {}
|
||||
|
||||
func (x *AddPlayerServicesResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[2]
|
||||
mi := &file_player_proto_msgTypes[2]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -328,7 +328,7 @@ func (x *AddPlayerServicesResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use AddPlayerServicesResp.ProtoReflect.Descriptor instead.
|
||||
func (*AddPlayerServicesResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{2}
|
||||
return file_player_proto_rawDescGZIP(), []int{2}
|
||||
}
|
||||
|
||||
func (x *AddPlayerServicesResp) GetPlayerServices() *PlayerServices {
|
||||
@@ -359,7 +359,7 @@ type UpdatePlayerServicesReq struct {
|
||||
|
||||
func (x *UpdatePlayerServicesReq) Reset() {
|
||||
*x = UpdatePlayerServicesReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[3]
|
||||
mi := &file_player_proto_msgTypes[3]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -371,7 +371,7 @@ func (x *UpdatePlayerServicesReq) String() string {
|
||||
func (*UpdatePlayerServicesReq) ProtoMessage() {}
|
||||
|
||||
func (x *UpdatePlayerServicesReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[3]
|
||||
mi := &file_player_proto_msgTypes[3]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -384,7 +384,7 @@ func (x *UpdatePlayerServicesReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use UpdatePlayerServicesReq.ProtoReflect.Descriptor instead.
|
||||
func (*UpdatePlayerServicesReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{3}
|
||||
return file_player_proto_rawDescGZIP(), []int{3}
|
||||
}
|
||||
|
||||
func (x *UpdatePlayerServicesReq) GetId() int64 {
|
||||
@@ -486,7 +486,7 @@ type UpdatePlayerServicesResp struct {
|
||||
|
||||
func (x *UpdatePlayerServicesResp) Reset() {
|
||||
*x = UpdatePlayerServicesResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[4]
|
||||
mi := &file_player_proto_msgTypes[4]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -498,7 +498,7 @@ func (x *UpdatePlayerServicesResp) String() string {
|
||||
func (*UpdatePlayerServicesResp) ProtoMessage() {}
|
||||
|
||||
func (x *UpdatePlayerServicesResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[4]
|
||||
mi := &file_player_proto_msgTypes[4]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -511,7 +511,7 @@ func (x *UpdatePlayerServicesResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use UpdatePlayerServicesResp.ProtoReflect.Descriptor instead.
|
||||
func (*UpdatePlayerServicesResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{4}
|
||||
return file_player_proto_rawDescGZIP(), []int{4}
|
||||
}
|
||||
|
||||
type DelPlayerServicesReq struct {
|
||||
@@ -523,7 +523,7 @@ type DelPlayerServicesReq struct {
|
||||
|
||||
func (x *DelPlayerServicesReq) Reset() {
|
||||
*x = DelPlayerServicesReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[5]
|
||||
mi := &file_player_proto_msgTypes[5]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -535,7 +535,7 @@ func (x *DelPlayerServicesReq) String() string {
|
||||
func (*DelPlayerServicesReq) ProtoMessage() {}
|
||||
|
||||
func (x *DelPlayerServicesReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[5]
|
||||
mi := &file_player_proto_msgTypes[5]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -548,7 +548,7 @@ func (x *DelPlayerServicesReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use DelPlayerServicesReq.ProtoReflect.Descriptor instead.
|
||||
func (*DelPlayerServicesReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{5}
|
||||
return file_player_proto_rawDescGZIP(), []int{5}
|
||||
}
|
||||
|
||||
func (x *DelPlayerServicesReq) GetId() int64 {
|
||||
@@ -566,7 +566,7 @@ type DelPlayerServicesResp struct {
|
||||
|
||||
func (x *DelPlayerServicesResp) Reset() {
|
||||
*x = DelPlayerServicesResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[6]
|
||||
mi := &file_player_proto_msgTypes[6]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -578,7 +578,7 @@ func (x *DelPlayerServicesResp) String() string {
|
||||
func (*DelPlayerServicesResp) ProtoMessage() {}
|
||||
|
||||
func (x *DelPlayerServicesResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[6]
|
||||
mi := &file_player_proto_msgTypes[6]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -591,7 +591,7 @@ func (x *DelPlayerServicesResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use DelPlayerServicesResp.ProtoReflect.Descriptor instead.
|
||||
func (*DelPlayerServicesResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{6}
|
||||
return file_player_proto_rawDescGZIP(), []int{6}
|
||||
}
|
||||
|
||||
type GetPlayerServicesByIdReq struct {
|
||||
@@ -603,7 +603,7 @@ type GetPlayerServicesByIdReq struct {
|
||||
|
||||
func (x *GetPlayerServicesByIdReq) Reset() {
|
||||
*x = GetPlayerServicesByIdReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[7]
|
||||
mi := &file_player_proto_msgTypes[7]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -615,7 +615,7 @@ func (x *GetPlayerServicesByIdReq) String() string {
|
||||
func (*GetPlayerServicesByIdReq) ProtoMessage() {}
|
||||
|
||||
func (x *GetPlayerServicesByIdReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[7]
|
||||
mi := &file_player_proto_msgTypes[7]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -628,7 +628,7 @@ func (x *GetPlayerServicesByIdReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use GetPlayerServicesByIdReq.ProtoReflect.Descriptor instead.
|
||||
func (*GetPlayerServicesByIdReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{7}
|
||||
return file_player_proto_rawDescGZIP(), []int{7}
|
||||
}
|
||||
|
||||
func (x *GetPlayerServicesByIdReq) GetId() int64 {
|
||||
@@ -647,7 +647,7 @@ type GetPlayerServicesByIdResp struct {
|
||||
|
||||
func (x *GetPlayerServicesByIdResp) Reset() {
|
||||
*x = GetPlayerServicesByIdResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[8]
|
||||
mi := &file_player_proto_msgTypes[8]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -659,7 +659,7 @@ func (x *GetPlayerServicesByIdResp) String() string {
|
||||
func (*GetPlayerServicesByIdResp) ProtoMessage() {}
|
||||
|
||||
func (x *GetPlayerServicesByIdResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[8]
|
||||
mi := &file_player_proto_msgTypes[8]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -672,7 +672,7 @@ func (x *GetPlayerServicesByIdResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use GetPlayerServicesByIdResp.ProtoReflect.Descriptor instead.
|
||||
func (*GetPlayerServicesByIdResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{8}
|
||||
return file_player_proto_rawDescGZIP(), []int{8}
|
||||
}
|
||||
|
||||
func (x *GetPlayerServicesByIdResp) GetPlayerServices() *PlayerServices {
|
||||
@@ -684,7 +684,7 @@ func (x *GetPlayerServicesByIdResp) GetPlayerServices() *PlayerServices {
|
||||
|
||||
type SearchPlayerServicesReq struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` //page
|
||||
Offset int64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"` //offset
|
||||
Limit int64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` //limit
|
||||
Id int64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` //id
|
||||
PlayerId int64 `protobuf:"varint,4,opt,name=playerId,proto3" json:"playerId,omitempty"` //playerId
|
||||
@@ -705,7 +705,7 @@ type SearchPlayerServicesReq struct {
|
||||
|
||||
func (x *SearchPlayerServicesReq) Reset() {
|
||||
*x = SearchPlayerServicesReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[9]
|
||||
mi := &file_player_proto_msgTypes[9]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -717,7 +717,7 @@ func (x *SearchPlayerServicesReq) String() string {
|
||||
func (*SearchPlayerServicesReq) ProtoMessage() {}
|
||||
|
||||
func (x *SearchPlayerServicesReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[9]
|
||||
mi := &file_player_proto_msgTypes[9]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -730,12 +730,12 @@ func (x *SearchPlayerServicesReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SearchPlayerServicesReq.ProtoReflect.Descriptor instead.
|
||||
func (*SearchPlayerServicesReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{9}
|
||||
return file_player_proto_rawDescGZIP(), []int{9}
|
||||
}
|
||||
|
||||
func (x *SearchPlayerServicesReq) GetPage() int64 {
|
||||
func (x *SearchPlayerServicesReq) GetOffset() int64 {
|
||||
if x != nil {
|
||||
return x.Page
|
||||
return x.Offset
|
||||
}
|
||||
return 0
|
||||
}
|
||||
@@ -847,7 +847,7 @@ type SearchPlayerServicesResp struct {
|
||||
|
||||
func (x *SearchPlayerServicesResp) Reset() {
|
||||
*x = SearchPlayerServicesResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[10]
|
||||
mi := &file_player_proto_msgTypes[10]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -859,7 +859,7 @@ func (x *SearchPlayerServicesResp) String() string {
|
||||
func (*SearchPlayerServicesResp) ProtoMessage() {}
|
||||
|
||||
func (x *SearchPlayerServicesResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[10]
|
||||
mi := &file_player_proto_msgTypes[10]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -872,7 +872,7 @@ func (x *SearchPlayerServicesResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SearchPlayerServicesResp.ProtoReflect.Descriptor instead.
|
||||
func (*SearchPlayerServicesResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{10}
|
||||
return file_player_proto_rawDescGZIP(), []int{10}
|
||||
}
|
||||
|
||||
func (x *SearchPlayerServicesResp) GetPlayerServices() []*PlayerServices {
|
||||
@@ -903,7 +903,7 @@ type Players struct {
|
||||
|
||||
func (x *Players) Reset() {
|
||||
*x = Players{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[11]
|
||||
mi := &file_player_proto_msgTypes[11]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -915,7 +915,7 @@ func (x *Players) String() string {
|
||||
func (*Players) ProtoMessage() {}
|
||||
|
||||
func (x *Players) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[11]
|
||||
mi := &file_player_proto_msgTypes[11]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -928,7 +928,7 @@ func (x *Players) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use Players.ProtoReflect.Descriptor instead.
|
||||
func (*Players) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{11}
|
||||
return file_player_proto_rawDescGZIP(), []int{11}
|
||||
}
|
||||
|
||||
func (x *Players) GetId() int64 {
|
||||
@@ -1034,7 +1034,7 @@ type AddPlayersReq struct {
|
||||
|
||||
func (x *AddPlayersReq) Reset() {
|
||||
*x = AddPlayersReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[12]
|
||||
mi := &file_player_proto_msgTypes[12]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1046,7 +1046,7 @@ func (x *AddPlayersReq) String() string {
|
||||
func (*AddPlayersReq) ProtoMessage() {}
|
||||
|
||||
func (x *AddPlayersReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[12]
|
||||
mi := &file_player_proto_msgTypes[12]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1059,7 +1059,7 @@ func (x *AddPlayersReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use AddPlayersReq.ProtoReflect.Descriptor instead.
|
||||
func (*AddPlayersReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{12}
|
||||
return file_player_proto_rawDescGZIP(), []int{12}
|
||||
}
|
||||
|
||||
func (x *AddPlayersReq) GetUserId() int64 {
|
||||
@@ -1147,7 +1147,7 @@ type AddPlayersResp struct {
|
||||
|
||||
func (x *AddPlayersResp) Reset() {
|
||||
*x = AddPlayersResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[13]
|
||||
mi := &file_player_proto_msgTypes[13]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1159,7 +1159,7 @@ func (x *AddPlayersResp) String() string {
|
||||
func (*AddPlayersResp) ProtoMessage() {}
|
||||
|
||||
func (x *AddPlayersResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[13]
|
||||
mi := &file_player_proto_msgTypes[13]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1172,7 +1172,7 @@ func (x *AddPlayersResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use AddPlayersResp.ProtoReflect.Descriptor instead.
|
||||
func (*AddPlayersResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{13}
|
||||
return file_player_proto_rawDescGZIP(), []int{13}
|
||||
}
|
||||
|
||||
type UpdatePlayersReq struct {
|
||||
@@ -1195,7 +1195,7 @@ type UpdatePlayersReq struct {
|
||||
|
||||
func (x *UpdatePlayersReq) Reset() {
|
||||
*x = UpdatePlayersReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[14]
|
||||
mi := &file_player_proto_msgTypes[14]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1207,7 +1207,7 @@ func (x *UpdatePlayersReq) String() string {
|
||||
func (*UpdatePlayersReq) ProtoMessage() {}
|
||||
|
||||
func (x *UpdatePlayersReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[14]
|
||||
mi := &file_player_proto_msgTypes[14]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1220,7 +1220,7 @@ func (x *UpdatePlayersReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use UpdatePlayersReq.ProtoReflect.Descriptor instead.
|
||||
func (*UpdatePlayersReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{14}
|
||||
return file_player_proto_rawDescGZIP(), []int{14}
|
||||
}
|
||||
|
||||
func (x *UpdatePlayersReq) GetId() int64 {
|
||||
@@ -1315,7 +1315,7 @@ type UpdatePlayersResp struct {
|
||||
|
||||
func (x *UpdatePlayersResp) Reset() {
|
||||
*x = UpdatePlayersResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[15]
|
||||
mi := &file_player_proto_msgTypes[15]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1327,7 +1327,7 @@ func (x *UpdatePlayersResp) String() string {
|
||||
func (*UpdatePlayersResp) ProtoMessage() {}
|
||||
|
||||
func (x *UpdatePlayersResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[15]
|
||||
mi := &file_player_proto_msgTypes[15]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1340,7 +1340,7 @@ func (x *UpdatePlayersResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use UpdatePlayersResp.ProtoReflect.Descriptor instead.
|
||||
func (*UpdatePlayersResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{15}
|
||||
return file_player_proto_rawDescGZIP(), []int{15}
|
||||
}
|
||||
|
||||
type DelPlayersReq struct {
|
||||
@@ -1352,7 +1352,7 @@ type DelPlayersReq struct {
|
||||
|
||||
func (x *DelPlayersReq) Reset() {
|
||||
*x = DelPlayersReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[16]
|
||||
mi := &file_player_proto_msgTypes[16]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1364,7 +1364,7 @@ func (x *DelPlayersReq) String() string {
|
||||
func (*DelPlayersReq) ProtoMessage() {}
|
||||
|
||||
func (x *DelPlayersReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[16]
|
||||
mi := &file_player_proto_msgTypes[16]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1377,7 +1377,7 @@ func (x *DelPlayersReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use DelPlayersReq.ProtoReflect.Descriptor instead.
|
||||
func (*DelPlayersReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{16}
|
||||
return file_player_proto_rawDescGZIP(), []int{16}
|
||||
}
|
||||
|
||||
func (x *DelPlayersReq) GetId() int64 {
|
||||
@@ -1395,7 +1395,7 @@ type DelPlayersResp struct {
|
||||
|
||||
func (x *DelPlayersResp) Reset() {
|
||||
*x = DelPlayersResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[17]
|
||||
mi := &file_player_proto_msgTypes[17]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1407,7 +1407,7 @@ func (x *DelPlayersResp) String() string {
|
||||
func (*DelPlayersResp) ProtoMessage() {}
|
||||
|
||||
func (x *DelPlayersResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[17]
|
||||
mi := &file_player_proto_msgTypes[17]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1420,7 +1420,7 @@ func (x *DelPlayersResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use DelPlayersResp.ProtoReflect.Descriptor instead.
|
||||
func (*DelPlayersResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{17}
|
||||
return file_player_proto_rawDescGZIP(), []int{17}
|
||||
}
|
||||
|
||||
type GetPlayersByIdReq struct {
|
||||
@@ -1432,7 +1432,7 @@ type GetPlayersByIdReq struct {
|
||||
|
||||
func (x *GetPlayersByIdReq) Reset() {
|
||||
*x = GetPlayersByIdReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[18]
|
||||
mi := &file_player_proto_msgTypes[18]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1444,7 +1444,7 @@ func (x *GetPlayersByIdReq) String() string {
|
||||
func (*GetPlayersByIdReq) ProtoMessage() {}
|
||||
|
||||
func (x *GetPlayersByIdReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[18]
|
||||
mi := &file_player_proto_msgTypes[18]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1457,7 +1457,7 @@ func (x *GetPlayersByIdReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use GetPlayersByIdReq.ProtoReflect.Descriptor instead.
|
||||
func (*GetPlayersByIdReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{18}
|
||||
return file_player_proto_rawDescGZIP(), []int{18}
|
||||
}
|
||||
|
||||
func (x *GetPlayersByIdReq) GetId() int64 {
|
||||
@@ -1476,7 +1476,7 @@ type GetPlayersByIdResp struct {
|
||||
|
||||
func (x *GetPlayersByIdResp) Reset() {
|
||||
*x = GetPlayersByIdResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[19]
|
||||
mi := &file_player_proto_msgTypes[19]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1488,7 +1488,7 @@ func (x *GetPlayersByIdResp) String() string {
|
||||
func (*GetPlayersByIdResp) ProtoMessage() {}
|
||||
|
||||
func (x *GetPlayersByIdResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[19]
|
||||
mi := &file_player_proto_msgTypes[19]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1501,7 +1501,7 @@ func (x *GetPlayersByIdResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use GetPlayersByIdResp.ProtoReflect.Descriptor instead.
|
||||
func (*GetPlayersByIdResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{19}
|
||||
return file_player_proto_rawDescGZIP(), []int{19}
|
||||
}
|
||||
|
||||
func (x *GetPlayersByIdResp) GetPlayers() *Players {
|
||||
@@ -1513,7 +1513,7 @@ func (x *GetPlayersByIdResp) GetPlayers() *Players {
|
||||
|
||||
type SearchPlayersReq struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Page *int64 `protobuf:"varint,1,opt,name=page,proto3,oneof" json:"page,omitempty"` //page
|
||||
Offset *int64 `protobuf:"varint,1,opt,name=offset,proto3,oneof" json:"offset,omitempty"` //offset
|
||||
Limit *int64 `protobuf:"varint,2,opt,name=limit,proto3,oneof" json:"limit,omitempty"` //limit
|
||||
Id *int64 `protobuf:"varint,3,opt,name=id,proto3,oneof" json:"id,omitempty"` //id
|
||||
UserId *int64 `protobuf:"varint,4,opt,name=userId,proto3,oneof" json:"userId,omitempty"` //userId
|
||||
@@ -1533,7 +1533,7 @@ type SearchPlayersReq struct {
|
||||
|
||||
func (x *SearchPlayersReq) Reset() {
|
||||
*x = SearchPlayersReq{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[20]
|
||||
mi := &file_player_proto_msgTypes[20]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1545,7 +1545,7 @@ func (x *SearchPlayersReq) String() string {
|
||||
func (*SearchPlayersReq) ProtoMessage() {}
|
||||
|
||||
func (x *SearchPlayersReq) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[20]
|
||||
mi := &file_player_proto_msgTypes[20]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1558,12 +1558,12 @@ func (x *SearchPlayersReq) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SearchPlayersReq.ProtoReflect.Descriptor instead.
|
||||
func (*SearchPlayersReq) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{20}
|
||||
return file_player_proto_rawDescGZIP(), []int{20}
|
||||
}
|
||||
|
||||
func (x *SearchPlayersReq) GetPage() int64 {
|
||||
if x != nil && x.Page != nil {
|
||||
return *x.Page
|
||||
func (x *SearchPlayersReq) GetOffset() int64 {
|
||||
if x != nil && x.Offset != nil {
|
||||
return *x.Offset
|
||||
}
|
||||
return 0
|
||||
}
|
||||
@@ -1668,7 +1668,7 @@ type SearchPlayersResp struct {
|
||||
|
||||
func (x *SearchPlayersResp) Reset() {
|
||||
*x = SearchPlayersResp{}
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[21]
|
||||
mi := &file_player_proto_msgTypes[21]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1680,7 +1680,7 @@ func (x *SearchPlayersResp) String() string {
|
||||
func (*SearchPlayersResp) ProtoMessage() {}
|
||||
|
||||
func (x *SearchPlayersResp) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_desc_rpc_player_proto_msgTypes[21]
|
||||
mi := &file_player_proto_msgTypes[21]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1693,7 +1693,7 @@ func (x *SearchPlayersResp) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use SearchPlayersResp.ProtoReflect.Descriptor instead.
|
||||
func (*SearchPlayersResp) Descriptor() ([]byte, []int) {
|
||||
return file_desc_rpc_player_proto_rawDescGZIP(), []int{21}
|
||||
return file_player_proto_rawDescGZIP(), []int{21}
|
||||
}
|
||||
|
||||
func (x *SearchPlayersResp) GetPlayers() []*Players {
|
||||
@@ -1703,11 +1703,11 @@ func (x *SearchPlayersResp) GetPlayers() []*Players {
|
||||
return nil
|
||||
}
|
||||
|
||||
var File_desc_rpc_player_proto protoreflect.FileDescriptor
|
||||
var File_player_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_desc_rpc_player_proto_rawDesc = "" +
|
||||
const file_player_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"\x15desc/rpc/player.proto\x12\x02pb\"\xe8\x02\n" +
|
||||
"\fplayer.proto\x12\x02pb\"\xe8\x02\n" +
|
||||
"\x0ePlayerServices\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\x03R\x02id\x12\x1a\n" +
|
||||
"\bplayerId\x18\x02 \x01(\x03R\bplayerId\x12\x16\n" +
|
||||
@@ -1776,9 +1776,9 @@ const file_desc_rpc_player_proto_rawDesc = "" +
|
||||
"\x18GetPlayerServicesByIdReq\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\x03R\x02id\"W\n" +
|
||||
"\x19GetPlayerServicesByIdResp\x12:\n" +
|
||||
"\x0eplayerServices\x18\x01 \x01(\v2\x12.pb.PlayerServicesR\x0eplayerServices\"\x9b\x03\n" +
|
||||
"\x17SearchPlayerServicesReq\x12\x12\n" +
|
||||
"\x04page\x18\x01 \x01(\x03R\x04page\x12\x14\n" +
|
||||
"\x0eplayerServices\x18\x01 \x01(\v2\x12.pb.PlayerServicesR\x0eplayerServices\"\x9f\x03\n" +
|
||||
"\x17SearchPlayerServicesReq\x12\x16\n" +
|
||||
"\x06offset\x18\x01 \x01(\x03R\x06offset\x12\x14\n" +
|
||||
"\x05limit\x18\x02 \x01(\x03R\x05limit\x12\x0e\n" +
|
||||
"\x02id\x18\x03 \x01(\x03R\x02id\x12\x1a\n" +
|
||||
"\bplayerId\x18\x04 \x01(\x03R\bplayerId\x12\x16\n" +
|
||||
@@ -1856,9 +1856,9 @@ const file_desc_rpc_player_proto_rawDesc = "" +
|
||||
"\x11GetPlayersByIdReq\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\x03R\x02id\";\n" +
|
||||
"\x12GetPlayersByIdResp\x12%\n" +
|
||||
"\aplayers\x18\x01 \x01(\v2\v.pb.PlayersR\aplayers\"\xc3\x04\n" +
|
||||
"\x10SearchPlayersReq\x12\x17\n" +
|
||||
"\x04page\x18\x01 \x01(\x03H\x00R\x04page\x88\x01\x01\x12\x19\n" +
|
||||
"\aplayers\x18\x01 \x01(\v2\v.pb.PlayersR\aplayers\"\xc9\x04\n" +
|
||||
"\x10SearchPlayersReq\x12\x1b\n" +
|
||||
"\x06offset\x18\x01 \x01(\x03H\x00R\x06offset\x88\x01\x01\x12\x19\n" +
|
||||
"\x05limit\x18\x02 \x01(\x03H\x01R\x05limit\x88\x01\x01\x12\x13\n" +
|
||||
"\x02id\x18\x03 \x01(\x03H\x02R\x02id\x88\x01\x01\x12\x1b\n" +
|
||||
"\x06userId\x18\x04 \x01(\x03H\x03R\x06userId\x88\x01\x01\x12\x1b\n" +
|
||||
@@ -1873,8 +1873,8 @@ const file_desc_rpc_player_proto_rawDesc = "" +
|
||||
"\tcreatedAt\x18\f \x01(\x03H\tR\tcreatedAt\x88\x01\x01\x12!\n" +
|
||||
"\tupdatedAt\x18\r \x01(\x03H\n" +
|
||||
"R\tupdatedAt\x88\x01\x01\x12\x1b\n" +
|
||||
"\x06gender\x18\x0e \x01(\x03H\vR\x06gender\x88\x01\x01B\a\n" +
|
||||
"\x05_pageB\b\n" +
|
||||
"\x06gender\x18\x0e \x01(\x03H\vR\x06gender\x88\x01\x01B\t\n" +
|
||||
"\a_offsetB\b\n" +
|
||||
"\x06_limitB\x05\n" +
|
||||
"\x03_idB\t\n" +
|
||||
"\a_userIdB\t\n" +
|
||||
@@ -1906,19 +1906,19 @@ const file_desc_rpc_player_proto_rawDesc = "" +
|
||||
"\rSearchPlayers\x12\x14.pb.SearchPlayersReq\x1a\x15.pb.SearchPlayersRespB\x06Z\x04./pbb\x06proto3"
|
||||
|
||||
var (
|
||||
file_desc_rpc_player_proto_rawDescOnce sync.Once
|
||||
file_desc_rpc_player_proto_rawDescData []byte
|
||||
file_player_proto_rawDescOnce sync.Once
|
||||
file_player_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_desc_rpc_player_proto_rawDescGZIP() []byte {
|
||||
file_desc_rpc_player_proto_rawDescOnce.Do(func() {
|
||||
file_desc_rpc_player_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_desc_rpc_player_proto_rawDesc), len(file_desc_rpc_player_proto_rawDesc)))
|
||||
func file_player_proto_rawDescGZIP() []byte {
|
||||
file_player_proto_rawDescOnce.Do(func() {
|
||||
file_player_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_player_proto_rawDesc), len(file_player_proto_rawDesc)))
|
||||
})
|
||||
return file_desc_rpc_player_proto_rawDescData
|
||||
return file_player_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_desc_rpc_player_proto_msgTypes = make([]protoimpl.MessageInfo, 22)
|
||||
var file_desc_rpc_player_proto_goTypes = []any{
|
||||
var file_player_proto_msgTypes = make([]protoimpl.MessageInfo, 22)
|
||||
var file_player_proto_goTypes = []any{
|
||||
(*PlayerServices)(nil), // 0: pb.PlayerServices
|
||||
(*AddPlayerServicesReq)(nil), // 1: pb.AddPlayerServicesReq
|
||||
(*AddPlayerServicesResp)(nil), // 2: pb.AddPlayerServicesResp
|
||||
@@ -1942,7 +1942,7 @@ var file_desc_rpc_player_proto_goTypes = []any{
|
||||
(*SearchPlayersReq)(nil), // 20: pb.SearchPlayersReq
|
||||
(*SearchPlayersResp)(nil), // 21: pb.SearchPlayersResp
|
||||
}
|
||||
var file_desc_rpc_player_proto_depIdxs = []int32{
|
||||
var file_player_proto_depIdxs = []int32{
|
||||
0, // 0: pb.AddPlayerServicesResp.playerServices:type_name -> pb.PlayerServices
|
||||
0, // 1: pb.GetPlayerServicesByIdResp.playerServices:type_name -> pb.PlayerServices
|
||||
0, // 2: pb.SearchPlayerServicesResp.playerServices:type_name -> pb.PlayerServices
|
||||
@@ -1977,29 +1977,29 @@ var file_desc_rpc_player_proto_depIdxs = []int32{
|
||||
0, // [0:5] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_desc_rpc_player_proto_init() }
|
||||
func file_desc_rpc_player_proto_init() {
|
||||
if File_desc_rpc_player_proto != nil {
|
||||
func init() { file_player_proto_init() }
|
||||
func file_player_proto_init() {
|
||||
if File_player_proto != nil {
|
||||
return
|
||||
}
|
||||
file_desc_rpc_player_proto_msgTypes[3].OneofWrappers = []any{}
|
||||
file_desc_rpc_player_proto_msgTypes[14].OneofWrappers = []any{}
|
||||
file_desc_rpc_player_proto_msgTypes[20].OneofWrappers = []any{}
|
||||
file_player_proto_msgTypes[3].OneofWrappers = []any{}
|
||||
file_player_proto_msgTypes[14].OneofWrappers = []any{}
|
||||
file_player_proto_msgTypes[20].OneofWrappers = []any{}
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_desc_rpc_player_proto_rawDesc), len(file_desc_rpc_player_proto_rawDesc)),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_player_proto_rawDesc), len(file_player_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 22,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
GoTypes: file_desc_rpc_player_proto_goTypes,
|
||||
DependencyIndexes: file_desc_rpc_player_proto_depIdxs,
|
||||
MessageInfos: file_desc_rpc_player_proto_msgTypes,
|
||||
GoTypes: file_player_proto_goTypes,
|
||||
DependencyIndexes: file_player_proto_depIdxs,
|
||||
MessageInfos: file_player_proto_msgTypes,
|
||||
}.Build()
|
||||
File_desc_rpc_player_proto = out.File
|
||||
file_desc_rpc_player_proto_goTypes = nil
|
||||
file_desc_rpc_player_proto_depIdxs = nil
|
||||
File_player_proto = out.File
|
||||
file_player_proto_goTypes = nil
|
||||
file_player_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user