model

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Release

type Release struct {
	ID           string
	Name         string
	Description  string
	URL          url.URL
	PublishedAt  time.Time
	IsPrerelease bool
}

Release of a repository tagged via GitHub.

type Repository

type Repository struct {
	ID          string
	Name        string
	Owner       string
	Description string
	URL         url.URL
	Release     Release
}

Repository on GitHub.

Jump to

Keyboard shortcuts

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