Versions in this module Expand all Collapse all v0 v0.4.0 Sep 5, 2014 Changes in this version + type HandlerFunc func(uint64, interface{}) + type WatchFunc func(*WatchPlan) (uint64, interface{}, error) + type WatchPlan struct + Datacenter string + Exempt map[string]interface{} + Func WatchFunc + Handler HandlerFunc + LogOutput io.Writer + Token string + Type string + func Parse(params map[string]interface{}) (*WatchPlan, error) + func ParseExempt(params map[string]interface{}, exempt []string) (*WatchPlan, error) + func (p *WatchPlan) Run(address string) error + func (p *WatchPlan) Stop()