()
| 41 | } |
| 42 | |
| 43 | func (in ContainerInstance) String() string { |
| 44 | return fmt.Sprintf("%s_%s_1", in.Prefix, in.Name) |
| 45 | } |
| 46 | |
| 47 | func (in ContainerInstance) BestEffortWaitForHealthy(privatePort uint16) error { |
| 48 | port := in.publicPort(privatePort) |
no outgoing calls
no test coverage detected