(ctx context.Context, clusterId string, name string, config *dto.PluginSetting)
| 14 | List(ctx context.Context, clusterId string) ([]*dto.Item, error) |
| 15 | Get(ctx context.Context, clusterId string, name string) (config *dto.PluginOutput, render plugin_model.Render, er error) |
| 16 | Set(ctx context.Context, clusterId string, name string, config *dto.PluginSetting) error |
| 17 | Options(ctx context.Context) ([]*dto.PluginOption, error) |
| 18 | GetDefine(ctx context.Context, name string) (*dto.Define, error) |
| 19 | UpdateDefine(ctx context.Context, defines []*plugin_model.Define) error |
no outgoing calls
no test coverage detected