Versions in this module Expand all Collapse all v0 v0.5.0 Jul 5, 2018 Changes in this version + var HttpMethod_Registered_name = map[int32]string + var HttpMethod_Registered_value = map[string]int32 + var Protocol_name = map[int32]string + var Protocol_value = map[string]int32 + var Scheme_Registered_name = map[int32]string + var Scheme_Registered_value = map[string]int32 + var TapEvent_ProxyDirection_name = map[int32]string + var TapEvent_ProxyDirection_value = map[string]int32 + type Destination struct + Path string + Scheme string + func (*Destination) Descriptor() ([]byte, []int) + func (*Destination) ProtoMessage() + func (m *Destination) GetPath() string + func (m *Destination) GetScheme() string + func (m *Destination) Reset() + func (m *Destination) String() string + type Eos struct + End isEos_End + func (*Eos) Descriptor() ([]byte, []int) + func (*Eos) ProtoMessage() + func (*Eos) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Eos) GetEnd() isEos_End + func (m *Eos) GetGrpcStatusCode() uint32 + func (m *Eos) GetResetErrorCode() uint32 + func (m *Eos) Reset() + func (m *Eos) String() string + type Eos_GrpcStatusCode struct + GrpcStatusCode uint32 + type Eos_ResetErrorCode struct + ResetErrorCode uint32 + type HttpMethod struct + Type isHttpMethod_Type + func (*HttpMethod) Descriptor() ([]byte, []int) + func (*HttpMethod) ProtoMessage() + func (*HttpMethod) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *HttpMethod) GetRegistered() HttpMethod_Registered + func (m *HttpMethod) GetType() isHttpMethod_Type + func (m *HttpMethod) GetUnregistered() string + func (m *HttpMethod) Reset() + func (m *HttpMethod) String() string + type HttpMethod_Registered int32 + const HttpMethod_CONNECT + const HttpMethod_DELETE + const HttpMethod_GET + const HttpMethod_HEAD + const HttpMethod_OPTIONS + const HttpMethod_PATCH + const HttpMethod_POST + const HttpMethod_PUT + const HttpMethod_TRACE + func (HttpMethod_Registered) EnumDescriptor() ([]byte, []int) + func (x HttpMethod_Registered) String() string + type HttpMethod_Registered_ struct + Registered HttpMethod_Registered + type HttpMethod_Unregistered struct + Unregistered string + type IPAddress struct + Ip isIPAddress_Ip + func (*IPAddress) Descriptor() ([]byte, []int) + func (*IPAddress) ProtoMessage() + func (*IPAddress) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *IPAddress) GetIp() isIPAddress_Ip + func (m *IPAddress) GetIpv4() uint32 + func (m *IPAddress) GetIpv6() *IPv6 + func (m *IPAddress) Reset() + func (m *IPAddress) String() string + type IPAddress_Ipv4 struct + Ipv4 uint32 + type IPAddress_Ipv6 struct + Ipv6 *IPv6 + type IPv6 struct + First uint64 + Last uint64 + func (*IPv6) Descriptor() ([]byte, []int) + func (*IPv6) ProtoMessage() + func (m *IPv6) GetFirst() uint64 + func (m *IPv6) GetLast() uint64 + func (m *IPv6) Reset() + func (m *IPv6) String() string + type Protocol int32 + const Protocol_HTTP + const Protocol_TCP + func (Protocol) EnumDescriptor() ([]byte, []int) + func (x Protocol) String() string + type Scheme struct + Type isScheme_Type + func (*Scheme) Descriptor() ([]byte, []int) + func (*Scheme) ProtoMessage() + func (*Scheme) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Scheme) GetRegistered() Scheme_Registered + func (m *Scheme) GetType() isScheme_Type + func (m *Scheme) GetUnregistered() string + func (m *Scheme) Reset() + func (m *Scheme) String() string + type Scheme_Registered int32 + const Scheme_HTTP + const Scheme_HTTPS + func (Scheme_Registered) EnumDescriptor() ([]byte, []int) + func (x Scheme_Registered) String() string + type Scheme_Registered_ struct + Registered Scheme_Registered + type Scheme_Unregistered struct + Unregistered string + type TapEvent struct + Destination *TcpAddress + DestinationMeta *TapEvent_EndpointMeta + Event isTapEvent_Event + ProxyDirection TapEvent_ProxyDirection + Source *TcpAddress + SourceMeta *TapEvent_EndpointMeta + func (*TapEvent) Descriptor() ([]byte, []int) + func (*TapEvent) ProtoMessage() + func (*TapEvent) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *TapEvent) GetDestination() *TcpAddress + func (m *TapEvent) GetDestinationMeta() *TapEvent_EndpointMeta + func (m *TapEvent) GetEvent() isTapEvent_Event + func (m *TapEvent) GetHttp() *TapEvent_Http + func (m *TapEvent) GetProxyDirection() TapEvent_ProxyDirection + func (m *TapEvent) GetSource() *TcpAddress + func (m *TapEvent) GetSourceMeta() *TapEvent_EndpointMeta + func (m *TapEvent) Reset() + func (m *TapEvent) String() string + type TapEvent_EndpointMeta struct + Labels map[string]string + func (*TapEvent_EndpointMeta) Descriptor() ([]byte, []int) + func (*TapEvent_EndpointMeta) ProtoMessage() + func (m *TapEvent_EndpointMeta) GetLabels() map[string]string + func (m *TapEvent_EndpointMeta) Reset() + func (m *TapEvent_EndpointMeta) String() string + type TapEvent_Http struct + Event isTapEvent_Http_Event + func (*TapEvent_Http) Descriptor() ([]byte, []int) + func (*TapEvent_Http) ProtoMessage() + func (*TapEvent_Http) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *TapEvent_Http) GetEvent() isTapEvent_Http_Event + func (m *TapEvent_Http) GetRequestInit() *TapEvent_Http_RequestInit + func (m *TapEvent_Http) GetResponseEnd() *TapEvent_Http_ResponseEnd + func (m *TapEvent_Http) GetResponseInit() *TapEvent_Http_ResponseInit + func (m *TapEvent_Http) Reset() + func (m *TapEvent_Http) String() string + type TapEvent_Http_ struct + Http *TapEvent_Http + type TapEvent_Http_RequestInit struct + Authority string + Id *TapEvent_Http_StreamId + Method *HttpMethod + Path string + Scheme *Scheme + func (*TapEvent_Http_RequestInit) Descriptor() ([]byte, []int) + func (*TapEvent_Http_RequestInit) ProtoMessage() + func (m *TapEvent_Http_RequestInit) GetAuthority() string + func (m *TapEvent_Http_RequestInit) GetId() *TapEvent_Http_StreamId + func (m *TapEvent_Http_RequestInit) GetMethod() *HttpMethod + func (m *TapEvent_Http_RequestInit) GetPath() string + func (m *TapEvent_Http_RequestInit) GetScheme() *Scheme + func (m *TapEvent_Http_RequestInit) Reset() + func (m *TapEvent_Http_RequestInit) String() string + type TapEvent_Http_RequestInit_ struct + RequestInit *TapEvent_Http_RequestInit + type TapEvent_Http_ResponseEnd struct + Eos *Eos + Id *TapEvent_Http_StreamId + ResponseBytes uint64 + SinceRequestInit *google_protobuf.Duration + SinceResponseInit *google_protobuf.Duration + func (*TapEvent_Http_ResponseEnd) Descriptor() ([]byte, []int) + func (*TapEvent_Http_ResponseEnd) ProtoMessage() + func (m *TapEvent_Http_ResponseEnd) GetEos() *Eos + func (m *TapEvent_Http_ResponseEnd) GetId() *TapEvent_Http_StreamId + func (m *TapEvent_Http_ResponseEnd) GetResponseBytes() uint64 + func (m *TapEvent_Http_ResponseEnd) GetSinceRequestInit() *google_protobuf.Duration + func (m *TapEvent_Http_ResponseEnd) GetSinceResponseInit() *google_protobuf.Duration + func (m *TapEvent_Http_ResponseEnd) Reset() + func (m *TapEvent_Http_ResponseEnd) String() string + type TapEvent_Http_ResponseEnd_ struct + ResponseEnd *TapEvent_Http_ResponseEnd + type TapEvent_Http_ResponseInit struct + HttpStatus uint32 + Id *TapEvent_Http_StreamId + SinceRequestInit *google_protobuf.Duration + func (*TapEvent_Http_ResponseInit) Descriptor() ([]byte, []int) + func (*TapEvent_Http_ResponseInit) ProtoMessage() + func (m *TapEvent_Http_ResponseInit) GetHttpStatus() uint32 + func (m *TapEvent_Http_ResponseInit) GetId() *TapEvent_Http_StreamId + func (m *TapEvent_Http_ResponseInit) GetSinceRequestInit() *google_protobuf.Duration + func (m *TapEvent_Http_ResponseInit) Reset() + func (m *TapEvent_Http_ResponseInit) String() string + type TapEvent_Http_ResponseInit_ struct + ResponseInit *TapEvent_Http_ResponseInit + type TapEvent_Http_StreamId struct + Base uint32 + Stream uint64 + func (*TapEvent_Http_StreamId) Descriptor() ([]byte, []int) + func (*TapEvent_Http_StreamId) ProtoMessage() + func (m *TapEvent_Http_StreamId) GetBase() uint32 + func (m *TapEvent_Http_StreamId) GetStream() uint64 + func (m *TapEvent_Http_StreamId) Reset() + func (m *TapEvent_Http_StreamId) String() string + type TapEvent_ProxyDirection int32 + const TapEvent_INBOUND + const TapEvent_OUTBOUND + const TapEvent_UNKNOWN + func (TapEvent_ProxyDirection) EnumDescriptor() ([]byte, []int) + func (x TapEvent_ProxyDirection) String() string + type TcpAddress struct + Ip *IPAddress + Port uint32 + func (*TcpAddress) Descriptor() ([]byte, []int) + func (*TcpAddress) ProtoMessage() + func (m *TcpAddress) GetIp() *IPAddress + func (m *TcpAddress) GetPort() uint32 + func (m *TcpAddress) Reset() + func (m *TcpAddress) String() string Incompatible versions in this module v18.9.1+incompatible Sep 12, 2018