Documentation ¶
Index ¶
- Constants
- func GetConsumerId(serverurl string, repo ...string) cpi.ConsumerIdentity
- func GetCredentials(ctx cpi.ContextProvider, serverurl string, repo ...string) (cpi.Credentials, error)
- func IdentityMatcher(pattern, cur, id cpi.ConsumerIdentity) bool
- func PATCredentials(pat string) cpi.Credentials
Constants ¶
View Source
const ( ID_HOSTNAME = hostpath.ID_HOSTNAME ID_PORT = hostpath.ID_PORT ID_PATHPREFIX = hostpath.ID_PATHPREFIX )
identity properties
View Source
const (
ATTR_TOKEN = cpi.ATTR_TOKEN
)
credential properties
View Source
const CONSUMER_TYPE = "Github"
View Source
const GITHUB = "github.com"
Variables ¶
This section is empty.
Functions ¶
func GetConsumerId ¶
func GetConsumerId(serverurl string, repo ...string) cpi.ConsumerIdentity
func GetCredentials ¶
func GetCredentials(ctx cpi.ContextProvider, serverurl string, repo ...string) (cpi.Credentials, error)
func IdentityMatcher ¶
func IdentityMatcher(pattern, cur, id cpi.ConsumerIdentity) bool
func PATCredentials ¶ added in v0.5.0
func PATCredentials(pat string) cpi.Credentials
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.