clean up Config interface

This commit is contained in:
vilmibm 2020-04-17 15:21:44 -05:00
parent a325db3051
commit a0b7f37935
2 changed files with 1 additions and 3 deletions

View file

@ -16,8 +16,6 @@ type Config interface {
Get(string, string) (string, error)
Set(string, string, string) error
Write() error
configForHost(string) (*HostConfig, error)
parseHosts(*yaml.Node) ([]*HostConfig, error)
}
type NotFoundError struct {