log

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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 (m *Address) CloneMessageVT() proto.Message

func (*Address) CloneVT

func (m *Address) CloneVT() *Address

func (*Address) Descriptor deprecated

func (*Address) Descriptor() ([]byte, []int)

Deprecated: Use Address.ProtoReflect.Descriptor instead.

func (*Address) EqualMessageVT

func (this *Address) EqualMessageVT(thatMsg proto.Message) bool

func (*Address) EqualVT

func (this *Address) EqualVT(that *Address) bool

func (*Address) GetX0

func (x *Address) GetX0() uint32

func (*Address) GetX1

func (x *Address) GetX1() uint32

func (*Address) GetX2

func (x *Address) GetX2() uint32

func (*Address) GetX3

func (x *Address) GetX3() uint32

func (*Address) MarshalToSizedBufferVT

func (m *Address) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Address) MarshalToSizedBufferVTStrict

func (m *Address) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Address) MarshalToVT

func (m *Address) MarshalToVT(dAtA []byte) (int, error)

func (*Address) MarshalToVTStrict

func (m *Address) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Address) MarshalVT

func (m *Address) MarshalVT() (dAtA []byte, err error)

func (*Address) MarshalVTStrict

func (m *Address) MarshalVTStrict() (dAtA []byte, err error)

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) ProtoReflect

func (x *Address) ProtoReflect() protoreflect.Message

func (*Address) Reset

func (x *Address) Reset()

func (*Address) SizeVT

func (m *Address) SizeVT() (n int)

func (*Address) String

func (x *Address) String() string

func (*Address) UnmarshalVT

func (m *Address) UnmarshalVT(dAtA []byte) error

func (*Address) UnmarshalVTUnsafe

func (m *Address) UnmarshalVTUnsafe(dAtA []byte) error

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 (m *Log) CloneMessageVT() proto.Message

func (*Log) CloneVT

func (m *Log) CloneVT() *Log

func (*Log) Descriptor deprecated

func (*Log) Descriptor() ([]byte, []int)

Deprecated: Use Log.ProtoReflect.Descriptor instead.

func (*Log) EqualMessageVT

func (this *Log) EqualMessageVT(thatMsg proto.Message) bool

func (*Log) EqualVT

func (this *Log) EqualVT(that *Log) bool

func (*Log) GetAddress

func (x *Log) GetAddress() *Address

func (*Log) GetCode

func (x *Log) GetCode() uint32

func (*Log) GetDate

func (x *Log) GetDate() string

func (*Log) GetIdentity

func (x *Log) GetIdentity() string

func (*Log) GetRequest

func (x *Log) GetRequest() string

func (*Log) GetSize

func (x *Log) GetSize() uint64

func (*Log) GetUserid

func (x *Log) GetUserid() string

func (*Log) MarshalToSizedBufferVT

func (m *Log) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Log) MarshalToSizedBufferVTStrict

func (m *Log) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Log) MarshalToVT

func (m *Log) MarshalToVT(dAtA []byte) (int, error)

func (*Log) MarshalToVTStrict

func (m *Log) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Log) MarshalVT

func (m *Log) MarshalVT() (dAtA []byte, err error)

func (*Log) MarshalVTStrict

func (m *Log) MarshalVTStrict() (dAtA []byte, err error)

func (*Log) ProtoMessage

func (*Log) ProtoMessage()

func (*Log) ProtoReflect

func (x *Log) ProtoReflect() protoreflect.Message

func (*Log) Reset

func (x *Log) Reset()

func (*Log) SizeVT

func (m *Log) SizeVT() (n int)

func (*Log) String

func (x *Log) String() string

func (*Log) UnmarshalVT

func (m *Log) UnmarshalVT(dAtA []byte) error

func (*Log) UnmarshalVTUnsafe

func (m *Log) UnmarshalVTUnsafe(dAtA []byte) error

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 (m *Logs) CloneMessageVT() proto.Message

func (*Logs) CloneVT

func (m *Logs) CloneVT() *Logs

func (*Logs) Descriptor deprecated

func (*Logs) Descriptor() ([]byte, []int)

Deprecated: Use Logs.ProtoReflect.Descriptor instead.

func (*Logs) EqualMessageVT

func (this *Logs) EqualMessageVT(thatMsg proto.Message) bool

func (*Logs) EqualVT

func (this *Logs) EqualVT(that *Logs) bool

func (*Logs) GetLogs

func (x *Logs) GetLogs() []*Log

func (*Logs) MarshalToSizedBufferVT

func (m *Logs) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Logs) MarshalToSizedBufferVTStrict

func (m *Logs) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Logs) MarshalToVT

func (m *Logs) MarshalToVT(dAtA []byte) (int, error)

func (*Logs) MarshalToVTStrict

func (m *Logs) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Logs) MarshalVT

func (m *Logs) MarshalVT() (dAtA []byte, err error)

func (*Logs) MarshalVTStrict

func (m *Logs) MarshalVTStrict() (dAtA []byte, err error)

func (*Logs) ProtoMessage

func (*Logs) ProtoMessage()

func (*Logs) ProtoReflect

func (x *Logs) ProtoReflect() protoreflect.Message

func (*Logs) Reset

func (x *Logs) Reset()

func (*Logs) SizeVT

func (m *Logs) SizeVT() (n int)

func (*Logs) String

func (x *Logs) String() string

func (*Logs) UnmarshalVT

func (m *Logs) UnmarshalVT(dAtA []byte) error

func (*Logs) UnmarshalVTUnsafe

func (m *Logs) UnmarshalVTUnsafe(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL