Documentation ¶ Index ¶ type Shim func New(uid uint32, aid string, supp []string, payload *shim0.Payload) *Shim func (s *Shim) Start() (*time.Time, error) func (s *Shim) String() string func (s *Shim) Unwrap() *exec.Cmd func (s *Shim) WaitFallback() chan error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Shim ¶ type Shim struct { // contains filtered or unexported fields } func New ¶ func New(uid uint32, aid string, supp []string, payload *shim0.Payload) *Shim func (*Shim) Start ¶ func (s *Shim) Start() (*time.Time, error) func (*Shim) String ¶ func (s *Shim) String() string func (*Shim) Unwrap ¶ func (s *Shim) Unwrap() *exec.Cmd func (*Shim) WaitFallback ¶ added in v0.2.0 func (s *Shim) WaitFallback() chan error Source Files ¶ View all Source files shim.go Click to show internal directories. Click to hide internal directories.