Versions in this module Expand all Collapse all v0 v0.3.0 Apr 26, 2016 Changes in this version + type Operation uint8 + const Add + const Delete + type Resolver interface + Resolve func(target string) (Watcher, error) + type Update struct + Addr string + Metadata interface{} + Op Operation + type Watcher interface + Close func() + Next func() ([]*Update, error)