()
| 90 | } |
| 91 | |
| 92 | func (i *imlDynamicModulePublishService) OnComplete() { |
| 93 | i.IServiceCreate = universally.NewCreator[CreateDynamicModulePublish, dynamic_module.DynamicModulePublish](i.store, "dynamic_module_publish", i.createEntityHandler, i.uniquestHandler, i.labelHandler) |
| 94 | } |
| 95 | |
| 96 | func (i *imlDynamicModulePublishService) Latest(ctx context.Context, dmID string, clusters []string) (map[string]*DynamicModulePublish, error) { |
| 97 | result := make(map[string]*DynamicModulePublish) |
nothing calls this directly
no test coverage detected