Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 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)