Documentation
¶
Index ¶
- type DataSink
- type DataSource
- func (ds DataSource) Get(scope scope.Scope, key string) (string, error)
- func (ds DataSource) GetAll(scope scope.Scope, key string) ([]string, error)
- func (ds DataSource) GetRegexp(scope scope.Scope, pattern string) (map[string]string, error)
- func (ds DataSource) List(scope scope.Scope) (map[string]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSink ¶
type DataSink struct{}
DataSink write data directly to gitconfig
func (DataSink) ReplaceAll ¶
ReplaceAll modify a setting
Click to show internal directories.
Click to hide internal directories.