Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cfg = ConfigType{ GitHubOrg: testGitHubOrg, Tenant: testdata.DefaultTenant(), }
View Source
var (
TestRunId string
)
Functions ¶
func GetTestRunId ¶ added in v0.23.0
func GetTestRunId() string
func NewGitHubClient ¶
func SetTestRunId ¶ added in v0.23.0
func SetTestRunId(id string)
Types ¶
type ConfigType ¶
type ConfigType struct { CoreCTLBinary string GitHubToken string GitHubOrg string Tenant string CPlatformRepoFullId git.GithubRepoFullId TemplatesRepoFullId git.GithubRepoFullId }
type CorectlClient ¶
type CorectlClient struct {
// contains filtered or unexported fields
}
func NewCorectlClient ¶
func NewCorectlClient(homeDir string) *CorectlClient
func (*CorectlClient) Config ¶
func (c *CorectlClient) Config() *config.Config
func (*CorectlClient) ConfigPath ¶
func (c *CorectlClient) ConfigPath() string
func (*CorectlClient) HomeDir ¶
func (c *CorectlClient) HomeDir() string
Click to show internal directories.
Click to hide internal directories.