aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/client.go b/client.go
index 0a3863c..253d9de 100644
--- a/client.go
+++ b/client.go
@@ -20,7 +20,8 @@ package mg
import "net/http"
type Client struct {
- MainAuth string
- ClientAuth string
- httpClient http.Client
+ MainAuth string
+ ClientAuth string
+ ClientAuthOnly bool
+ httpClient http.Client
}