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

Method Get

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

Source from the content-addressed store, hash-verified

13 Edit(ctx *gin.Context, providerId string, id string, input *ai_key_dto.Edit) error
14 Delete(ctx *gin.Context, providerId string, id string) error
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

Callers 1

GetMethod · 0.65

Implementers 1

imlAIKeyControllercontroller/ai-key/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected