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

Struct API

service/api/model.go:11–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type API struct {
12 UUID string
13
14 Service string
15 Team string
16 Creator string
17 Method []string
18 Path string
19 Protocols []string
20 Upstream string
21 CreateAt time.Time
22 IsDelete bool
23}
24
25type Info struct {
26 UUID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected