RefreshFunc is a callback fired after a Plugin is refreshed.
func(ctx context.Context, p *Plugin, err error)
| 22 | type ( |
| 23 | // RefreshFunc is a callback fired after a Plugin is refreshed. |
| 24 | RefreshFunc func(ctx context.Context, p *Plugin, err error) |
| 25 | // CycleFunc is a callback fired after a Plugin's CycleIndex |
| 26 | // has changed. |
| 27 | CycleFunc func(ctx context.Context, p *Plugin) |
nothing calls this directly
no outgoing calls
no test coverage detected