Documentation ¶
Index ¶
- type StorageModuleImpl
- func (StorageModuleImpl) CaddyModule() caddy.ModuleInfo
- func (m *StorageModuleImpl) Provision(ctx caddy.Context) error
- func (m StorageModuleImpl) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error
- func (m *StorageModuleImpl) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
- func (m *StorageModuleImpl) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageModuleImpl ¶
type StorageModuleImpl struct { }
func (StorageModuleImpl) CaddyModule ¶
func (StorageModuleImpl) CaddyModule() caddy.ModuleInfo
func (*StorageModuleImpl) Provision ¶
func (m *StorageModuleImpl) Provision(ctx caddy.Context) error
func (StorageModuleImpl) ServeHTTP ¶
func (m StorageModuleImpl) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error
func (*StorageModuleImpl) UnmarshalCaddyfile ¶
func (m *StorageModuleImpl) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
func (*StorageModuleImpl) Validate ¶
func (m *StorageModuleImpl) Validate() error
Click to show internal directories.
Click to hide internal directories.