MCPcopy Create free account
hub / github.com/bytesizedhosting/bcd / Plugin

Interface Plugin

plugins/base.go:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106type Plugin interface {
107 GetName() string
108 GetManifest() *Manifest
109 GetVersion() int
110 RegisterRPC(*rpc.Server)
111}
112type appPlugin interface {
113 Plugin
114 Start(*AppConfig) error

Callers 13

StartMethod · 0.65
StopMethod · 0.65
UninstallMethod · 0.65
CpuMethod · 0.65
MemoryMethod · 0.65
DiskSpaceMethod · 0.65
GetPluginsMethod · 0.65
ActivateMethod · 0.65
GetManifestsMethod · 0.65
GetPluginsMethod · 0.65
TestGetVersionFunction · 0.65
ActivateMethod · 0.65

Implementers 1

Baseplugins/base.go

Calls

no outgoing calls

Tested by

no test coverage detected