Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupCommand ¶
Types ¶
type CORSConfig ¶
type Config ¶
type Config struct {
Host string `koanf:"host"`
Port int `koanf:"port"`
PublinkPath string `koanf:"publinkpath"`
WebDAV WebDAVConfig `koanf:"webdav"`
CORS CORSConfig `koanf:"cors"`
Debug bool `koanf:"debug"`
LogBody bool `koanf:"logbody"`
}
var Cfg Config
type WebDAVConfig ¶
Click to show internal directories.
Click to hide internal directories.