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

Function WithKeychain

cmd/build.go:56–60  ·  view source on GitHub ↗

WithKeychain sets the secret storage backend. If not provided, the platform keychain is used.

(kc keychain.KeychainAccess)

Source from the content-addressed store, hash-verified

54
55// WithKeychain sets the secret storage backend. If not provided, the platform keychain is used.
56func WithKeychain(kc keychain.KeychainAccess) BuildOption {
57 return func(c *buildConfig) {
58 c.keychain = kc
59 }
60}
61
62// embeddedSkillContent is the skill tree wired into cmdutil.Factory.SkillContent
63// at build time. It is registered by the repo-root package main's init via

Callers 1

TestBuild_ExternalAPIFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestBuild_ExternalAPIFunction · 0.68