Versions in this module Expand all Collapse all v0 v0.9.0 Aug 6, 2026 Changes in this version + type HelloPlugin struct + func NewHelloPlugin() *HelloPlugin + func (p *HelloPlugin) Call(ctx context.Context, fn string, args json.RawMessage) (json.RawMessage, error) + func (p *HelloPlugin) GKRegister() plugin.GKRegistration + func (p *HelloPlugin) Init(ctx context.Context, host plugin.HostAPI) error + func (p *HelloPlugin) Shutdown(ctx context.Context) error