Documentation ¶
Index ¶
- type Maker
- type Sandbox
- func (s *Sandbox) Available() bool
- func (s *Sandbox) ContainerConfig() *containers.ContainerConfig
- func (s *Sandbox) Dir(dirType dir.DirType) (string, error)
- func (s *Sandbox) Dirs() map[dir.DirType]string
- func (s *Sandbox) Hook(hookType hooks.HookType) (hooks.Hook, error)
- func (s *Sandbox) Hooks() hooks.Hooks
- func (s *Sandbox) Inherit(parentSandbox sandbox.Sandbox) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Maker ¶
type Maker interface {
MakeSandbox(config *types.CommonSandbox) (*Sandbox, error)
}
func CreateMaker ¶
func CreateMaker(fnd app.Foundation, hooksMaker hooks.Maker) Maker
type Sandbox ¶
type Sandbox struct {
// contains filtered or unexported fields
}
func CreateSandbox ¶
func (*Sandbox) ContainerConfig ¶
func (s *Sandbox) ContainerConfig() *containers.ContainerConfig
Click to show internal directories.
Click to hide internal directories.