MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / PortConfig

Struct PortConfig

cli/internal/model/response/workspace.go:142–147  ·  view source on GitHub ↗

端口配置

Source from the content-addressed store, hash-verified

140
141// 端口配置
142type 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",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected