MCPcopy Create free account
hub / github.com/google/go-cloud / erroringKeeper

Struct erroringKeeper

secrets/secrets_test.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31var errFake = errors.New("fake")
32
33type erroringKeeper struct {
34 driver.Keeper
35}
36
37func (k *erroringKeeper) Decrypt(ctx context.Context, b []byte) ([]byte, error) {
38 return nil, errFake

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected