123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: company.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- import (
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- math "math"
- )
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
- type CompanyGardenDecreaseRequest struct {
- Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompanyGardenDecreaseRequest) Reset() { *m = CompanyGardenDecreaseRequest{} }
- func (m *CompanyGardenDecreaseRequest) String() string { return proto.CompactTextString(m) }
- func (*CompanyGardenDecreaseRequest) ProtoMessage() {}
- func (*CompanyGardenDecreaseRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_ade57ca5b8f3903f, []int{0}
- }
- func (m *CompanyGardenDecreaseRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompanyGardenDecreaseRequest.Unmarshal(m, b)
- }
- func (m *CompanyGardenDecreaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompanyGardenDecreaseRequest.Marshal(b, m, deterministic)
- }
- func (m *CompanyGardenDecreaseRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompanyGardenDecreaseRequest.Merge(m, src)
- }
- func (m *CompanyGardenDecreaseRequest) XXX_Size() int {
- return xxx_messageInfo_CompanyGardenDecreaseRequest.Size(m)
- }
- func (m *CompanyGardenDecreaseRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CompanyGardenDecreaseRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompanyGardenDecreaseRequest proto.InternalMessageInfo
- func (m *CompanyGardenDecreaseRequest) GetCid() int64 {
- if m != nil {
- return m.Cid
- }
- return 0
- }
- type CompanyGardenDecreaseReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompanyGardenDecreaseReply) Reset() { *m = CompanyGardenDecreaseReply{} }
- func (m *CompanyGardenDecreaseReply) String() string { return proto.CompactTextString(m) }
- func (*CompanyGardenDecreaseReply) ProtoMessage() {}
- func (*CompanyGardenDecreaseReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_ade57ca5b8f3903f, []int{1}
- }
- func (m *CompanyGardenDecreaseReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompanyGardenDecreaseReply.Unmarshal(m, b)
- }
- func (m *CompanyGardenDecreaseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompanyGardenDecreaseReply.Marshal(b, m, deterministic)
- }
- func (m *CompanyGardenDecreaseReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompanyGardenDecreaseReply.Merge(m, src)
- }
- func (m *CompanyGardenDecreaseReply) XXX_Size() int {
- return xxx_messageInfo_CompanyGardenDecreaseReply.Size(m)
- }
- func (m *CompanyGardenDecreaseReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CompanyGardenDecreaseReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompanyGardenDecreaseReply proto.InternalMessageInfo
- type CompanyObjStatisticSetRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- ObjType int32 `protobuf:"varint,2,opt,name=obj_type,json=objType,proto3" json:"obj_type"`
- // 为负数表示减少
- TotalIncrease int64 `protobuf:"varint,3,opt,name=total_increase,json=totalIncrease,proto3" json:"total_increase"`
- Cid int64 `protobuf:"varint,4,opt,name=cid,proto3" json:"cid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompanyObjStatisticSetRequest) Reset() { *m = CompanyObjStatisticSetRequest{} }
- func (m *CompanyObjStatisticSetRequest) String() string { return proto.CompactTextString(m) }
- func (*CompanyObjStatisticSetRequest) ProtoMessage() {}
- func (*CompanyObjStatisticSetRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_ade57ca5b8f3903f, []int{2}
- }
- func (m *CompanyObjStatisticSetRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompanyObjStatisticSetRequest.Unmarshal(m, b)
- }
- func (m *CompanyObjStatisticSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompanyObjStatisticSetRequest.Marshal(b, m, deterministic)
- }
- func (m *CompanyObjStatisticSetRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompanyObjStatisticSetRequest.Merge(m, src)
- }
- func (m *CompanyObjStatisticSetRequest) XXX_Size() int {
- return xxx_messageInfo_CompanyObjStatisticSetRequest.Size(m)
- }
- func (m *CompanyObjStatisticSetRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CompanyObjStatisticSetRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompanyObjStatisticSetRequest proto.InternalMessageInfo
- func (m *CompanyObjStatisticSetRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *CompanyObjStatisticSetRequest) GetObjType() int32 {
- if m != nil {
- return m.ObjType
- }
- return 0
- }
- func (m *CompanyObjStatisticSetRequest) GetTotalIncrease() int64 {
- if m != nil {
- return m.TotalIncrease
- }
- return 0
- }
- func (m *CompanyObjStatisticSetRequest) GetCid() int64 {
- if m != nil {
- return m.Cid
- }
- return 0
- }
- type CompanyObjStatisticSetReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompanyObjStatisticSetReply) Reset() { *m = CompanyObjStatisticSetReply{} }
- func (m *CompanyObjStatisticSetReply) String() string { return proto.CompactTextString(m) }
- func (*CompanyObjStatisticSetReply) ProtoMessage() {}
- func (*CompanyObjStatisticSetReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_ade57ca5b8f3903f, []int{3}
- }
- func (m *CompanyObjStatisticSetReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompanyObjStatisticSetReply.Unmarshal(m, b)
- }
- func (m *CompanyObjStatisticSetReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompanyObjStatisticSetReply.Marshal(b, m, deterministic)
- }
- func (m *CompanyObjStatisticSetReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompanyObjStatisticSetReply.Merge(m, src)
- }
- func (m *CompanyObjStatisticSetReply) XXX_Size() int {
- return xxx_messageInfo_CompanyObjStatisticSetReply.Size(m)
- }
- func (m *CompanyObjStatisticSetReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CompanyObjStatisticSetReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompanyObjStatisticSetReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*CompanyGardenDecreaseRequest)(nil), "pb_v1.CompanyGardenDecreaseRequest")
- proto.RegisterType((*CompanyGardenDecreaseReply)(nil), "pb_v1.CompanyGardenDecreaseReply")
- proto.RegisterType((*CompanyObjStatisticSetRequest)(nil), "pb_v1.CompanyObjStatisticSetRequest")
- proto.RegisterType((*CompanyObjStatisticSetReply)(nil), "pb_v1.CompanyObjStatisticSetReply")
- }
- func init() {
- proto.RegisterFile("company.proto", fileDescriptor_ade57ca5b8f3903f)
- }
- var fileDescriptor_ade57ca5b8f3903f = []byte{
- // 232 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4d, 0xce, 0xcf, 0x2d,
- 0x48, 0xcc, 0xab, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2d, 0x48, 0x8a, 0x2f, 0x33,
- 0x54, 0x32, 0xe0, 0x92, 0x71, 0x86, 0x88, 0xbb, 0x27, 0x16, 0xa5, 0xa4, 0xe6, 0xb9, 0xa4, 0x26,
- 0x17, 0xa5, 0x26, 0x16, 0xa7, 0x06, 0xa5, 0x16, 0x96, 0xa6, 0x16, 0x97, 0x08, 0x09, 0x70, 0x31,
- 0x27, 0x67, 0xa6, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x30, 0x07, 0x81, 0x98, 0x4a, 0x32, 0x5c, 0x52,
- 0x38, 0x74, 0x14, 0xe4, 0x54, 0x2a, 0x4d, 0x60, 0xe4, 0x92, 0x85, 0x4a, 0xfb, 0x27, 0x65, 0x05,
- 0x97, 0x24, 0x96, 0x64, 0x16, 0x97, 0x64, 0x26, 0x07, 0xa7, 0x96, 0xc0, 0x4c, 0x94, 0xe6, 0xe2,
- 0x4c, 0x07, 0x6b, 0x8c, 0x87, 0x9b, 0xcb, 0x01, 0x11, 0xf0, 0x4c, 0x11, 0x92, 0xe4, 0xe2, 0xc8,
- 0x4f, 0xca, 0x8a, 0x2f, 0xa9, 0x2c, 0x48, 0x95, 0x60, 0x52, 0x60, 0xd4, 0x60, 0x0d, 0x62, 0xcf,
- 0x4f, 0xca, 0x0a, 0xa9, 0x2c, 0x48, 0x15, 0x52, 0xe5, 0xe2, 0x2b, 0xc9, 0x2f, 0x49, 0xcc, 0x89,
- 0xcf, 0xcc, 0x83, 0x58, 0x28, 0xc1, 0x0c, 0xd6, 0xcc, 0x0b, 0x16, 0xf5, 0x84, 0x0a, 0xc2, 0x1c,
- 0xcc, 0x82, 0x70, 0xb0, 0x2c, 0x97, 0x34, 0x2e, 0x17, 0x15, 0xe4, 0x54, 0x3a, 0x89, 0x47, 0x89,
- 0x16, 0x14, 0xe5, 0x17, 0xa4, 0x16, 0x95, 0x54, 0xea, 0x16, 0x57, 0x16, 0x97, 0xa4, 0xe6, 0xea,
- 0x17, 0x24, 0xe9, 0x97, 0x19, 0x26, 0xb1, 0x81, 0x03, 0xca, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff,
- 0x2d, 0xb1, 0x2d, 0x12, 0x39, 0x01, 0x00, 0x00,
- }
|