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

Struct API

module/ai-api/dto/output.go:40–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type API struct {
41 Id string `json:"id"`
42 Name string `json:"name"`
43 Path string `json:"path"`
44 Description string `json:"description"`
45 Disable bool `json:"disabled"`
46 AiPrompt *AiPrompt `json:"ai_prompt"`
47 AiModel *AiModel `json:"ai_model"`
48 Timeout int `json:"timeout"`
49 Retry int `json:"retry"`
50}
51
52type APIItem struct {
53 Id string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected