44d7ac1 ^
1 2 3 4 5 6 7
package plugins import "context" type Plugin interface { Run(ctx context.Context) error }