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

Struct mockProviderUserPrefix

rest/oidc_api_test.go:510–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510type mockProviderUserPrefix struct {
511 string
512}
513
514func (m mockProviderUserPrefix) Apply(provider *auth.OIDCProvider) {
515 provider.UserPrefix = m.string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected