| 15 | ) |
| 16 | |
| 17 | type processDebugInfo struct { |
| 18 | Path string |
| 19 | Dir string |
| 20 | User string |
| 21 | Limits garden.ResourceLimits |
| 22 | TTY *garden.TTYSpec |
| 23 | } |
| 24 | |
| 25 | type containerDebugInfo struct { |
| 26 | Handle string |
nothing calls this directly
no outgoing calls
no test coverage detected