Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + func IsUntrackedUDSAuth(authInfo credentials.AuthInfo) bool + func StreamAuthorizeCall(srv interface{}, ss grpc.ServerStream, info *grpc.StreamServerInfo, ...) error + func UnaryAuthorizeCall(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error) + func UntrackedUDSCredentials() credentials.TransportCredentials + type Authorizer interface + AuthorizeCall func(ctx context.Context, fullMethod string) (context.Context, error) + type AuthorizerFunc func(ctx context.Context, fullMethod string) (context.Context, error) + func (fn AuthorizerFunc) AuthorizeCall(ctx context.Context, fullMethod string) (context.Context, error) + type UntrackedUDSAuthInfo struct + func (UntrackedUDSAuthInfo) AuthType() string