9 lines
144 B
Go
9 lines
144 B
Go
|
package libcontainer
|
||
|
|
||
|
// State represents a running container's state
|
||
|
type State struct {
|
||
|
BaseState
|
||
|
|
||
|
// Platform specific fields below here
|
||
|
}
|