Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Namespace ¶
type Namespace interface {
Bind(new, old string, flags int)
Mount(new, old string, flags int)
Cmd(ctx context.Context, cmd string, args ...string) Cmd
Mkdir(name string) error
Open(name string) (*os.File, error)
OpenFile(name string, flag int, perm os.FileMode) (*os.File, error)
Create(name string) (*os.File, error)
}
Source Files
¶
- namespace.go
Click to show internal directories.
Click to hide internal directories.