Documentation
¶
Index ¶
- Variables
- type Address
- func (m *Address) CloneMessageVT() proto.Message
- func (m *Address) CloneVT() *Address
- func (*Address) Descriptor() ([]byte, []int)deprecated
- func (this *Address) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Address) EqualVT(that *Address) bool
- func (x *Address) GetX0() uint32
- func (x *Address) GetX1() uint32
- func (x *Address) GetX2() uint32
- func (x *Address) GetX3() uint32
- func (m *Address) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Address) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Address) MarshalToVT(dAtA []byte) (int, error)
- func (m *Address) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Address) MarshalVT() (dAtA []byte, err error)
- func (m *Address) MarshalVTStrict() (dAtA []byte, err error)
- func (*Address) ProtoMessage()
- func (x *Address) ProtoReflect() protoreflect.Message
- func (x *Address) Reset()
- func (m *Address) SizeVT() (n int)
- func (x *Address) String() string
- func (m *Address) UnmarshalVT(dAtA []byte) error
- func (m *Address) UnmarshalVTUnsafe(dAtA []byte) error
- type Log
- func (m *Log) CloneMessageVT() proto.Message
- func (m *Log) CloneVT() *Log
- func (*Log) Descriptor() ([]byte, []int)deprecated
- func (this *Log) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Log) EqualVT(that *Log) bool
- func (x *Log) GetAddress() *Address
- func (x *Log) GetCode() uint32
- func (x *Log) GetDate() string
- func (x *Log) GetIdentity() string
- func (x *Log) GetRequest() string
- func (x *Log) GetSize() uint64
- func (x *Log) GetUserid() string
- func (m *Log) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Log) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Log) MarshalToVT(dAtA []byte) (int, error)
- func (m *Log) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Log) MarshalVT() (dAtA []byte, err error)
- func (m *Log) MarshalVTStrict() (dAtA []byte, err error)
- func (*Log) ProtoMessage()
- func (x *Log) ProtoReflect() protoreflect.Message
- func (x *Log) Reset()
- func (m *Log) SizeVT() (n int)
- func (x *Log) String() string
- func (m *Log) UnmarshalVT(dAtA []byte) error
- func (m *Log) UnmarshalVTUnsafe(dAtA []byte) error
- type Logs
- func (m *Logs) CloneMessageVT() proto.Message
- func (m *Logs) CloneVT() *Logs
- func (*Logs) Descriptor() ([]byte, []int)deprecated
- func (this *Logs) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Logs) EqualVT(that *Logs) bool
- func (x *Logs) GetLogs() []*Log
- func (m *Logs) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Logs) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Logs) MarshalToVT(dAtA []byte) (int, error)
- func (m *Logs) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Logs) MarshalVT() (dAtA []byte, err error)
- func (m *Logs) MarshalVTStrict() (dAtA []byte, err error)
- func (*Logs) ProtoMessage()
- func (x *Logs) ProtoReflect() protoreflect.Message
- func (x *Logs) Reset()
- func (m *Logs) SizeVT() (n int)
- func (x *Logs) String() string
- func (m *Logs) UnmarshalVT(dAtA []byte) error
- func (m *Logs) UnmarshalVTUnsafe(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_rsb_log_log_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct {
X0 uint32 `protobuf:"varint,1,opt,name=x0,proto3" json:"x0,omitempty"`
X1 uint32 `protobuf:"varint,2,opt,name=x1,proto3" json:"x1,omitempty"`
X2 uint32 `protobuf:"varint,3,opt,name=x2,proto3" json:"x2,omitempty"`
X3 uint32 `protobuf:"varint,4,opt,name=x3,proto3" json:"x3,omitempty"`
// contains filtered or unexported fields
}
func (*Address) CloneMessageVT ¶
func (*Address) Descriptor
deprecated
func (*Address) MarshalToSizedBufferVT ¶
func (*Address) MarshalToSizedBufferVTStrict ¶
func (*Address) MarshalVTStrict ¶
func (*Address) ProtoMessage ¶
func (*Address) ProtoMessage()
func (*Address) ProtoReflect ¶
func (x *Address) ProtoReflect() protoreflect.Message
func (*Address) UnmarshalVT ¶
func (*Address) UnmarshalVTUnsafe ¶
type Log ¶
type Log struct {
Address *Address `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
Identity string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
Userid string `protobuf:"bytes,3,opt,name=userid,proto3" json:"userid,omitempty"`
Date string `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"`
Request string `protobuf:"bytes,5,opt,name=request,proto3" json:"request,omitempty"`
Code uint32 `protobuf:"varint,6,opt,name=code,proto3" json:"code,omitempty"`
Size uint64 `protobuf:"varint,7,opt,name=size,proto3" json:"size,omitempty"`
// contains filtered or unexported fields
}
func (*Log) CloneMessageVT ¶
func (*Log) Descriptor
deprecated
func (*Log) GetAddress ¶
func (*Log) GetIdentity ¶
func (*Log) GetRequest ¶
func (*Log) MarshalToSizedBufferVTStrict ¶
func (*Log) MarshalVTStrict ¶
func (*Log) ProtoMessage ¶
func (*Log) ProtoMessage()
func (*Log) ProtoReflect ¶
func (x *Log) ProtoReflect() protoreflect.Message
func (*Log) UnmarshalVT ¶
func (*Log) UnmarshalVTUnsafe ¶
type Logs ¶
type Logs struct {
Logs []*Log `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"`
// contains filtered or unexported fields
}
func (*Logs) CloneMessageVT ¶
func (*Logs) Descriptor
deprecated
func (*Logs) MarshalToSizedBufferVT ¶
func (*Logs) MarshalToSizedBufferVTStrict ¶
func (*Logs) MarshalVTStrict ¶
func (*Logs) ProtoMessage ¶
func (*Logs) ProtoMessage()
func (*Logs) ProtoReflect ¶
func (x *Logs) ProtoReflect() protoreflect.Message
func (*Logs) UnmarshalVT ¶
func (*Logs) UnmarshalVTUnsafe ¶
Click to show internal directories.
Click to hide internal directories.