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

Method Enable

controller/ai-key/controller.go:17–17  ·  view source on GitHub ↗
(ctx *gin.Context, providerId string, id string)

Source from the content-addressed store, hash-verified

15 Get(ctx *gin.Context, providerId string, id string) (*ai_key_dto.Key, error)
16 List(ctx *gin.Context, providerId string, keyword string, page string, pageSize string, statuses string) ([]*ai_key_dto.Item, int64, error)
17 Enable(ctx *gin.Context, providerId string, id string) error
18 Disable(ctx *gin.Context, providerId string, id string) error
19 Sort(ctx *gin.Context, providerId string, input *ai_key_dto.Sort) error
20}

Callers 2

EnableStrategyMethod · 0.65
UpdateMethod · 0.65

Implementers 1

imlAIKeyControllercontroller/ai-key/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected