Versions in this module Expand all Collapse all v1 v1.0.1 Apr 16, 2021 v1.0.0 Apr 14, 2021 Changes in this version + type Client interface + Get func(url string) (io.ReadCloser, error) + func RemoteClient() Client + func UnixClient() Client + type ClientFunc func(url string) (io.ReadCloser, error) + func (fn ClientFunc) Get(url string) (io.ReadCloser, error) + type Container struct + func (c *Container) Addr() string + func (c *Container) FetchEndpoints() ([]*baker.Endpoint, error) + func (c *Container) ID() string + type Watcher struct + func NewWatcher(client Client) *Watcher + func (w *Watcher) Watch(errs chan<- error) <-chan baker.Container