GetMetadata returns plugin metadata including commands it provides
(ctx context.Context)
| 26 | |
| 27 | // GetMetadata returns plugin metadata including commands it provides |
| 28 | GetMetadata(ctx context.Context) (PluginMetadata, error) |
| 29 | } |
| 30 | |
| 31 | type PluginExecResult struct { |
no outgoing calls