| 38 | } |
| 39 | |
| 40 | type containerInspect struct { |
| 41 | created string |
| 42 | entryPoint string |
| 43 | entryPointPID int |
| 44 | id string |
| 45 | image string |
| 46 | labels map[string]string |
| 47 | mounts []string |
| 48 | name string |
| 49 | status string |
| 50 | } |
| 51 | |
| 52 | type containerPS struct { |
| 53 | created string |
nothing calls this directly
no outgoing calls
no test coverage detected