MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / TestAuthenticator

Struct TestAuthenticator

base/util_testing.go:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307type TestAuthenticator struct {
308 Username string
309 Password string
310 BucketName string
311}
312
313func (t TestAuthenticator) GetCredentials() (username, password, bucketname string) {
314 return t.Username, t.Password, t.BucketName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected