Documentation
¶
Index ¶
- type ConfigFile
- func (cf *ConfigFile) ConfigDir() string
- func (cf *ConfigFile) ConfigDirExists() bool
- func (cf *ConfigFile) ConfigFile() string
- func (cf *ConfigFile) ConfigFileExists() bool
- func (cf *ConfigFile) GitHubToken() string
- func (cf *ConfigFile) GitHubUsername() string
- func (cf *ConfigFile) GitLabToken() string
- func (cf *ConfigFile) GitLabUsername() string
- type ConfigFileInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigFile ¶
type ConfigFile struct {
Debug bool
}
func NewConfigFile ¶
func NewConfigFile(debug bool) *ConfigFile
func (*ConfigFile) ConfigDir ¶
func (cf *ConfigFile) ConfigDir() string
func (*ConfigFile) ConfigDirExists ¶
func (cf *ConfigFile) ConfigDirExists() bool
func (*ConfigFile) ConfigFile ¶
func (cf *ConfigFile) ConfigFile() string
func (*ConfigFile) ConfigFileExists ¶
func (cf *ConfigFile) ConfigFileExists() bool
func (*ConfigFile) GitHubToken ¶
func (cf *ConfigFile) GitHubToken() string
func (*ConfigFile) GitHubUsername ¶
func (cf *ConfigFile) GitHubUsername() string
func (*ConfigFile) GitLabToken ¶
func (cf *ConfigFile) GitLabToken() string
func (*ConfigFile) GitLabUsername ¶
func (cf *ConfigFile) GitLabUsername() string
Click to show internal directories.
Click to hide internal directories.