MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Name

Method Name

module/monitor/driver/driver.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10type IDriver interface {
11 Name() string
12 Check(cfg string) error
13 Create(cfg string) (IExecutor, error)
14}

Callers 15

ModuleDriversMethod · 0.65
PluginInfoMethod · 0.65
LoadPluginsFunction · 0.65
RegisterMethod · 0.65
OnInitMethod · 0.65
SimpleProviderMethod · 0.65
ConfiguredProvidersMethod · 0.65
SimpleProvidersMethod · 0.65
UnConfiguredProvidersMethod · 0.65
ProviderMethod · 0.65
LLMsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected