Documentation ¶
Index ¶
- Variables
- type BnjKfcCoupon
- func (*BnjKfcCoupon) Descriptor() ([]byte, []int)
- func (m *BnjKfcCoupon) Marshal() (dAtA []byte, err error)
- func (m *BnjKfcCoupon) MarshalTo(dAtA []byte) (int, error)
- func (*BnjKfcCoupon) ProtoMessage()
- func (m *BnjKfcCoupon) Reset()
- func (m *BnjKfcCoupon) Size() (n int)
- func (m *BnjKfcCoupon) String() string
- func (m *BnjKfcCoupon) Unmarshal(dAtA []byte) error
- func (m *BnjKfcCoupon) XXX_DiscardUnknown()
- func (m *BnjKfcCoupon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BnjKfcCoupon) XXX_Merge(src proto.Message)
- func (m *BnjKfcCoupon) XXX_Size() int
- func (m *BnjKfcCoupon) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthKfc = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowKfc = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type BnjKfcCoupon ¶
type BnjKfcCoupon struct { ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"id"` Mid int64 `protobuf:"varint,2,opt,name=Mid,proto3" json:"mid"` CouponCode string `protobuf:"bytes,3,opt,name=Coupon_code,json=CouponCode,proto3" json:"coupon_code"` Desc string `protobuf:"bytes,4,opt,name=Desc,proto3" json:"desc"` State int64 `protobuf:"varint,5,opt,name=State,proto3" json:"state"` DeleteTime go_common_library_time.Time `protobuf:"varint,6,opt,name=Delete_time,json=DeleteTime,proto3,casttype=go-common/library/time.Time" json:"-"` Ctime go_common_library_time.Time `protobuf:"varint,7,opt,name=Ctime,proto3,casttype=go-common/library/time.Time" json:"-"` Mtime go_common_library_time.Time `protobuf:"varint,8,opt,name=Mtime,proto3,casttype=go-common/library/time.Time" json:"-"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BnjKfcCoupon) Descriptor ¶
func (*BnjKfcCoupon) Descriptor() ([]byte, []int)
func (*BnjKfcCoupon) Marshal ¶
func (m *BnjKfcCoupon) Marshal() (dAtA []byte, err error)
func (*BnjKfcCoupon) ProtoMessage ¶
func (*BnjKfcCoupon) ProtoMessage()
func (*BnjKfcCoupon) Reset ¶
func (m *BnjKfcCoupon) Reset()
func (*BnjKfcCoupon) Size ¶
func (m *BnjKfcCoupon) Size() (n int)
func (*BnjKfcCoupon) String ¶
func (m *BnjKfcCoupon) String() string
func (*BnjKfcCoupon) Unmarshal ¶
func (m *BnjKfcCoupon) Unmarshal(dAtA []byte) error
func (*BnjKfcCoupon) XXX_DiscardUnknown ¶
func (m *BnjKfcCoupon) XXX_DiscardUnknown()
func (*BnjKfcCoupon) XXX_Marshal ¶
func (m *BnjKfcCoupon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BnjKfcCoupon) XXX_Merge ¶
func (dst *BnjKfcCoupon) XXX_Merge(src proto.Message)
func (*BnjKfcCoupon) XXX_Size ¶
func (m *BnjKfcCoupon) XXX_Size() int
func (*BnjKfcCoupon) XXX_Unmarshal ¶
func (m *BnjKfcCoupon) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.