MCPcopy
hub / github.com/apache/answer / Base

Interface Base

plugin/base.go:33–36  ·  view source on GitHub ↗

Base is the base plugin

Source from the content-addressed store, hash-verified

31
32// Base is the base plugin
33type Base interface {
34 // Info returns the plugin information
35 Info() Info
36}
37
38var (
39 // CallBase is a function that calls all registered base plugins

Callers 8

MakePluginFunction · 0.65
CallCaptchaFunction · 0.65
coordinatedCDNPluginsFunction · 0.65
TestMainFunction · 0.65
initTestDataSourceFunction · 0.65
initDatabaseImageFunction · 0.65
setupTestEnvironmentFunction · 0.65

Implementers 2

TestKVStoragePluginplugin/plugin_test/kv_storage_test.go
QuestionCommoninternal/service/question_common/quest

Calls

no outgoing calls

Tested by

no test coverage detected