Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChildHello ¶
type ChildHello struct { }
type ChildInitUserNSCompleted ¶
type ChildInitUserNSCompleted struct { }
type Message ¶
type Message struct { Name string // Name is like "MessageParentHello". Automatically filled on [Send. U }
Message for parent-child communication. Sent as JSON, with uint32le length header.
func (*Message) FulfillName ¶
type ParentHello ¶
type ParentHello struct { }
type ParentInitIdmapCompleted ¶
type ParentInitIdmapCompleted struct { }
type U ¶
type U struct { *ParentHello *ChildHello *ParentInitIdmapCompleted *ChildInitUserNSCompleted *ParentInitNetworkDriverCompleted *ParentInitPortDriverCompleted }
U is a union.
Click to show internal directories.
Click to hide internal directories.