| 20 | ) |
| 21 | |
| 22 | type imlPluginClusterModule struct { |
| 23 | service plugin_cluster.IPluginService `autowired:""` |
| 24 | //partitionService partition.IPartitionService `autowired:""` |
| 25 | clusterService cluster.IClusterService `autowired:""` |
| 26 | } |
| 27 | |
| 28 | func (m *imlPluginClusterModule) UpdateDefine(ctx context.Context, defines []*plugin_model.Define) error { |
| 29 | err := m.service.SaveDefine(ctx, defines) |
nothing calls this directly
no outgoing calls
no test coverage detected