1 2 3 4 5 6 7
package informer import "github.com/spiral/roadrunner/v2" type Informer interface { Workers() []roadrunner.WorkerBase }