MCPcopy
hub / github.com/larksuite/cli / noopKeychain

Struct noopKeychain

cmd/build_api_test.go:17–17  ·  view source on GitHub ↗

noopKeychain is a zero-side-effect KeychainAccess for exercising WithKeychain without touching the platform keychain.

Source from the content-addressed store, hash-verified

15// noopKeychain is a zero-side-effect KeychainAccess for exercising
16// WithKeychain without touching the platform keychain.
17type noopKeychain struct{}
18
19func (noopKeychain) Get(service, account string) (string, error) { return "", nil }
20func (noopKeychain) Set(service, account, value string) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected