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

Struct WindowSize

container.go:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178type WindowSize struct {
179 Columns uint16 `json:"columns,omitempty"`
180 Rows uint16 `json:"rows,omitempty"`
181}
182
183type ProcessIO struct {
184 Stdin io.Reader

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected