summaryrefslogtreecommitdiff
path: root/pkg/bitmask/bitmask.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bitmask/bitmask.go')
-rw-r--r--pkg/bitmask/bitmask.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/bitmask/bitmask.go b/pkg/bitmask/bitmask.go
index df26fc0..927e486 100644
--- a/pkg/bitmask/bitmask.go
+++ b/pkg/bitmask/bitmask.go
@@ -28,4 +28,6 @@ type Bitmask interface {
ListGateways(provider string) ([]string, error)
UseGateway(name string) error
UseTransport(transport string) error
+ NeedsCredentials() bool
+ DoLogin(username, password string) (bool, error)
}