Documentation ¶
Index ¶
- Variables
- type UserItemLog
- func (*UserItemLog) Descriptor() ([]byte, []int)deprecated
- func (x *UserItemLog) GetAfterNum() int64
- func (x *UserItemLog) GetId() int64
- func (x *UserItemLog) GetItemId() int32
- func (x *UserItemLog) GetNum() int64
- func (x *UserItemLog) GetRid() int32
- func (x *UserItemLog) GetSource() int32
- func (x *UserItemLog) GetTime() int64
- func (*UserItemLog) ProtoMessage()
- func (x *UserItemLog) ProtoReflect() protoreflect.Message
- func (x *UserItemLog) Reset()
- func (x *UserItemLog) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_streamlog_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UserItemLog ¶
type UserItemLog struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Rid int32 `protobuf:"varint,2,opt,name=rid,proto3" json:"rid,omitempty"` Source int32 `protobuf:"varint,3,opt,name=source,proto3" json:"source,omitempty"` ItemId int32 `protobuf:"varint,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"` Num int64 `protobuf:"varint,5,opt,name=num,proto3" json:"num,omitempty"` AfterNum int64 `protobuf:"varint,6,opt,name=after_num,json=afterNum,proto3" json:"after_num,omitempty"` Time int64 `protobuf:"varint,7,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*UserItemLog) Descriptor
deprecated
func (*UserItemLog) Descriptor() ([]byte, []int)
Deprecated: Use UserItemLog.ProtoReflect.Descriptor instead.
func (*UserItemLog) GetAfterNum ¶
func (x *UserItemLog) GetAfterNum() int64
func (*UserItemLog) GetId ¶
func (x *UserItemLog) GetId() int64
func (*UserItemLog) GetItemId ¶
func (x *UserItemLog) GetItemId() int32
func (*UserItemLog) GetNum ¶
func (x *UserItemLog) GetNum() int64
func (*UserItemLog) GetRid ¶
func (x *UserItemLog) GetRid() int32
func (*UserItemLog) GetSource ¶
func (x *UserItemLog) GetSource() int32
func (*UserItemLog) GetTime ¶
func (x *UserItemLog) GetTime() int64
func (*UserItemLog) ProtoMessage ¶
func (*UserItemLog) ProtoMessage()
func (*UserItemLog) ProtoReflect ¶
func (x *UserItemLog) ProtoReflect() protoreflect.Message
func (*UserItemLog) Reset ¶
func (x *UserItemLog) Reset()
func (*UserItemLog) String ¶
func (x *UserItemLog) String() string
Click to show internal directories.
Click to hide internal directories.