fix typo in ResolverOptions.Credentials documentation
Signed-off-by: Charles Kenney <charlesc.kenney@gmail.com>
This commit is contained in:
parent
35a32a8778
commit
7c85d873a0
@ -75,7 +75,7 @@ type ResolverOptions struct {
|
|||||||
|
|
||||||
// Credentials provides username and secret given a host.
|
// Credentials provides username and secret given a host.
|
||||||
// If username is empty but a secret is given, that secret
|
// If username is empty but a secret is given, that secret
|
||||||
// is interpretted as a long lived token.
|
// is interpreted as a long lived token.
|
||||||
// Deprecated: use Authorizer
|
// Deprecated: use Authorizer
|
||||||
Credentials func(string) (string, string, error)
|
Credentials func(string) (string, string, error)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user