| 9 | ) |
| 10 | |
| 11 | type 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 | |
| 25 | type Info struct { |
| 26 | UUID string |
nothing calls this directly
no outgoing calls
no test coverage detected