MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlServiceModelMappingService

Struct imlServiceModelMappingService

service/service-model-mapping/iml.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13var _ IServiceModelMappingService = (*imlServiceModelMappingService)(nil)
14
15type imlServiceModelMappingService struct {
16 store service.IServiceModelMappingStore `autowired:""`
17}
18
19func (i *imlServiceModelMappingService) Delete(ctx context.Context, sid string) error {
20 _, err := i.store.DeleteWhere(ctx, map[string]interface{}{"sid": sid})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected