Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultDrainURI string
Exported so it can be set by an external agent-- namely main.go, which does some flag parsing.
Functions ¶
This section is empty.
Types ¶
type Configurer ¶
type Configurer struct {
// contains filtered or unexported fields
}
Configurer takes responsibility for dynamically reconfiguring a syslogish.Server based on changes in etcd.
func NewConfigurer ¶
func NewConfigurer(etcdHost string, etcdPort int, etcdPath string, configInterval int, syslogishServer *syslogish.Server) (*Configurer, error)
NewConfigurer returns a pointer to a new Configurer instance.
Click to show internal directories.
Click to hide internal directories.