repository

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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CachingRepository

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

func NewCaching

func NewCaching(
	dbRepo *database.DB,
	githubAPI *githubapi.GithubAPI,
	logger *log.Logger,
) *CachingRepository

func (*CachingRepository) FetchAll

func (c *CachingRepository) FetchAll() ([]*FlutterVersion, error)

type FlutterVersion

type FlutterVersion struct {
	TagName      string
	TagURL       string
	IsPrerelease bool
	CommitedAt   time.Time

	EngineCommitHash string
	EngineCommitURL  string

	DartSDKCommitHash string
	DartSDKCommitURL  string
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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