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

Method Name

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

Name returns the source identifier (used in error envelopes).

()

Source from the content-addressed store, hash-verified

29type SourceBinder interface {
30 // Name returns the source identifier (used in error envelopes).
31 Name() string
32 // ConfigPath returns the resolved path to the source's config file.
33 ConfigPath() string
34 // ListCandidates enumerates bindable accounts from the source config.

Callers 15

ScanRepoWithOptionsFunction · 0.65
LoadSubtypeAllowlistsFunction · 0.65
CheckErrsContractFunction · 0.65
collectSubtypeConstsFunction · 0.65
ResolveSubtypeIdentMethod · 0.65
findCmdFunction · 0.65
commandCatalogPathFunction · 0.65
installFatalGuardFunction · 0.65
availableSubcommandNamesFunction · 0.65

Implementers 4

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

Calls

no outgoing calls