Documentation
¶
Index ¶
- Constants
- func BasicAuthCredentials(username, password string) cpi.Credentials
- func GetConsumerId(repoURL string) (cpi.ConsumerIdentity, error)
- func GetCredentials(ctx cpi.ContextProvider, repoURL string) (cpi.Credentials, error)
- func IdentityMatcher(pattern, cur, id cpi.ConsumerIdentity) bool
- func PrivateKeyCredentials(username, privateKey string) cpi.Credentials
- func TokenCredentials(token string) cpi.Credentials
Constants ¶
View Source
const ( ID_HOSTNAME = hostpath.ID_HOSTNAME ID_PATHPREFIX = hostpath.ID_PATHPREFIX ID_PORT = hostpath.ID_PORT ID_SCHEME = hostpath.ID_SCHEME )
View Source
const ( ATTR_TOKEN = cpi.ATTR_TOKEN ATTR_USERNAME = cpi.ATTR_USERNAME ATTR_PASSWORD = cpi.ATTR_PASSWORD ATTR_PRIVATE_KEY = cpi.ATTR_PRIVATE_KEY )
View Source
const CONSUMER_TYPE = "Git"
Variables ¶
This section is empty.
Functions ¶
func BasicAuthCredentials ¶
func BasicAuthCredentials(username, password string) cpi.Credentials
func GetConsumerId ¶
func GetConsumerId(repoURL string) (cpi.ConsumerIdentity, error)
func GetCredentials ¶
func GetCredentials(ctx cpi.ContextProvider, repoURL string) (cpi.Credentials, error)
func IdentityMatcher ¶
func IdentityMatcher(pattern, cur, id cpi.ConsumerIdentity) bool
func PrivateKeyCredentials ¶
func PrivateKeyCredentials(username, privateKey string) cpi.Credentials
func TokenCredentials ¶
func TokenCredentials(token string) cpi.Credentials
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.