Versions in this module Expand all Collapse all v1 v1.51.4 Oct 3, 2022 Changes in this version + var Address_Type_name = map[int32]string + var Address_Type_value = map[string]int32 + var File_grpc_binlog_v1_binarylog_proto protoreflect.FileDescriptor + var GrpcLogEntry_EventType_name = map[int32]string + var GrpcLogEntry_EventType_value = map[string]int32 + var GrpcLogEntry_Logger_name = map[int32]string + var GrpcLogEntry_Logger_value = map[string]int32 + type Address struct + Address string + IpPort uint32 + Type Address_Type + func (*Address) Descriptor() ([]byte, []int) + func (*Address) ProtoMessage() + func (x *Address) GetAddress() string + func (x *Address) GetIpPort() uint32 + func (x *Address) GetType() Address_Type + func (x *Address) ProtoReflect() protoreflect.Message + func (x *Address) Reset() + func (x *Address) String() string + type Address_Type int32 + const Address_TYPE_IPV4 + const Address_TYPE_IPV6 + const Address_TYPE_UNIX + const Address_TYPE_UNKNOWN + func (Address_Type) Descriptor() protoreflect.EnumDescriptor + func (Address_Type) EnumDescriptor() ([]byte, []int) + func (Address_Type) Type() protoreflect.EnumType + func (x Address_Type) Enum() *Address_Type + func (x Address_Type) Number() protoreflect.EnumNumber + func (x Address_Type) String() string + type ClientHeader struct + Authority string + Metadata *Metadata + MethodName string + Timeout *durationpb.Duration + func (*ClientHeader) Descriptor() ([]byte, []int) + func (*ClientHeader) ProtoMessage() + func (x *ClientHeader) GetAuthority() string + func (x *ClientHeader) GetMetadata() *Metadata + func (x *ClientHeader) GetMethodName() string + func (x *ClientHeader) GetTimeout() *durationpb.Duration + func (x *ClientHeader) ProtoReflect() protoreflect.Message + func (x *ClientHeader) Reset() + func (x *ClientHeader) String() string + type GrpcLogEntry struct + CallId uint64 + Logger GrpcLogEntry_Logger + Payload isGrpcLogEntry_Payload + PayloadTruncated bool + Peer *Address + SequenceIdWithinCall uint64 + Timestamp *timestamppb.Timestamp + Type GrpcLogEntry_EventType + func (*GrpcLogEntry) Descriptor() ([]byte, []int) + func (*GrpcLogEntry) ProtoMessage() + func (m *GrpcLogEntry) GetPayload() isGrpcLogEntry_Payload + func (x *GrpcLogEntry) GetCallId() uint64 + func (x *GrpcLogEntry) GetClientHeader() *ClientHeader + func (x *GrpcLogEntry) GetLogger() GrpcLogEntry_Logger + func (x *GrpcLogEntry) GetMessage() *Message + func (x *GrpcLogEntry) GetPayloadTruncated() bool + func (x *GrpcLogEntry) GetPeer() *Address + func (x *GrpcLogEntry) GetSequenceIdWithinCall() uint64 + func (x *GrpcLogEntry) GetServerHeader() *ServerHeader + func (x *GrpcLogEntry) GetTimestamp() *timestamppb.Timestamp + func (x *GrpcLogEntry) GetTrailer() *Trailer + func (x *GrpcLogEntry) GetType() GrpcLogEntry_EventType + func (x *GrpcLogEntry) ProtoReflect() protoreflect.Message + func (x *GrpcLogEntry) Reset() + func (x *GrpcLogEntry) String() string + type GrpcLogEntry_ClientHeader struct + ClientHeader *ClientHeader + type GrpcLogEntry_EventType int32 + const GrpcLogEntry_EVENT_TYPE_CANCEL + const GrpcLogEntry_EVENT_TYPE_CLIENT_HALF_CLOSE + const GrpcLogEntry_EVENT_TYPE_CLIENT_HEADER + const GrpcLogEntry_EVENT_TYPE_CLIENT_MESSAGE + const GrpcLogEntry_EVENT_TYPE_SERVER_HEADER + const GrpcLogEntry_EVENT_TYPE_SERVER_MESSAGE + const GrpcLogEntry_EVENT_TYPE_SERVER_TRAILER + const GrpcLogEntry_EVENT_TYPE_UNKNOWN + func (GrpcLogEntry_EventType) Descriptor() protoreflect.EnumDescriptor + func (GrpcLogEntry_EventType) EnumDescriptor() ([]byte, []int) + func (GrpcLogEntry_EventType) Type() protoreflect.EnumType + func (x GrpcLogEntry_EventType) Enum() *GrpcLogEntry_EventType + func (x GrpcLogEntry_EventType) Number() protoreflect.EnumNumber + func (x GrpcLogEntry_EventType) String() string + type GrpcLogEntry_Logger int32 + const GrpcLogEntry_LOGGER_CLIENT + const GrpcLogEntry_LOGGER_SERVER + const GrpcLogEntry_LOGGER_UNKNOWN + func (GrpcLogEntry_Logger) Descriptor() protoreflect.EnumDescriptor + func (GrpcLogEntry_Logger) EnumDescriptor() ([]byte, []int) + func (GrpcLogEntry_Logger) Type() protoreflect.EnumType + func (x GrpcLogEntry_Logger) Enum() *GrpcLogEntry_Logger + func (x GrpcLogEntry_Logger) Number() protoreflect.EnumNumber + func (x GrpcLogEntry_Logger) String() string + type GrpcLogEntry_Message struct + Message *Message + type GrpcLogEntry_ServerHeader struct + ServerHeader *ServerHeader + type GrpcLogEntry_Trailer struct + Trailer *Trailer + type Message struct + Data []byte + Length uint32 + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (x *Message) GetData() []byte + func (x *Message) GetLength() uint32 + func (x *Message) ProtoReflect() protoreflect.Message + func (x *Message) Reset() + func (x *Message) String() string + type Metadata struct + Entry []*MetadataEntry + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (x *Metadata) GetEntry() []*MetadataEntry + func (x *Metadata) ProtoReflect() protoreflect.Message + func (x *Metadata) Reset() + func (x *Metadata) String() string + type MetadataEntry struct + Key string + Value []byte + func (*MetadataEntry) Descriptor() ([]byte, []int) + func (*MetadataEntry) ProtoMessage() + func (x *MetadataEntry) GetKey() string + func (x *MetadataEntry) GetValue() []byte + func (x *MetadataEntry) ProtoReflect() protoreflect.Message + func (x *MetadataEntry) Reset() + func (x *MetadataEntry) String() string + type ServerHeader struct + Metadata *Metadata + func (*ServerHeader) Descriptor() ([]byte, []int) + func (*ServerHeader) ProtoMessage() + func (x *ServerHeader) GetMetadata() *Metadata + func (x *ServerHeader) ProtoReflect() protoreflect.Message + func (x *ServerHeader) Reset() + func (x *ServerHeader) String() string + type Trailer struct + Metadata *Metadata + StatusCode uint32 + StatusDetails []byte + StatusMessage string + func (*Trailer) Descriptor() ([]byte, []int) + func (*Trailer) ProtoMessage() + func (x *Trailer) GetMetadata() *Metadata + func (x *Trailer) GetStatusCode() uint32 + func (x *Trailer) GetStatusDetails() []byte + func (x *Trailer) GetStatusMessage() string + func (x *Trailer) ProtoReflect() protoreflect.Message + func (x *Trailer) Reset() + func (x *Trailer) String() string