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

Struct stubKeychain

internal/core/config_test.go:16–16  ·  view source on GitHub ↗

stubKeychain is a minimal KeychainAccess that always returns ErrNotFound.

Source from the content-addressed store, hash-verified

14
15// stubKeychain is a minimal KeychainAccess that always returns ErrNotFound.
16type stubKeychain struct{}
17
18func (stubKeychain) Get(service, account string) (string, error) {
19 return "", keychain.ErrNotFound

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected