const _ …
const _ …
type GrpcLogEntry_EventType …
const GrpcLogEntry_EVENT_TYPE_UNKNOWN …
const GrpcLogEntry_EVENT_TYPE_CLIENT_HEADER …
const GrpcLogEntry_EVENT_TYPE_SERVER_HEADER …
const GrpcLogEntry_EVENT_TYPE_CLIENT_MESSAGE …
const GrpcLogEntry_EVENT_TYPE_SERVER_MESSAGE …
const GrpcLogEntry_EVENT_TYPE_CLIENT_HALF_CLOSE …
const GrpcLogEntry_EVENT_TYPE_SERVER_TRAILER …
const GrpcLogEntry_EVENT_TYPE_CANCEL …
var GrpcLogEntry_EventType_name …
var GrpcLogEntry_EventType_value …
func (x GrpcLogEntry_EventType) Enum() *GrpcLogEntry_EventType { … }
func (x GrpcLogEntry_EventType) String() string { … }
func (GrpcLogEntry_EventType) Descriptor() protoreflect.EnumDescriptor { … }
func (GrpcLogEntry_EventType) Type() protoreflect.EnumType { … }
func (x GrpcLogEntry_EventType) Number() protoreflect.EnumNumber { … }
func (GrpcLogEntry_EventType) EnumDescriptor() ([]byte, []int) { … }
type GrpcLogEntry_Logger …
const GrpcLogEntry_LOGGER_UNKNOWN …
const GrpcLogEntry_LOGGER_CLIENT …
const GrpcLogEntry_LOGGER_SERVER …
var GrpcLogEntry_Logger_name …
var GrpcLogEntry_Logger_value …
func (x GrpcLogEntry_Logger) Enum() *GrpcLogEntry_Logger { … }
func (x GrpcLogEntry_Logger) String() string { … }
func (GrpcLogEntry_Logger) Descriptor() protoreflect.EnumDescriptor { … }
func (GrpcLogEntry_Logger) Type() protoreflect.EnumType { … }
func (x GrpcLogEntry_Logger) Number() protoreflect.EnumNumber { … }
func (GrpcLogEntry_Logger) EnumDescriptor() ([]byte, []int) { … }
type Address_Type …
const Address_TYPE_UNKNOWN …
const Address_TYPE_IPV4 …
const Address_TYPE_IPV6 …
const Address_TYPE_UNIX …
var Address_Type_name …
var Address_Type_value …
func (x Address_Type) Enum() *Address_Type { … }
func (x Address_Type) String() string { … }
func (Address_Type) Descriptor() protoreflect.EnumDescriptor { … }
func (Address_Type) Type() protoreflect.EnumType { … }
func (x Address_Type) Number() protoreflect.EnumNumber { … }
func (Address_Type) EnumDescriptor() ([]byte, []int) { … }
type GrpcLogEntry …
func (x *GrpcLogEntry) Reset() { … }
func (x *GrpcLogEntry) String() string { … }
func (*GrpcLogEntry) ProtoMessage() { … }
func (x *GrpcLogEntry) ProtoReflect() protoreflect.Message { … }
func (*GrpcLogEntry) Descriptor() ([]byte, []int) { … }
func (x *GrpcLogEntry) GetTimestamp() *timestamppb.Timestamp { … }
func (x *GrpcLogEntry) GetCallId() uint64 { … }
func (x *GrpcLogEntry) GetSequenceIdWithinCall() uint64 { … }
func (x *GrpcLogEntry) GetType() GrpcLogEntry_EventType { … }
func (x *GrpcLogEntry) GetLogger() GrpcLogEntry_Logger { … }
func (m *GrpcLogEntry) GetPayload() isGrpcLogEntry_Payload { … }
func (x *GrpcLogEntry) GetClientHeader() *ClientHeader { … }
func (x *GrpcLogEntry) GetServerHeader() *ServerHeader { … }
func (x *GrpcLogEntry) GetMessage() *Message { … }
func (x *GrpcLogEntry) GetTrailer() *Trailer { … }
func (x *GrpcLogEntry) GetPayloadTruncated() bool { … }
func (x *GrpcLogEntry) GetPeer() *Address { … }
type isGrpcLogEntry_Payload …
type GrpcLogEntry_ClientHeader …
type GrpcLogEntry_ServerHeader …
type GrpcLogEntry_Message …
type GrpcLogEntry_Trailer …
func (*GrpcLogEntry_ClientHeader) isGrpcLogEntry_Payload() { … }
func (*GrpcLogEntry_ServerHeader) isGrpcLogEntry_Payload() { … }
func (*GrpcLogEntry_Message) isGrpcLogEntry_Payload() { … }
func (*GrpcLogEntry_Trailer) isGrpcLogEntry_Payload() { … }
type ClientHeader …
func (x *ClientHeader) Reset() { … }
func (x *ClientHeader) String() string { … }
func (*ClientHeader) ProtoMessage() { … }
func (x *ClientHeader) ProtoReflect() protoreflect.Message { … }
func (*ClientHeader) Descriptor() ([]byte, []int) { … }
func (x *ClientHeader) GetMetadata() *Metadata { … }
func (x *ClientHeader) GetMethodName() string { … }
func (x *ClientHeader) GetAuthority() string { … }
func (x *ClientHeader) GetTimeout() *durationpb.Duration { … }
type ServerHeader …
func (x *ServerHeader) Reset() { … }
func (x *ServerHeader) String() string { … }
func (*ServerHeader) ProtoMessage() { … }
func (x *ServerHeader) ProtoReflect() protoreflect.Message { … }
func (*ServerHeader) Descriptor() ([]byte, []int) { … }
func (x *ServerHeader) GetMetadata() *Metadata { … }
type Trailer …
func (x *Trailer) Reset() { … }
func (x *Trailer) String() string { … }
func (*Trailer) ProtoMessage() { … }
func (x *Trailer) ProtoReflect() protoreflect.Message { … }
func (*Trailer) Descriptor() ([]byte, []int) { … }
func (x *Trailer) GetMetadata() *Metadata { … }
func (x *Trailer) GetStatusCode() uint32 { … }
func (x *Trailer) GetStatusMessage() string { … }
func (x *Trailer) GetStatusDetails() []byte { … }
type Message …
func (x *Message) Reset() { … }
func (x *Message) String() string { … }
func (*Message) ProtoMessage() { … }
func (x *Message) ProtoReflect() protoreflect.Message { … }
func (*Message) Descriptor() ([]byte, []int) { … }
func (x *Message) GetLength() uint32 { … }
func (x *Message) GetData() []byte { … }
type Metadata …
func (x *Metadata) Reset() { … }
func (x *Metadata) String() string { … }
func (*Metadata) ProtoMessage() { … }
func (x *Metadata) ProtoReflect() protoreflect.Message { … }
func (*Metadata) Descriptor() ([]byte, []int) { … }
func (x *Metadata) GetEntry() []*MetadataEntry { … }
type MetadataEntry …
func (x *MetadataEntry) Reset() { … }
func (x *MetadataEntry) String() string { … }
func (*MetadataEntry) ProtoMessage() { … }
func (x *MetadataEntry) ProtoReflect() protoreflect.Message { … }
func (*MetadataEntry) Descriptor() ([]byte, []int) { … }
func (x *MetadataEntry) GetKey() string { … }
func (x *MetadataEntry) GetValue() []byte { … }
type Address …
func (x *Address) Reset() { … }
func (x *Address) String() string { … }
func (*Address) ProtoMessage() { … }
func (x *Address) ProtoReflect() protoreflect.Message { … }
func (*Address) Descriptor() ([]byte, []int) { … }
func (x *Address) GetType() Address_Type { … }
func (x *Address) GetAddress() string { … }
func (x *Address) GetIpPort() uint32 { … }
var File_grpc_binlog_v1_binarylog_proto …
var file_grpc_binlog_v1_binarylog_proto_rawDesc …
var file_grpc_binlog_v1_binarylog_proto_rawDescOnce …
var file_grpc_binlog_v1_binarylog_proto_rawDescData …
func file_grpc_binlog_v1_binarylog_proto_rawDescGZIP() []byte { … }
var file_grpc_binlog_v1_binarylog_proto_enumTypes …
var file_grpc_binlog_v1_binarylog_proto_msgTypes …
var file_grpc_binlog_v1_binarylog_proto_goTypes …
var file_grpc_binlog_v1_binarylog_proto_depIdxs …
func init() { … }
func file_grpc_binlog_v1_binarylog_proto_init() { … }