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

Method Get

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

Source from the content-addressed store, hash-verified

36}
37
38func (i *imlAIKeyController) Get(ctx *gin.Context, providerId string, id string) (*ai_key_dto.Key, error) {
39 return i.module.Get(ctx, providerId, id)
40}
41
42func (i *imlAIKeyController) List(ctx *gin.Context, providerId string, keyword string, page string, pageSize string, statuses string) ([]*ai_key_dto.Item, int64, error) {
43 p, err := strconv.Atoi(page)

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected