MCPcopy Create free account
hub / github.com/cloudfoundry/garden / TTYSpec

Struct TTYSpec

container.go:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174type TTYSpec struct {
175 WindowSize *WindowSize `json:"window_size,omitempty"`
176}
177
178type WindowSize struct {
179 Columns uint16 `json:"columns,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected