Documentation
¶
Overview ¶
Package auth defines transport and signing configuration shared by git backends.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialHelper ¶
CredentialHelper requests credentials from a helper program.
type Signing ¶
type Signing interface {
// contains filtered or unexported methods
}
Signing describes commit or tag signing configuration.
type Token ¶
type Token struct {
Username string
Value string
Provider TokenProvider
}
Token authenticates with an HTTP token.
type TokenProvider ¶
TokenProvider resolves a token at call time.
Click to show internal directories.
Click to hide internal directories.