(ctx context.Context, args []string, onOutput func(string))
| 34 | Schema() string |
| 35 | Execute(ctx context.Context, args []string) (string, error) |
| 36 | ExecuteWithStream(ctx context.Context, args []string, onOutput func(string)) (string, error) |
| 37 | } |
| 38 | |
| 39 | type ExecutablePlugin struct { |
no outgoing calls