Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct { Name string `json:"name"` Repo string `json:"repo"` Language string `json:"language"` }
Project represents a Github project.
type Release ¶
type Release struct { Project Project `json:"project"` Name string `json:"name"` TagName string `json:"tag_name"` URL string `json:"html_url"` Body string `json:"body"` CreatedAt string `json:"created_at"` PublishedAt string `json:"published_at"` }
Release represents release information from Github
Click to show internal directories.
Click to hide internal directories.