diff options
Diffstat (limited to 'pkg/bitmask/bitmask.go')
-rw-r--r-- | pkg/bitmask/bitmask.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/bitmask/bitmask.go b/pkg/bitmask/bitmask.go index 7ffe01a..6d5fa33 100644 --- a/pkg/bitmask/bitmask.go +++ b/pkg/bitmask/bitmask.go @@ -29,6 +29,7 @@ type Bitmask interface { ListGateways(provider string) ([]string, error) UseGateway(name string) error GetCurrentGateway() string + GetGatewayDetails(label string) (interface{}, error) UseTransport(transport string) error NeedsCredentials() bool DoLogin(username, password string) (bool, error) |