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

Struct happyPlugin

internal/platform/host_test.go:19–19  ·  view source on GitHub ↗

happyPlugin is a textbook plugin: declares Capabilities, calls a few Registrar methods, returns nil. The install pipeline must accept it.

Source from the content-addressed store, hash-verified

17// happyPlugin is a textbook plugin: declares Capabilities, calls a few
18// Registrar methods, returns nil. The install pipeline must accept it.
19type happyPlugin struct{ name string }
20
21func (p happyPlugin) Name() string { return p.name }
22func (p happyPlugin) Version() string { return "1.0.0" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected