Files
devstar/services/devstar_devcontainer/options/OpenDevcontainerAppDispatcherOptions.go
xinitx 8d5b34e07e !16 [Feature] DevContainer 适配 Docker
* [Chore] format code style
* [Chore] go mod tidy
* remove deprecated config
* Update services/devstar_devcontainer/docker_agent/AssignDevcontainerCr…
2024-10-31 03:00:11 +00:00

8 lines
137 B
Go

package options
type OpenDevcontainerAppDispatcherOptions struct {
Name string `json:"name"`
Wait bool `json:"wait"`
Port uint16
}