Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryInformation ¶
type RepositoryInformation struct {
Owner *string `json:"owner"`
Avatar *string `json:"avatar"`
Repo *string `json:"repo"`
Description *string `json:"description"`
Topics []string `json:"topics"`
Languages []language `json:"languages"`
Readme *string `json:"readme"`
}
RepositoryInformation -
func GetRepositoryInformation ¶
func GetRepositoryInformation(owner, repo, tag string, p pool.Pool) (*RepositoryInformation, error)
GetRepositoryInformation -
Click to show internal directories.
Click to hide internal directories.