Documentation
¶
Index ¶
- func GlobalConfigDir() (string, error)
- type Config
- func (c *Config) AllSettings() map[string]interface{}
- func (c *Config) AuthMethod() string
- func (c *Config) DefaultMergeStrategy() string
- func (c *Config) DefaultReviewers() []string
- func (c *Config) Get(key string) interface{}
- func (c *Config) GetString(key string) string
- func (c *Config) OAuthClientID() string
- func (c *Config) OAuthClientSecret() string
- func (c *Config) RepoSlug() string
- func (c *Config) Set(key string, value interface{})
- func (c *Config) Workspace() string
- func (c *Config) WriteGlobal() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GlobalConfigDir ¶
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) AllSettings ¶ added in v0.1.1
func (*Config) AuthMethod ¶
func (*Config) DefaultMergeStrategy ¶
func (*Config) DefaultReviewers ¶
func (*Config) OAuthClientID ¶
func (*Config) OAuthClientSecret ¶
func (*Config) WriteGlobal ¶
Click to show internal directories.
Click to hide internal directories.