| 23 | } |
| 24 | |
| 25 | type API struct { |
| 26 | Name string `json:"name"` |
| 27 | Method string `json:"method"` |
| 28 | Path string `json:"path"` |
| 29 | Description string `json:"description"` |
| 30 | } |
| 31 | |
| 32 | type ServiceAPI struct { |
| 33 | ServiceID string `json:"service_id"` |
nothing calls this directly
no outgoing calls
no test coverage detected