Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cfg = ConfigType{ GitHubOrg: testGitHubOrg, Tenant: testdata.DefaultTenant(), }
Functions ¶
func NewGitHubClient ¶
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
func (*CorectlClient) Run ¶
func (c *CorectlClient) Run(args ...string) error
Click to show internal directories.
Click to hide internal directories.