not needed in public interface

This commit is contained in:
vilmibm 2020-06-02 13:50:19 -05:00
parent 51196265cc
commit 1b844d2cc0

View file

@ -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