Versions in this module Expand all Collapse all v0 v0.1.0 Oct 2, 2022 Changes in this version + type Bind struct + Local string + Remote string + func ParseBinds(s string) ([]Bind, error) + type Session struct + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + func New(port9p, tmpMnt, cmd string, args ...string) *Session + func (s *Session) DropPrivs() error + func (s *Session) Namespace() (error, error) + func (s *Session) Run() error + func (s *Session) Terminal() error + func (s *Session) TmpMounts() error