Documentation ¶
Index ¶
- func BaseDirectory() string
- func ConfigPath() string
- type Angular
- type Config
- func (c *Config) AddEnvironment(variable string, value string)
- func (c *Config) AddGitDirectory(path string, git Git)
- func (c *Config) AddGitHubUser(user string, github GitHub)
- func (c *Config) AddGolang(path string, goConfig Golang)
- func (c *Config) AddTerraform(path string, config Terraform)
- func (c *Config) DeleteEnvironment(variable string)
- func (c *Config) DeleteGitDirectory(path string)
- func (c *Config) DeleteGitHubUser(path string)
- func (c *Config) DeleteGolang(path string)
- func (c *Config) DeleteTerraform(path string)
- func (c *Config) Save()
- type Git
- type GitHub
- type Golang
- type Terraform
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BaseDirectory ¶
func BaseDirectory() string
func ConfigPath ¶
func ConfigPath() string
Types ¶
type Config ¶
type Config struct { GitHub map[string]GitHub `yaml:"github"` Git map[string]Git `yaml:"git"` Golang map[string]Golang `yaml:"go"` Terraform map[string]Terraform `yaml:"terraform"` Angular map[string]Angular `yaml:"angular"` Environment map[string]string `yaml:"environment"` }
func Configuration ¶
func Configuration() *Config
func (*Config) AddEnvironment ¶
func (*Config) AddGitDirectory ¶
func (*Config) AddGitHubUser ¶
func (*Config) AddTerraform ¶
func (*Config) DeleteEnvironment ¶
func (*Config) DeleteGitDirectory ¶
func (*Config) DeleteGitHubUser ¶
func (*Config) DeleteGolang ¶
func (*Config) DeleteTerraform ¶
Click to show internal directories.
Click to hide internal directories.