Documentation ¶
Index ¶
- Variables
- type Record
- func (*Record) Descriptor() ([]byte, []int)deprecated
- func (x *Record) GetDatabrokerRecordVersion() uint64
- func (x *Record) GetDatabrokerServerVersion() uint64
- func (x *Record) GetRequest() *v3.CheckRequest
- func (x *Record) GetResponse() *v3.CheckResponse
- func (*Record) ProtoMessage()
- func (x *Record) ProtoReflect() protoreflect.Message
- func (x *Record) Reset()
- func (x *Record) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_audit_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { Request *v3.CheckRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"` Response *v3.CheckResponse `protobuf:"bytes,2,opt,name=response,proto3" json:"response,omitempty"` DatabrokerServerVersion uint64 `` /* 133-byte string literal not displayed */ DatabrokerRecordVersion uint64 `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Record) Descriptor
deprecated
func (*Record) GetDatabrokerRecordVersion ¶ added in v0.14.0
func (*Record) GetDatabrokerServerVersion ¶ added in v0.14.0
func (*Record) GetRequest ¶
func (x *Record) GetRequest() *v3.CheckRequest
func (*Record) GetResponse ¶
func (x *Record) GetResponse() *v3.CheckResponse
func (*Record) ProtoMessage ¶
func (*Record) ProtoMessage()
func (*Record) ProtoReflect ¶
func (x *Record) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.