Versions in this module Expand all Collapse all v1 v1.2.1 Jan 15, 2025 v1.2.0 Jan 7, 2025 Changes in this version + type HttpClient interface + Do func(req *http.Request) (*http.Response, error) + type Version interface + CurrentVersion func() string + IsUpdateAvailable func(ctx context.Context) (isAvailable bool, version string, err error) + LatestVersion func(ctx context.Context) (string, error) + func New(repositoryOwner, repositoryName, currentVersion string) Version