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

Struct API

module/mcp/dto/output.go:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type API struct {
26 Name string `json:"name"`
27 Method string `json:"method"`
28 Path string `json:"path"`
29 Description string `json:"description"`
30}
31
32type ServiceAPI struct {
33 ServiceID string `json:"service_id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected