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 caddy.fs modules into the global filesystem map
func (Filesystems) CaddyModule ¶
func (Filesystems) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (*Filesystems) Cleanup ¶
func (f *Filesystems) Cleanup() error
func (*Filesystems) Provision ¶
func (xs *Filesystems) Provision(ctx caddy.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.