runc/libcontainer/container_windows.go

9 lines
144 B
Go

package libcontainer
// State represents a running container's state
type State struct {
BaseState
// Platform specific fields below here
}