Documentation
¶
Index ¶
- Variables
- type Income
- func (*Income) Descriptor() ([]byte, []int)deprecated
- func (x *Income) GetAmount() int64
- func (x *Income) GetId() string
- func (x *Income) GetPacket() *Packet
- func (x *Income) GetUser() *user.Profile
- func (*Income) ProtoMessage()
- func (x *Income) ProtoReflect() protoreflect.Message
- func (x *Income) Reset()
- func (x *Income) String() string
- type Packet
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_pkg_entity_bonus_income_proto protoreflect.FileDescriptor
View Source
var File_internal_pkg_entity_bonus_packet_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Income ¶
type Income struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` Packet *Packet `protobuf:"bytes,3,opt,name=packet,proto3" json:"packet,omitempty"` User *user.Profile `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*Income) Descriptor
deprecated
func (*Income) ProtoMessage ¶
func (*Income) ProtoMessage()
func (*Income) ProtoReflect ¶
func (x *Income) ProtoReflect() protoreflect.Message
type Packet ¶
type Packet struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*Packet) Descriptor
deprecated
func (*Packet) ProtoMessage ¶
func (*Packet) ProtoMessage()
func (*Packet) ProtoReflect ¶
func (x *Packet) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.