Documentation ¶
Index ¶
- type ConfigAPI
- func (c *ConfigAPI) GetGlobalParameter(key string) (string, error)
- func (c *ConfigAPI) GetRepositoryParameter(repo string, key string) (string, error)
- func (c *ConfigAPI) ListGlobalParameters() error
- func (c *ConfigAPI) SetGlobalParameter(key string, value string) error
- func (c *ConfigAPI) SetRepositoryParameter(repo string, key string, value string) error
- type Configuration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigAPI ¶
type ConfigAPI struct {
// contains filtered or unexported fields
}
func NewConfigAPI ¶
func (*ConfigAPI) GetGlobalParameter ¶
func (*ConfigAPI) GetRepositoryParameter ¶
func (*ConfigAPI) ListGlobalParameters ¶
func (*ConfigAPI) SetGlobalParameter ¶
Click to show internal directories.
Click to hide internal directories.