MCPcopy Create free account
hub / github.com/bytebase/bytebase / fakeTokenProvider

Struct fakeTokenProvider

backend/store/dbauth/aws_test.go:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12type contextKey struct{}
13
14type fakeTokenProvider struct {
15 token string
16 err error
17 calls []fakeTokenProviderCall
18}
19
20type fakeTokenProviderCall struct {
21 ctx context.Context

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected