Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StartConfig ¶
type StartConfig struct {
Port int `json:"port"`
DisableLAN bool `json:"disableLAN"`
EnableUpload bool `json:"enableUpload"`
ReadOnlyMode bool `json:"readOnlyMode"`
EnableDatabase bool `json:"enableDatabase"`
EnablePlugin bool `json:"enablePlugin"`
Debug bool `json:"debug"`
Language string `json:"language"`
Username string `json:"username"`
Password string `json:"password"`
Host string `json:"host"`
CacheDir string `json:"cacheDir"`
ConfigDir string `json:"configDir"`
StoreUrls []string `json:"storeUrls"`
AutoRescanIntervalMinutes int `json:"autoRescanIntervalMinutes"`
ScanOnStart bool `json:"scanOnStart"`
WaitReadyTimeoutSeconds int `json:"waitReadyTimeoutSeconds"`
}
type StartResult ¶
Click to show internal directories.
Click to hide internal directories.