Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteFS ¶
type SQLiteFS struct { DBPath string `json:"db_path,omitempty"` // contains filtered or unexported fields }
SQLiteFS implements a virtual file system with a sqlite database.
func (SQLiteFS) CaddyModule ¶
func (SQLiteFS) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (*SQLiteFS) UnmarshalCaddyfile ¶
UnmarshalCaddyfile implements caddyfile.Unmarshaler. Syntax:
sqlite <db_path>
Click to show internal directories.
Click to hide internal directories.