CycleFunc is a callback fired after a Plugin's CycleIndex has changed.
func(ctx context.Context, p *Plugin)
| 25 | // CycleFunc is a callback fired after a Plugin's CycleIndex |
| 26 | // has changed. |
| 27 | CycleFunc func(ctx context.Context, p *Plugin) |
| 28 | // DebugFunc is a function that records debug information. |
| 29 | DebugFunc func(format string, v ...interface{}) |
| 30 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected