| 17 | ) |
| 18 | |
| 19 | type imlPluginService struct { |
| 20 | defineStore plugin.IPluginDefineStore `autowired:""` |
| 21 | pluginPartitionStore plugin.IPartitionPluginStore `autowired:""` |
| 22 | } |
| 23 | |
| 24 | func (i *imlPluginService) SaveDefine(ctx context.Context, defines []*plugin_model.Define) error { |
| 25 | return i.defineStore.Transaction(ctx, func(txCtx context.Context) error { |
nothing calls this directly
no outgoing calls
no test coverage detected