Documentation ¶
Overview ¶
Package privategithub deals with all the authorization invocations to access private github
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateGithubAccess ¶
type TokenInfoImpl ¶
type TokenInfoImpl struct { SsmParameter func(log log.T, paramService ssmparameterresolver.ISsmParameterService, parameterReferences []string, resolverOptions ssmparameterresolver.ResolveOptions) (info map[string]ssmparameterresolver.SsmParameterInfo, err error) // contains filtered or unexported fields }
func NewTokenInfoImpl ¶
func NewTokenInfoImpl() TokenInfoImpl
NewTokenInfoImpl returns an object of type TokenInfoImpl
func (TokenInfoImpl) GetOAuthClient ¶
GetOAuthClient is the only method from privategithub package that is accessible to gitresource
Click to show internal directories.
Click to hide internal directories.