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

Interface IServiceDelete

service/universally/delete.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14var _ IServiceDelete = (*imlServiceDelete[any])(nil)
15
16type IServiceDelete interface {
17 Delete(ctx context.Context, uuid string) error
18}
19
20type imlServiceDelete[E any] struct {
21 store store.ISearchStore[E]

Callers

nothing calls this directly

Implementers 15

imlReleaseModulemodule/release/iml.go
imlStrategyModulemodule/strategy/iml.go
Managermodule/strategy/driver/manager.go
imlDynamicModulemodule/dynamic-module/iml.go
imlServiceModulemodule/service/iml.go
imlAPIKeyModulemodule/system-apikey/iml.go
imlCertificatemodule/certificate/impl.go
imlProviderModulemodule/ai/iml.go
imlAPIModulemodule/ai-api/iml.go
imlTeamModulemodule/team/iml.go
imlKeyModulemodule/ai-key/iml.go
imlRouterModulemodule/router/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected