diff options
Diffstat (limited to 'matterclient/matterclient.go')
-rw-r--r-- | matterclient/matterclient.go | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/matterclient/matterclient.go b/matterclient/matterclient.go index 66ffcca6..338f86d7 100644 --- a/matterclient/matterclient.go +++ b/matterclient/matterclient.go @@ -16,14 +16,15 @@ import ( ) type Credentials struct { - Login string - Team string - Pass string - Token string - CookieToken bool - Server string - NoTLS bool - SkipTLSVerify bool + Login string + Team string + Pass string + Token string + CookieToken bool + Server string + NoTLS bool + SkipTLSVerify bool + SkipVersionCheck bool } type Message struct { |