not needed in public interface
This commit is contained in:
parent
51196265cc
commit
1b844d2cc0
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ const defaultGitProtocol = "https"
|
|||
|
||||
// This interface describes interacting with some persistent configuration for gh.
|
||||
type Config interface {
|
||||
Root() *yaml.Node
|
||||
Hosts() ([]*HostConfig, error)
|
||||
Get(string, string) (string, error)
|
||||
Set(string, string, string) error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue