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

Method ConfiguredProviders

controller/ai/controller.go:12–12  ·  view source on GitHub ↗
(ctx *gin.Context, keyword string)

Source from the content-addressed store, hash-verified

10
11type IProviderController interface {
12 ConfiguredProviders(ctx *gin.Context, keyword string) ([]*ai_dto.ConfiguredProviderItem, error)
13 UnConfiguredProviders(ctx *gin.Context) ([]*ai_dto.ProviderItem, error)
14 SimpleProviders(ctx *gin.Context) ([]*ai_dto.SimpleProviderItem, error)
15 SimpleConfiguredProviders(ctx *gin.Context, all string) ([]*ai_dto.SimpleProviderItem, *ai_dto.BackupProvider, error)

Callers 1

ConfiguredProvidersMethod · 0.65

Implementers 1

imlProviderControllercontroller/ai/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected