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