githubreleasemon

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2019 License: MIT Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubReleaseMon

type GithubReleaseMon interface {
	ReleaseChan() <-chan ReleaseInfo
}

func GithubReleaseMonNew

func GithubReleaseMonNew(ctx context.Context, user string, project string) (GithubReleaseMon, error)

type Release

type Release struct {
	HtmlUrl string `json:"html_url"`
	TagName string `json:"tag_name"`
}

type ReleaseInfo

type ReleaseInfo struct {
	Release Release
	Error   error
}

Jump to

Keyboard shortcuts

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