(_ string)
| 115 | } |
| 116 | |
| 117 | func (rg *Static) RunPlugin(_ string) Output { |
| 118 | return rg.RunPluginContext(context.Background(), "") |
| 119 | } |
| 120 | |
| 121 | func (rg *Static) RunPluginContext(ctx context.Context, _ string) Output { |
| 122 | rg.broadcast(NewEventStart(ctx, TypePlugin)) |