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

Method Delete

module/ai-api/module.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, serviceId string, apiId string)

Source from the content-addressed store, hash-verified

12 Create(ctx context.Context, serviceId string, input *ai_api_dto.CreateAPI) error
13 Edit(ctx context.Context, serviceId string, apiId string, input *ai_api_dto.EditAPI) error
14 Delete(ctx context.Context, serviceId string, apiId string) error
15 List(ctx context.Context, keyword, serviceId string) ([]*ai_api_dto.APIItem, error)
16 Get(ctx context.Context, serviceId string, apiId string) (*ai_api_dto.API, error)
17 Prefix(ctx context.Context, serviceId string) (string, error)

Callers 9

DeleteAuthorizationMethod · 0.65
CancelDeployMethod · 0.65
RemoveModelMethod · 0.65
OnInitMethod · 0.65
DeleteProviderModelMethod · 0.65
DeleteMethod · 0.65
updateAPIDocMethod · 0.65
deleteAPIDocMethod · 0.65
DeleteMethod · 0.65

Implementers 1

imlAPIModulemodule/ai-api/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected