Versions in this module Expand all Collapse all v0 v0.0.1 Nov 13, 2015 Changes in this version + var ErrCouldNotParse = errors.New("updater/fetchers: could not parse") + var ErrFilesystem = errors.New("updater/fetchers: something went wrong when interacting with the fs") + type DebianFetcher struct + func (fetcher *DebianFetcher) FetchUpdate() (resp updater.FetcherResponse, err error) + type RHELFetcher struct + func (f *RHELFetcher) FetchUpdate() (resp updater.FetcherResponse, err error) + type UbuntuFetcher struct + func (fetcher *UbuntuFetcher) FetchUpdate() (resp updater.FetcherResponse, err error)