github

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: MIT Imports: 7 Imported by: 4

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 GithubResult

type GithubResult struct {
	Status        int // update success = 1; have latest version = 2;
	LatestVersion string
}

func Update

func Update(owner, repo, version string) (*GithubResult, error)

更新最新版本 owner = zan8in repo = afrog version = 2.8.8 当前版本

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