From 510f23331fe52f456f7cab42c8fce562000db15a Mon Sep 17 00:00:00 2001 From: Etienne Bruines Date: Mon, 11 Nov 2024 15:58:51 +0100 Subject: [PATCH] feat: support for new ACCESS auth type --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 2773723..1afbfe4 100644 --- a/types.go +++ b/types.go @@ -47,6 +47,7 @@ type Auth struct { Namespace string `json:"NS,omitempty"` Database string `json:"DB,omitempty"` Scope string `json:"SC,omitempty"` + Access string `json:"AC,omitempty"` Username string `json:"user,omitempty"` Password string `json:"pass,omitempty"` }