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

Struct noopKC

internal/credential/integration_test.go:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type noopKC struct{}
20
21func (n *noopKC) Get(service, account string) (string, error) { return "", nil }
22func (n *noopKC) Set(service, account, value string) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected