Documentation ¶
Overview ¶
Package resolver contains a dictionary of credentials resolvers. It exports functions to get or set resolvers. Resolvers can register themselves in func init() of their package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credentials ¶
Credentials to use while connecting to target.
type Resolver ¶
type Resolver interface {
Credentials(ctx context.Context, creds *tpb.Credentials) (*Credentials, error)
}
Resolver needs to be implemented when a custom credentials resolver is needed.
Click to show internal directories.
Click to hide internal directories.