Versions in this module Expand all Collapse all v1 v1.1.1 Oct 27, 2021 v1.1.0 Oct 21, 2021 Changes in this version + type Adder interface + Add func(ctx context.Context) (*repo.Entry, error) + type Client interface + NewAdder func(flags.AddFlags) (Adder, error) + func NewClient() Client