Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTartNotFound = errors.New("tart command not found") ErrTartFailed = errors.New("tart command returned non-zero exit code") )
View Source
var (
ErrFailed = errors.New("tart isolation failed")
)
Functions ¶
Types ¶
type Option ¶
type Option func(*Tart)
func WithLogger ¶
func WithLogger(logger logger.Lightweight) Option
type Tart ¶
type Tart struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.