github

package
v2.2.11+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2021 License: MIT Imports: 6 Imported by: 1

Documentation

Overview

Package github provides a GitHub release store.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	Owner   string
	Repo    string
	Version string
}

Store is the store implementation.

func (*Store) GetRelease

func (s *Store) GetRelease(version string) (*update.Release, error)

GetRelease returns the specified release or ErrNotFound.

func (*Store) LatestReleases

func (s *Store) LatestReleases() (latest []*update.Release, err error)

LatestReleases returns releases newer than Version, or nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL