Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2022 Changes in this version + type VersionInfo struct + Name string + SemVerVersion *semver.Version + type VersionService struct + func NewVersionService(logger *zap.Logger, owner, repo string) (*VersionService, error) + func (v *VersionService) GetVersion(ctx context.Context, ver *semver.Version) (*VersionInfo, bool) + func (v *VersionService) GetVersions(ctx context.Context) (map[string]*VersionInfo, error) + func (v *VersionService) RefreshVersions(ctx context.Context) error + func (v *VersionService) StartRefresh(interval time.Duration, exit chan struct{})