| 57 | } |
| 58 | |
| 59 | type nativeImpl struct { |
| 60 | logHostPath string |
| 61 | runHostPath string |
| 62 | hostPathLib string |
| 63 | mapping *native.ServiceMapping |
| 64 | portAllocator *native.PortAllocator |
| 65 | log *log.Logger |
| 66 | } |
| 67 | |
| 68 | func newNativeImpl(cfg config.AmiConfig) (ami.AMI, error) { |
| 69 | hostPathLib, err := v2context.HostPathLib() |
nothing calls this directly
no outgoing calls
no test coverage detected