diff --git a/interface.go b/interface.go index 378c45f..d1a9a86 100644 --- a/interface.go +++ b/interface.go @@ -27,6 +27,8 @@ type IGitURL interface { } type IGitAPI interface { + IGitURL + GetToken() string SetToken(string)