We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5119626 commit 1b844d2Copy full SHA for 1b844d2
internal/config/config_type.go
@@ -12,7 +12,6 @@ const defaultGitProtocol = "https"
12
13
// This interface describes interacting with some persistent configuration for gh.
14
type Config interface {
15
- Root() *yaml.Node
16
Hosts() ([]*HostConfig, error)
17
Get(string, string) (string, error)
18
Set(string, string, string) error
0 commit comments