package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Aug 20, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DisplayRepositories(username string)
type Asset struct {
Url string `json:"browser_download_url"`
Name string `json:"name"`
Downloads int `json:"download_count"`
}
type Author struct {
Url string `json:"html_url"`
Name string `json:"login"`
}
type Error struct {
Message string `json:"message"`
}
type Release struct {
Url string `json:"html_url"`
Name string `json:"name"`
Author Author `json:"author"`
Assets []Asset `json:"assets"`
CreatedAt string `json:"created_at"`
PublishedAt string `json:"published_at"`
}
type Repository struct {
Url string `json:"html_url"`
Name string `json:"name"`
PushedAt string `json:"pushed_at"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.