MCPcopy
hub / github.com/redis/go-redis / mockStreamingProvider

Struct mockStreamingProvider

auth/auth_test.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type mockStreamingProvider struct {
12 credentials Credentials
13 err error
14 updates chan Credentials
15}
16
17func newMockStreamingProvider(initialCreds Credentials) *mockStreamingProvider {
18 return &mockStreamingProvider{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected