Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filesystems ¶
type Filesystems struct { Filesystems []*moduleEntry `json:"filesystems"` // contains filtered or unexported fields }
Filesystems loads kengine.fs modules into the global filesystem map
func (*Filesystems) Cleanup ¶
func (f *Filesystems) Cleanup() error
func (Filesystems) KengineModule ¶
func (Filesystems) KengineModule() kengine.ModuleInfo
KengineModule returns the Kengine module information.
func (*Filesystems) Provision ¶
func (xs *Filesystems) Provision(ctx kengine.Context) error
func (*Filesystems) Start ¶
func (xs *Filesystems) Start() error
func (*Filesystems) Stop ¶
func (xs *Filesystems) Stop() error
Click to show internal directories.
Click to hide internal directories.