Versions in this module Expand all Collapse all v0 v0.6.2 Oct 10, 2022 v0.6.1 Oct 10, 2022 v0.6.0 Oct 10, 2022 v0.5.1 Oct 4, 2022 v0.5.0-RC3 Sep 23, 2022 v0.5.0-RC2 Sep 21, 2022 v0.5.0-RC1 Sep 21, 2022 v0.4.0 Sep 8, 2022 v0.3.1 Aug 30, 2022 v0.3.0 Aug 30, 2022 v0.2.1 Aug 30, 2022 v0.2.0 Aug 24, 2022 Changes in this version + func DumpConfigXml(config Configuration, filePath string) error + type Configuration struct + Device []Device + Folder []Folder + GUI GUI + Version int + XMLName xml.Name + func LoadConfigXml(filePath string) (Configuration, error) + type Device struct + Address string + AutoAcceptFolders bool + Compression string + Id string + IntroducedBy string + Introducer bool + MaxRecvKbps int + MaxRequestKiB int + MaxSendKbps int + Name string + Paused bool + RemoteGUIPort int + SkipIntroductionRemovals bool + Untrusted bool + XMLName xml.Name + type Folder struct + AutoNormalize string + BlockPullOrder string + CaseSensitiveFS bool + Copiers int + CopyOwnershipFromParent bool + CopyRangeMethod string + Device []FolderDevice + DisableFsync bool + DisableSparseFiles bool + DisableTempIndexes bool + FilesystemType string + FsWatcherDelayS int + FsWatcherEnabled string + Hashers int + Id string + IgnoreDelete bool + IgnorePerms string + JunctionsAsDirs bool + Label string + MarkerName string + MaxConcurrentWrites int + MaxConflicts int + MinDiskFree MinDiskFree + ModTimeWindowS int + Order string + Path string + Paused bool + PullerMaxPendingKiB string + PullerPauseS int + RescanIntervalS int + ScanProgressIntervalS int + Type string + Versioning Versioning + WeakHashThresholdPct int + XMLName xml.Name + type FolderDevice struct + EncryptionPassword string + Id string + IntroducedBy string + XMLName xml.Name + type GUI struct + Address string + ApiKey string + Debugging bool + Enabled bool + Password string + TLS bool + Theme string + User string + XMLName xml.Name + type MinDiskFree struct + Unit string + Value int + type Versioning struct + CleanupIntervalS int + FsPath string + FsType string + XMLName xml.Name