端口配置
| 140 | |
| 141 | // 端口配置 |
| 142 | type PortConfig struct { |
| 143 | // 描述 |
| 144 | Label string `json:"label" ` |
| 145 | // 端口号 |
| 146 | Port uint `json:"value" ` |
| 147 | } |
| 148 | |
| 149 | // "ID": 1, |
| 150 | // "CreatedAt": "2022-03-22T06:28:36.596Z", |
nothing calls this directly
no outgoing calls
no test coverage detected