MCPcopy Create free account
hub / github.com/dispatchrun/wazergo / plugin

Struct plugin

function_test.go:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21func (*instance) Close(context.Context) error { return nil }
22
23type plugin struct{}
24
25func (plugin) Name() string { return "test" }
26func (plugin) Functions() Functions[*instance] { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected