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

Method Set

internal/keychain/keychain.go:62–62  ·  view source on GitHub ↗
(service, account, value string)

Source from the content-addressed store, hash-verified

60type KeychainAccess interface {
61 Get(service, account string) (string, error)
62 Set(service, account, value string) error
63 Remove(service, account string) error
64}
65

Callers 15

newApiRespWithStatusFunction · 0.65
buildApiReqMethod · 0.65
DoStreamMethod · 0.65
PreRoundTripMethod · 0.65
PreRoundTripMethod · 0.65
RoundTripMethod · 0.65
RoundTripMethod · 0.65
RoundTripMethod · 0.65
BaseSecurityHeadersFunction · 0.65
ShortcutHeadersFunction · 0.65
TestDryRunAPI_ResolveURLFunction · 0.65

Implementers 11

noopKeychaininternal/cmdutil/testing.go
stubKeychaininternal/core/config_test.go
noopKCinternal/credential/integration_test.g
defaultKeychaininternal/keychain/default.go
noopKeychaincmd/build_api_test.go
noopConfigKeychaincmd/config/config_test.go
recordingConfigKeychaincmd/config/config_test.go
statefulKeychaincmd/config/bind_test.go
appsTestKeychainshortcuts/apps/git_credential_test.go
SecretStoreshortcuts/apps/gitcred/keychain.go
fakeKeychainshortcuts/apps/gitcred/gitcred_test.go

Calls

no outgoing calls