| 50 | } |
| 51 | |
| 52 | type containerPS struct { |
| 53 | created string |
| 54 | entryPoint string |
| 55 | entryPointPID int |
| 56 | id string |
| 57 | image string |
| 58 | labels map[string]string |
| 59 | mounts []string |
| 60 | names []string |
| 61 | status string |
| 62 | } |
| 63 | |
| 64 | type Containers struct { |
| 65 | data []containerPS |
nothing calls this directly
no outgoing calls
no test coverage detected