Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsyncWrite ¶
func AsyncWrite() bool
func FTPPortRange ¶
func FTPPortRange() string
Types ¶
type Config ¶
type Config struct { FTPAddr string `` /* 145-byte string literal not displayed */ FTPPortRange string `` /* 143-byte string literal not displayed */ Username string `help:"Username for the ddrv service, used for FTP, HTTP or WEBDAV access authentication." env:"USERNAME"` Password string `help:"Password for the ddrv service, used for FTP, HTTP or WEBDAV access authentication." env:"PASSWORD"` HTTPAddr string `help:"Network address for the HTTP server to bind to" env:"HTTP_ADDR" default:":2526"` HTTPGuest bool `help:"If true, enables read-only guest access to the HTTP file manager without login." env:"HTTP_GUEST" default:"false"` WDAddr string `help:"Network address for the WebDav server to bind to" env:"WEBDAV_ADDR" default:":2527"` DbURL string `` /* 169-byte string literal not displayed */ Webhooks string `help:"Comma-separated list of Manager webhook URLs used for sending attachment messages." env:"WEBHOOKS" required:""` ChunkSize int `` /* 157-byte string literal not displayed */ AsyncWrite bool `` /* 291-byte string literal not displayed */ Version kong.VersionFlag `kong:"name='version', help='Display version.'"` }
Click to show internal directories.
Click to hide internal directories.