MCPcopy Create free account
hub / github.com/convox/rack / InstanceShellOptions

Struct InstanceShellOptions

pkg/structs/instance.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20type Instances []Instance
21
22type InstanceShellOptions struct {
23 Command *string `header:"Command"`
24 Height *int `header:"Height"`
25 Width *int `header:"Width"`
26}
27
28func (i *Instance) Ip() string {
29 if os.Getenv("DEVELOPMENT") == "true" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected