package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev
# Functions
GRPCClientStreamErrorInterceptor is gRPC client stream interceptor that handles converting errors to the appropriate gRPC status error.
GRPCClientUnaryErrorInterceptor is a gRPC unary client interceptor that handles converting errors to the appropriate grpc status error.
GRPCServerStreamErrorInterceptor is a gRPC server stream interceptor that handles converting errors to the appropriate gRPC status error.
GRPCServerUnaryErrorInterceptor is a gRPC unary server interceptor that handles converting errors to the appropriate gRPC status error.
WithMFAUnaryInterceptor intercepts a GRPC client unary call to add MFA credentials to the rpc call when an MFA response is provided through the context.
# Structs
RemoteError annotates server-side errors translated into trace by [GRPCClientUnaryErrorInterceptor] or [GRPCClientStreamErrorInterceptor].