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

Function ApiDelete

gateway/apinto/driver/api.go:34–41  ·  view source on GitHub ↗
(ctx context.Context, client admin_client.Client, api *entity.Router)

Source from the content-addressed store, hash-verified

32}
33
34func ApiDelete(ctx context.Context, client admin_client.Client, api *entity.Router) error {
35 for _, handler := range apiDeleteHandlers {
36 if err := handler(ctx, client, api); err != nil {
37 return err
38 }
39 }
40 return nil
41}

Callers 1

onlineMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected