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

Method OnComplete

service/api/iml.go:340–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338}
339
340func (i *imlAPIService) OnComplete() {
341 i.IServiceGet = universally.NewGetSoftDelete[API, api.API](i.store, FromEntity)
342
343 i.IServiceDelete = universally.NewSoftDelete[api.API](i.store)
344
345 auto.RegisterService("api", i)
346}

Callers

nothing calls this directly

Calls 1

NewGetSoftDeleteFunction · 0.92

Tested by

no test coverage detected