(ctx context.Context, defines []*plugin_model.Define)
| 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 | |
| 21 | func init() { |
no outgoing calls
no test coverage detected