Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
type
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
newApiRespWithStatus
Function · 0.65
buildApiReq
Method · 0.65
DoStream
Method · 0.65
PreRoundTrip
Method · 0.65
PreRoundTrip
Method · 0.65
RoundTrip
Method · 0.65
RoundTrip
Method · 0.65
RoundTrip
Method · 0.65
BaseSecurityHeaders
Function · 0.65
ShortcutHeaders
Function · 0.65
TestDryRunAPI_ResolveURL
Function · 0.65
TestDryRunAPI_MarshalJSON
Function · 0.65
Implementers
11
noopKeychain
internal/cmdutil/testing.go
stubKeychain
internal/core/config_test.go
noopKC
internal/credential/integration_test.g
defaultKeychain
internal/keychain/default.go
noopKeychain
cmd/build_api_test.go
noopConfigKeychain
cmd/config/config_test.go
recordingConfigKeychain
cmd/config/config_test.go
statefulKeychain
cmd/config/bind_test.go
appsTestKeychain
shortcuts/apps/git_credential_test.go
SecretStore
shortcuts/apps/gitcred/keychain.go
fakeKeychain
shortcuts/apps/gitcred/gitcred_test.go
Calls
no outgoing calls
Tested by
15
newApiRespWithStatus
Function · 0.52
PreRoundTrip
Method · 0.52
PreRoundTrip
Method · 0.52
TestDryRunAPI_ResolveURL
Function · 0.52
TestDryRunAPI_MarshalJSON
Function · 0.52
TestDryRunAPI_ExtraFieldsOnly
Function · 0.52
newCmdWithAsFlag
Function · 0.52
TestCleanupKeychainFromData_KeepsSecretSharedWithNewApp
Function · 0.52
TestCleanupKeychainFromData_RemovesStaleSecretWhenAppIDChanges
Function · 0.52
signedReq
Function · 0.52
resign
Function · 0.52
TestProxyHandler_UnsupportedVersion
Function · 0.52