Skip to content

Commit

Permalink
feat: support for new ACCESS auth type (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneBruines authored Nov 25, 2024
1 parent 70c34f0 commit 7fc2036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 7fc2036

Please sign in to comment.