go_dreamfactory/pb/caninerabbit_db.pb.go
2023-10-26 17:42:56 +08:00

504 lines
17 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc v3.20.0
// source: caninerabbit/caninerabbit_db.proto
package pb
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
//切磋请求记录
type DBCanineRabbit struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id"`
Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid"`
Integral int32 `protobuf:"varint,3,opt,name=integral,proto3" json:"integral"`
Award map[int32]bool `protobuf:"bytes,4,rep,name=award,proto3" json:"award" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
}
func (x *DBCanineRabbit) Reset() {
*x = DBCanineRabbit{}
if protoimpl.UnsafeEnabled {
mi := &file_caninerabbit_caninerabbit_db_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DBCanineRabbit) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DBCanineRabbit) ProtoMessage() {}
func (x *DBCanineRabbit) ProtoReflect() protoreflect.Message {
mi := &file_caninerabbit_caninerabbit_db_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 DBCanineRabbit.ProtoReflect.Descriptor instead.
func (*DBCanineRabbit) Descriptor() ([]byte, []int) {
return file_caninerabbit_caninerabbit_db_proto_rawDescGZIP(), []int{0}
}
func (x *DBCanineRabbit) GetId() string {
if x != nil {
return x.Id
}
return ""
}
func (x *DBCanineRabbit) GetUid() string {
if x != nil {
return x.Uid
}
return ""
}
func (x *DBCanineRabbit) GetIntegral() int32 {
if x != nil {
return x.Integral
}
return 0
}
func (x *DBCanineRabbit) GetAward() map[int32]bool {
if x != nil {
return x.Award
}
return nil
}
type DBCanineRabbitChess struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
Stype int32 `protobuf:"varint,2,opt,name=stype,proto3" json:"stype"` //0兔子 1猎犬
X int32 `protobuf:"varint,3,opt,name=x,proto3" json:"x"`
Y int32 `protobuf:"varint,4,opt,name=y,proto3" json:"y"`
}
func (x *DBCanineRabbitChess) Reset() {
*x = DBCanineRabbitChess{}
if protoimpl.UnsafeEnabled {
mi := &file_caninerabbit_caninerabbit_db_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DBCanineRabbitChess) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DBCanineRabbitChess) ProtoMessage() {}
func (x *DBCanineRabbitChess) ProtoReflect() protoreflect.Message {
mi := &file_caninerabbit_caninerabbit_db_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 DBCanineRabbitChess.ProtoReflect.Descriptor instead.
func (*DBCanineRabbitChess) Descriptor() ([]byte, []int) {
return file_caninerabbit_caninerabbit_db_proto_rawDescGZIP(), []int{1}
}
func (x *DBCanineRabbitChess) GetId() string {
if x != nil {
return x.Id
}
return ""
}
func (x *DBCanineRabbitChess) GetStype() int32 {
if x != nil {
return x.Stype
}
return 0
}
func (x *DBCanineRabbitChess) GetX() int32 {
if x != nil {
return x.X
}
return 0
}
func (x *DBCanineRabbitChess) GetY() int32 {
if x != nil {
return x.Y
}
return 0
}
type DBCanineRabbitRoomPlayer struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Info *BaseUserInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` //发起者信息
Isai bool `protobuf:"varint,2,opt,name=isai,proto3" json:"isai"`
Ready bool `protobuf:"varint,3,opt,name=ready,proto3" json:"ready"`
Score int32 `protobuf:"varint,4,opt,name=score,proto3" json:"score"`
Integral int32 `protobuf:"varint,5,opt,name=integral,proto3" json:"integral"`
Maxintegral int32 `protobuf:"varint,6,opt,name=maxintegral,proto3" json:"maxintegral"`
}
func (x *DBCanineRabbitRoomPlayer) Reset() {
*x = DBCanineRabbitRoomPlayer{}
if protoimpl.UnsafeEnabled {
mi := &file_caninerabbit_caninerabbit_db_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DBCanineRabbitRoomPlayer) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DBCanineRabbitRoomPlayer) ProtoMessage() {}
func (x *DBCanineRabbitRoomPlayer) ProtoReflect() protoreflect.Message {
mi := &file_caninerabbit_caninerabbit_db_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 DBCanineRabbitRoomPlayer.ProtoReflect.Descriptor instead.
func (*DBCanineRabbitRoomPlayer) Descriptor() ([]byte, []int) {
return file_caninerabbit_caninerabbit_db_proto_rawDescGZIP(), []int{2}
}
func (x *DBCanineRabbitRoomPlayer) GetInfo() *BaseUserInfo {
if x != nil {
return x.Info
}
return nil
}
func (x *DBCanineRabbitRoomPlayer) GetIsai() bool {
if x != nil {
return x.Isai
}
return false
}
func (x *DBCanineRabbitRoomPlayer) GetReady() bool {
if x != nil {
return x.Ready
}
return false
}
func (x *DBCanineRabbitRoomPlayer) GetScore() int32 {
if x != nil {
return x.Score
}
return 0
}
func (x *DBCanineRabbitRoomPlayer) GetIntegral() int32 {
if x != nil {
return x.Integral
}
return 0
}
func (x *DBCanineRabbitRoomPlayer) GetMaxintegral() int32 {
if x != nil {
return x.Maxintegral
}
return 0
}
//犬兔大赛 房间
type DBCanineRabbitRoom struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rid string `protobuf:"bytes,1,opt,name=rid,proto3" json:"rid"`
Randomposit bool `protobuf:"varint,2,opt,name=randomposit,proto3" json:"randomposit"` //随机位置
Headstart int32 `protobuf:"varint,3,opt,name=headstart,proto3" json:"headstart"` //先手 0 兔子 1 猎犬
Red *DBCanineRabbitRoomPlayer `protobuf:"bytes,5,opt,name=red,proto3" json:"red"`
Blue *DBCanineRabbitRoomPlayer `protobuf:"bytes,6,opt,name=blue,proto3" json:"blue"`
Chess []*DBCanineRabbitChess `protobuf:"bytes,7,rep,name=chess,proto3" json:"chess"` //棋子
}
func (x *DBCanineRabbitRoom) Reset() {
*x = DBCanineRabbitRoom{}
if protoimpl.UnsafeEnabled {
mi := &file_caninerabbit_caninerabbit_db_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DBCanineRabbitRoom) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DBCanineRabbitRoom) ProtoMessage() {}
func (x *DBCanineRabbitRoom) ProtoReflect() protoreflect.Message {
mi := &file_caninerabbit_caninerabbit_db_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 DBCanineRabbitRoom.ProtoReflect.Descriptor instead.
func (*DBCanineRabbitRoom) Descriptor() ([]byte, []int) {
return file_caninerabbit_caninerabbit_db_proto_rawDescGZIP(), []int{3}
}
func (x *DBCanineRabbitRoom) GetRid() string {
if x != nil {
return x.Rid
}
return ""
}
func (x *DBCanineRabbitRoom) GetRandomposit() bool {
if x != nil {
return x.Randomposit
}
return false
}
func (x *DBCanineRabbitRoom) GetHeadstart() int32 {
if x != nil {
return x.Headstart
}
return 0
}
func (x *DBCanineRabbitRoom) GetRed() *DBCanineRabbitRoomPlayer {
if x != nil {
return x.Red
}
return nil
}
func (x *DBCanineRabbitRoom) GetBlue() *DBCanineRabbitRoomPlayer {
if x != nil {
return x.Blue
}
return nil
}
func (x *DBCanineRabbitRoom) GetChess() []*DBCanineRabbitChess {
if x != nil {
return x.Chess
}
return nil
}
var File_caninerabbit_caninerabbit_db_proto protoreflect.FileDescriptor
var file_caninerabbit_caninerabbit_db_proto_rawDesc = []byte{
0x0a, 0x22, 0x63, 0x61, 0x6e, 0x69, 0x6e, 0x65, 0x72, 0x61, 0x62, 0x62, 0x69, 0x74, 0x2f, 0x63,
0x61, 0x6e, 0x69, 0x6e, 0x65, 0x72, 0x61, 0x62, 0x62, 0x69, 0x74, 0x5f, 0x64, 0x62, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x22, 0xba, 0x01, 0x0a, 0x0e, 0x44, 0x42, 0x43, 0x61, 0x6e, 0x69, 0x6e, 0x65, 0x52, 0x61, 0x62,
0x62, 0x69, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x02, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
0x6c, 0x12, 0x30, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b,
0x32, 0x1a, 0x2e, 0x44, 0x42, 0x43, 0x61, 0x6e, 0x69, 0x6e, 0x65, 0x52, 0x61, 0x62, 0x62, 0x69,
0x74, 0x2e, 0x41, 0x77, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x61, 0x77,
0x61, 0x72, 0x64, 0x1a, 0x38, 0x0a, 0x0a, 0x41, 0x77, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72,
0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03,
0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x57, 0x0a,
0x13, 0x44, 0x42, 0x43, 0x61, 0x6e, 0x69, 0x6e, 0x65, 0x52, 0x61, 0x62, 0x62, 0x69, 0x74, 0x43,
0x68, 0x65, 0x73, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20,
0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0c, 0x0a, 0x01, 0x78, 0x18,
0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x78, 0x12, 0x0c, 0x0a, 0x01, 0x79, 0x18, 0x04, 0x20,
0x01, 0x28, 0x05, 0x52, 0x01, 0x79, 0x22, 0xbb, 0x01, 0x0a, 0x18, 0x44, 0x42, 0x43, 0x61, 0x6e,
0x69, 0x6e, 0x65, 0x52, 0x61, 0x62, 0x62, 0x69, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x6c, 0x61,
0x79, 0x65, 0x72, 0x12, 0x21, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x0d, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f,
0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x73, 0x61, 0x69, 0x18, 0x02,
0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x69, 0x73, 0x61, 0x69, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65,
0x61, 0x64, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x72, 0x65, 0x61, 0x64, 0x79,
0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52,
0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72,
0x61, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72,
0x61, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x61, 0x78, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6d, 0x61, 0x78, 0x69, 0x6e, 0x74, 0x65,
0x67, 0x72, 0x61, 0x6c, 0x22, 0xee, 0x01, 0x0a, 0x12, 0x44, 0x42, 0x43, 0x61, 0x6e, 0x69, 0x6e,
0x65, 0x52, 0x61, 0x62, 0x62, 0x69, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x72,
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x72, 0x69, 0x64, 0x12, 0x20, 0x0a,
0x0b, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01,
0x28, 0x08, 0x52, 0x0b, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x12,
0x1c, 0x0a, 0x09, 0x68, 0x65, 0x61, 0x64, 0x73, 0x74, 0x61, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01,
0x28, 0x05, 0x52, 0x09, 0x68, 0x65, 0x61, 0x64, 0x73, 0x74, 0x61, 0x72, 0x74, 0x12, 0x2b, 0x0a,
0x03, 0x72, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x44, 0x42, 0x43,
0x61, 0x6e, 0x69, 0x6e, 0x65, 0x52, 0x61, 0x62, 0x62, 0x69, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x50,
0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x03, 0x72, 0x65, 0x64, 0x12, 0x2d, 0x0a, 0x04, 0x62, 0x6c,
0x75, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x44, 0x42, 0x43, 0x61, 0x6e,
0x69, 0x6e, 0x65, 0x52, 0x61, 0x62, 0x62, 0x69, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x6c, 0x61,
0x79, 0x65, 0x72, 0x52, 0x04, 0x62, 0x6c, 0x75, 0x65, 0x12, 0x2a, 0x0a, 0x05, 0x63, 0x68, 0x65,
0x73, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x44, 0x42, 0x43, 0x61, 0x6e,
0x69, 0x6e, 0x65, 0x52, 0x61, 0x62, 0x62, 0x69, 0x74, 0x43, 0x68, 0x65, 0x73, 0x73, 0x52, 0x05,
0x63, 0x68, 0x65, 0x73, 0x73, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_caninerabbit_caninerabbit_db_proto_rawDescOnce sync.Once
file_caninerabbit_caninerabbit_db_proto_rawDescData = file_caninerabbit_caninerabbit_db_proto_rawDesc
)
func file_caninerabbit_caninerabbit_db_proto_rawDescGZIP() []byte {
file_caninerabbit_caninerabbit_db_proto_rawDescOnce.Do(func() {
file_caninerabbit_caninerabbit_db_proto_rawDescData = protoimpl.X.CompressGZIP(file_caninerabbit_caninerabbit_db_proto_rawDescData)
})
return file_caninerabbit_caninerabbit_db_proto_rawDescData
}
var file_caninerabbit_caninerabbit_db_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
var file_caninerabbit_caninerabbit_db_proto_goTypes = []interface{}{
(*DBCanineRabbit)(nil), // 0: DBCanineRabbit
(*DBCanineRabbitChess)(nil), // 1: DBCanineRabbitChess
(*DBCanineRabbitRoomPlayer)(nil), // 2: DBCanineRabbitRoomPlayer
(*DBCanineRabbitRoom)(nil), // 3: DBCanineRabbitRoom
nil, // 4: DBCanineRabbit.AwardEntry
(*BaseUserInfo)(nil), // 5: BaseUserInfo
}
var file_caninerabbit_caninerabbit_db_proto_depIdxs = []int32{
4, // 0: DBCanineRabbit.award:type_name -> DBCanineRabbit.AwardEntry
5, // 1: DBCanineRabbitRoomPlayer.info:type_name -> BaseUserInfo
2, // 2: DBCanineRabbitRoom.red:type_name -> DBCanineRabbitRoomPlayer
2, // 3: DBCanineRabbitRoom.blue:type_name -> DBCanineRabbitRoomPlayer
1, // 4: DBCanineRabbitRoom.chess:type_name -> DBCanineRabbitChess
5, // [5:5] is the sub-list for method output_type
5, // [5:5] is the sub-list for method input_type
5, // [5:5] is the sub-list for extension type_name
5, // [5:5] is the sub-list for extension extendee
0, // [0:5] is the sub-list for field type_name
}
func init() { file_caninerabbit_caninerabbit_db_proto_init() }
func file_caninerabbit_caninerabbit_db_proto_init() {
if File_caninerabbit_caninerabbit_db_proto != nil {
return
}
file_comm_proto_init()
if !protoimpl.UnsafeEnabled {
file_caninerabbit_caninerabbit_db_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DBCanineRabbit); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_caninerabbit_caninerabbit_db_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DBCanineRabbitChess); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_caninerabbit_caninerabbit_db_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DBCanineRabbitRoomPlayer); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_caninerabbit_caninerabbit_db_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DBCanineRabbitRoom); 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_caninerabbit_caninerabbit_db_proto_rawDesc,
NumEnums: 0,
NumMessages: 5,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_caninerabbit_caninerabbit_db_proto_goTypes,
DependencyIndexes: file_caninerabbit_caninerabbit_db_proto_depIdxs,
MessageInfos: file_caninerabbit_caninerabbit_db_proto_msgTypes,
}.Build()
File_caninerabbit_caninerabbit_db_proto = out.File
file_caninerabbit_caninerabbit_db_proto_rawDesc = nil
file_caninerabbit_caninerabbit_db_proto_goTypes = nil
file_caninerabbit_caninerabbit_db_proto_depIdxs = nil
}