Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { FS fs.FS `hcl:"fs" description:"File system to serve"` DirPrefix string `hcl:"prefix" description:"Directory to serve files from"` DirListing bool `hcl:"dir" description:"Serve directory listings"` Path string `hcl:"path" description:"host/path to serve files on"` }
func (Config) Description ¶
Description returns the description of the service
Click to show internal directories.
Click to hide internal directories.