* [Chore] format code style * [Chore] go mod tidy * remove deprecated config * Update services/devstar_devcontainer/docker_agent/AssignDevcontainerCr…
8 lines
137 B
Go
8 lines
137 B
Go
package options
|
|
|
|
type OpenDevcontainerAppDispatcherOptions struct {
|
|
Name string `json:"name"`
|
|
Wait bool `json:"wait"`
|
|
Port uint16
|
|
}
|