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

Method Build

cmd/config/binder.go:39–39  ·  view source on GitHub ↗

Build resolves secrets, persists to keychain, and returns a ready AppConfig for the chosen candidate AppID. Must be called after ListCandidates succeeds.

(appID string)

Source from the content-addressed store, hash-verified

37 // Build resolves secrets, persists to keychain, and returns a ready AppConfig
38 // for the chosen candidate AppID. Must be called after ListCandidates succeeds.
39 Build(appID string) (*core.AppConfig, error)
40}
41
42// newBinder constructs the SourceBinder for the given source name.

Implementers 4

openclawBindercmd/config/binder.go
hermesBindercmd/config/binder.go
larkChannelBindercmd/config/binder.go
fakeBindercmd/config/binder_test.go

Calls

no outgoing calls