Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurer ¶
type Configurer struct {
// contains filtered or unexported fields
}
Configurer knows how to update configuration file located at configFilePath.
func NewConfigurer ¶
func NewConfigurer(configFilePath string) (*Configurer, error)
func (*Configurer) WriteConfig ¶
func (c *Configurer) WriteConfig(bs []byte) error
Click to show internal directories.
Click to hide internal directories.