Versions in this module Expand all Collapse all v0 v0.8.7 May 16, 2014 v0.8.6 May 16, 2014 Changes in this version + func Save(wr io.Writer, cfg Configuration) error + type Configuration struct + GUI GUIConfiguration + Nodes []NodeConfiguration + Options OptionsConfiguration + Repositories []RepositoryConfiguration + Version int + XMLName xml.Name + func Load(rd io.Reader, myID string) (Configuration, error) + type GUIConfiguration struct + Address string + Enabled bool + Password string + User string + type NodeConfiguration struct + Addresses []string + Name string + NodeID string + type NodeConfigurationList []NodeConfiguration + func (l NodeConfigurationList) Len() int + func (l NodeConfigurationList) Less(a, b int) bool + func (l NodeConfigurationList) Swap(a, b int) + type OptionsConfiguration struct + Deprecated_GUIAddress string + Deprecated_GUIEnabled bool + Deprecated_ReadOnly bool + GlobalAnnEnabled bool + GlobalAnnServer string + ListenAddress []string + LocalAnnEnabled bool + MaxChangeKbps int + MaxSendKbps int + ParallelRequests int + ReconnectIntervalS int + RescanIntervalS int + StartBrowser bool + UPnPEnabled bool + type RepositoryConfiguration struct + Directory string + ID string + Invalid string + Nodes []NodeConfiguration + ReadOnly bool + func (r *RepositoryConfiguration) NodeIDs() []string