From b32e92d013f6fe0d97f094c4b1991100d568f980 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Sun, 21 Aug 2016 01:07:15 +0200 Subject: remote and repository base on ConfigStore --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index 6cc9036..b70cebc 100644 --- a/config/config.go +++ b/config/config.go @@ -10,6 +10,7 @@ type ConfigStorage interface { Remote(name string) (*RemoteConfig, error) Remotes() ([]*RemoteConfig, error) SetRemote(*RemoteConfig) error + DeleteRemote(name string) error } type RemoteConfig struct { -- cgit