Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface { Get(scope scope.Scope, key string) (string, error) GetAll(scope scope.Scope, key string) ([]string, error) GetRegexp(scope scope.Scope, pattern string) (map[string]string, error) List(scope scope.Scope) (map[string]string, error) }
Reader read git configuration settings
Click to show internal directories.
Click to hide internal directories.