Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Listeners []Listener `toml:"listener"` Modules []rsyncd.Module `toml:"module"` DontNamespace bool `toml:"dont_namespace"` }
func FromDefaultFiles ¶
func FromString ¶
type Listener ¶
type Listener struct { Rsyncd string `toml:"rsyncd"` HTTPMonitoring string `toml:"http_monitoring"` AnonSSH string `toml:"anon_ssh"` AuthorizedSSH SSHListener `toml:"authorized_ssh"` }
type SSHListener ¶
Click to show internal directories.
Click to hide internal directories.