| 21 | func (*instance) Close(context.Context) error { return nil } |
| 22 | |
| 23 | type plugin struct{} |
| 24 | |
| 25 | func (plugin) Name() string { return "test" } |
| 26 | func (plugin) Functions() Functions[*instance] { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected