Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CGroupEvent ¶
type CGroupEvent struct { Path string EventType CgroupEventType }
type CGroupEvents ¶
type CGroupEvents struct { Events []CGroupEvent Result chan<- error }
type CgroupEventType ¶
type CgroupEventType uint8
const ( CgroupEventTypeNew CgroupEventType = iota // New CgroupEventTypeDelete // Delete )
func (CgroupEventType) String ¶
func (i CgroupEventType) String() string
Click to show internal directories.
Click to hide internal directories.