go_dreamfactory/pb/pushgiftbag_msg.pb.go
2023-08-08 11:44:44 +08:00

270 lines
8.9 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc v3.20.0
// source: pushgiftbag/pushgiftbag_msg.proto
package pb
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
//推送礼包信息请求
type PushGiftbagInfoReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *PushGiftbagInfoReq) Reset() {
*x = PushGiftbagInfoReq{}
if protoimpl.UnsafeEnabled {
mi := &file_pushgiftbag_pushgiftbag_msg_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PushGiftbagInfoReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PushGiftbagInfoReq) ProtoMessage() {}
func (x *PushGiftbagInfoReq) ProtoReflect() protoreflect.Message {
mi := &file_pushgiftbag_pushgiftbag_msg_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PushGiftbagInfoReq.ProtoReflect.Descriptor instead.
func (*PushGiftbagInfoReq) Descriptor() ([]byte, []int) {
return file_pushgiftbag_pushgiftbag_msg_proto_rawDescGZIP(), []int{0}
}
//推送礼包信息请求 回应
type PushGiftbagInfoResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Item []*DBPushGiftbagItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item"`
}
func (x *PushGiftbagInfoResp) Reset() {
*x = PushGiftbagInfoResp{}
if protoimpl.UnsafeEnabled {
mi := &file_pushgiftbag_pushgiftbag_msg_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PushGiftbagInfoResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PushGiftbagInfoResp) ProtoMessage() {}
func (x *PushGiftbagInfoResp) ProtoReflect() protoreflect.Message {
mi := &file_pushgiftbag_pushgiftbag_msg_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PushGiftbagInfoResp.ProtoReflect.Descriptor instead.
func (*PushGiftbagInfoResp) Descriptor() ([]byte, []int) {
return file_pushgiftbag_pushgiftbag_msg_proto_rawDescGZIP(), []int{1}
}
func (x *PushGiftbagInfoResp) GetItem() []*DBPushGiftbagItem {
if x != nil {
return x.Item
}
return nil
}
//推送礼包信息请求
type PushGiftbagChanagePush struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Item []*DBPushGiftbagItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item"`
}
func (x *PushGiftbagChanagePush) Reset() {
*x = PushGiftbagChanagePush{}
if protoimpl.UnsafeEnabled {
mi := &file_pushgiftbag_pushgiftbag_msg_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PushGiftbagChanagePush) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PushGiftbagChanagePush) ProtoMessage() {}
func (x *PushGiftbagChanagePush) ProtoReflect() protoreflect.Message {
mi := &file_pushgiftbag_pushgiftbag_msg_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PushGiftbagChanagePush.ProtoReflect.Descriptor instead.
func (*PushGiftbagChanagePush) Descriptor() ([]byte, []int) {
return file_pushgiftbag_pushgiftbag_msg_proto_rawDescGZIP(), []int{2}
}
func (x *PushGiftbagChanagePush) GetItem() []*DBPushGiftbagItem {
if x != nil {
return x.Item
}
return nil
}
var File_pushgiftbag_pushgiftbag_msg_proto protoreflect.FileDescriptor
var file_pushgiftbag_pushgiftbag_msg_proto_rawDesc = []byte{
0x0a, 0x21, 0x70, 0x75, 0x73, 0x68, 0x67, 0x69, 0x66, 0x74, 0x62, 0x61, 0x67, 0x2f, 0x70, 0x75,
0x73, 0x68, 0x67, 0x69, 0x66, 0x74, 0x62, 0x61, 0x67, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x75, 0x73, 0x68, 0x67, 0x69, 0x66, 0x74, 0x62, 0x61, 0x67,
0x2f, 0x70, 0x75, 0x73, 0x68, 0x67, 0x69, 0x66, 0x74, 0x62, 0x61, 0x67, 0x5f, 0x64, 0x62, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x14, 0x0a, 0x12, 0x50, 0x75, 0x73, 0x68, 0x47, 0x69, 0x66,
0x74, 0x62, 0x61, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x3d, 0x0a, 0x13, 0x50,
0x75, 0x73, 0x68, 0x47, 0x69, 0x66, 0x74, 0x62, 0x61, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
0x73, 0x70, 0x12, 0x26, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
0x32, 0x12, 0x2e, 0x44, 0x42, 0x50, 0x75, 0x73, 0x68, 0x47, 0x69, 0x66, 0x74, 0x62, 0x61, 0x67,
0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x40, 0x0a, 0x16, 0x50, 0x75,
0x73, 0x68, 0x47, 0x69, 0x66, 0x74, 0x62, 0x61, 0x67, 0x43, 0x68, 0x61, 0x6e, 0x61, 0x67, 0x65,
0x50, 0x75, 0x73, 0x68, 0x12, 0x26, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x03,
0x28, 0x0b, 0x32, 0x12, 0x2e, 0x44, 0x42, 0x50, 0x75, 0x73, 0x68, 0x47, 0x69, 0x66, 0x74, 0x62,
0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x42, 0x06, 0x5a, 0x04,
0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_pushgiftbag_pushgiftbag_msg_proto_rawDescOnce sync.Once
file_pushgiftbag_pushgiftbag_msg_proto_rawDescData = file_pushgiftbag_pushgiftbag_msg_proto_rawDesc
)
func file_pushgiftbag_pushgiftbag_msg_proto_rawDescGZIP() []byte {
file_pushgiftbag_pushgiftbag_msg_proto_rawDescOnce.Do(func() {
file_pushgiftbag_pushgiftbag_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_pushgiftbag_pushgiftbag_msg_proto_rawDescData)
})
return file_pushgiftbag_pushgiftbag_msg_proto_rawDescData
}
var file_pushgiftbag_pushgiftbag_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
var file_pushgiftbag_pushgiftbag_msg_proto_goTypes = []interface{}{
(*PushGiftbagInfoReq)(nil), // 0: PushGiftbagInfoReq
(*PushGiftbagInfoResp)(nil), // 1: PushGiftbagInfoResp
(*PushGiftbagChanagePush)(nil), // 2: PushGiftbagChanagePush
(*DBPushGiftbagItem)(nil), // 3: DBPushGiftbagItem
}
var file_pushgiftbag_pushgiftbag_msg_proto_depIdxs = []int32{
3, // 0: PushGiftbagInfoResp.item:type_name -> DBPushGiftbagItem
3, // 1: PushGiftbagChanagePush.item:type_name -> DBPushGiftbagItem
2, // [2:2] is the sub-list for method output_type
2, // [2:2] is the sub-list for method input_type
2, // [2:2] is the sub-list for extension type_name
2, // [2:2] is the sub-list for extension extendee
0, // [0:2] is the sub-list for field type_name
}
func init() { file_pushgiftbag_pushgiftbag_msg_proto_init() }
func file_pushgiftbag_pushgiftbag_msg_proto_init() {
if File_pushgiftbag_pushgiftbag_msg_proto != nil {
return
}
file_pushgiftbag_pushgiftbag_db_proto_init()
if !protoimpl.UnsafeEnabled {
file_pushgiftbag_pushgiftbag_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PushGiftbagInfoReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_pushgiftbag_pushgiftbag_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PushGiftbagInfoResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_pushgiftbag_pushgiftbag_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PushGiftbagChanagePush); 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_pushgiftbag_pushgiftbag_msg_proto_rawDesc,
NumEnums: 0,
NumMessages: 3,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_pushgiftbag_pushgiftbag_msg_proto_goTypes,
DependencyIndexes: file_pushgiftbag_pushgiftbag_msg_proto_depIdxs,
MessageInfos: file_pushgiftbag_pushgiftbag_msg_proto_msgTypes,
}.Build()
File_pushgiftbag_pushgiftbag_msg_proto = out.File
file_pushgiftbag_pushgiftbag_msg_proto_rawDesc = nil
file_pushgiftbag_pushgiftbag_msg_proto_goTypes = nil
file_pushgiftbag_pushgiftbag_msg_proto_depIdxs = nil
}