Versions in this module Expand all Collapse all v0 v0.0.2 Oct 7, 2020 v0.0.1 Oct 4, 2020 Changes in this version + type Environment struct + func (c *Environment) NewUpdater(root string) updater.Updater + type Updater struct + func NewUpdater(root string, opts ...UpdaterOpt) *Updater + func (u *Updater) ApplyUpdate(ctx context.Context, update updater.Update) error + func (u *Updater) Check(ctx context.Context, dependency updater.Dependency) (*updater.Update, error) + func (u *Updater) Dependencies(_ context.Context) ([]updater.Dependency, error) + type UpdaterOpt func(*Updater) + func WithRepoClient(rc repoClient) UpdaterOpt