Documentation ¶
Overview ¶
Package tap is a generated protocol buffer package.
It is generated from these files:
controller/tap.proto
It has these top-level messages:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterTapServer ¶
Types ¶
type TapClient ¶
type TapClient interface { Tap(ctx context.Context, in *linkerd2_public.TapRequest, opts ...grpc.CallOption) (Tap_TapClient, error) TapByResource(ctx context.Context, in *linkerd2_public.TapByResourceRequest, opts ...grpc.CallOption) (Tap_TapByResourceClient, error) }
func NewTapClient ¶
func NewTapClient(cc *grpc.ClientConn) TapClient
type TapServer ¶
type TapServer interface { Tap(*linkerd2_public.TapRequest, Tap_TapServer) error TapByResource(*linkerd2_public.TapByResourceRequest, Tap_TapByResourceServer) error }
type Tap_TapByResourceClient ¶ added in v0.4.1
type Tap_TapByResourceClient interface { Recv() (*linkerd2_public.TapEvent, error) grpc.ClientStream }
type Tap_TapByResourceServer ¶ added in v0.4.1
type Tap_TapByResourceServer interface { Send(*linkerd2_public.TapEvent) error grpc.ServerStream }
type Tap_TapClient ¶
type Tap_TapClient interface { Recv() (*linkerd2_public.TapEvent, error) grpc.ClientStream }
type Tap_TapServer ¶
type Tap_TapServer interface { Send(*linkerd2_public.TapEvent) error grpc.ServerStream }
Click to show internal directories.
Click to hide internal directories.