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

Method List

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

Source from the content-addressed store, hash-verified

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)
18}

Callers 15

doCheckFunction · 0.65
ListMethod · 0.65
ModelsInstalledFunction · 0.65
NewProviderFunction · 0.65
ModelsMethod · 0.65
ListMethod · 0.65
ProvidersFunction · 0.65
ExportAllMethod · 0.65
onlineMethod · 0.65
ExportAllMethod · 0.65
SimpleListMethod · 0.65

Implementers 1

imlAPIModulemodule/ai-api/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected