(ctx context.Context, name string)
| 15 | ListCluster(ctx context.Context, clusterId string, kind ...plugin_model.Kind) ([]*ConfigPartition, error) |
| 16 | GetConfig(ctx context.Context, clusterId string, name string) (*Config, *PluginDefine, error) |
| 17 | GetDefine(ctx context.Context, name string) (*PluginDefine, error) |
| 18 | SaveDefine(ctx context.Context, defines []*plugin_model.Define) error |
| 19 | } |
| 20 |
no outgoing calls
no test coverage detected