githubapi

package
v0.0.0-...-cee06b0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubAPI

type GithubAPI struct {
	// contains filtered or unexported fields
}

func NewGithubAPI

func NewGithubAPI(token string) *GithubAPI

func (*GithubAPI) FetchEngineCommit

func (a *GithubAPI) FetchEngineCommit(flutterRef string) (string, error)

func (*GithubAPI) GetNextFlutterTags

func (a *GithubAPI) GetNextFlutterTags(afterCursor string) (tags []*Tag, lastCursor string, err error)

type Tag

type Tag struct {
	EdgeCursor string

	Name          string
	IsPrerelease  bool
	CommittedDate time.Time
}

Jump to

Keyboard shortcuts

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