MCPcopy Create free account
hub / github.com/cloudfoundry/garden / processDebugInfo

Struct processDebugInfo

server/request_handling.go:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type processDebugInfo struct {
18 Path string
19 Dir string
20 User string
21 Limits garden.ResourceLimits
22 TTY *garden.TTYSpec
23}
24
25type containerDebugInfo struct {
26 Handle string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected