Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithTaggedOnly ¶
func WithbaseURL ¶
type Repository ¶
type Response ¶
type Version ¶
type Version struct {
ID int `json:"id"`
Name string `json:"name"`
URL string `json:"url"`
PackageHTMLURL string `json:"package_html_url"`
HTMLURL *string `json:"html_url,omitempty"`
License *string `json:"license,omitempty"`
Description *string `json:"description,omitempty"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
DeletedAt *string `json:"deleted_at,omitempty"`
Metadata *Metadata `json:"metadata,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.