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

Struct noopConfigKeychain

cmd/config/config_test.go:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type noopConfigKeychain struct{}
26
27func (n *noopConfigKeychain) Get(service, account string) (string, error) { return "", nil }
28func (n *noopConfigKeychain) Set(service, account, value string) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected