MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / OnComplete

Method OnComplete

service/dynamic-module/iml.go:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func (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
96func (i *imlDynamicModulePublishService) Latest(ctx context.Context, dmID string, clusters []string) (map[string]*DynamicModulePublish, error) {
97 result := make(map[string]*DynamicModulePublish)

Callers

nothing calls this directly

Calls 1

NewCreatorFunction · 0.92

Tested by

no test coverage detected