Versions in this module Expand all Collapse all v0 v0.3.0 Jul 28, 2022 v0.2.0 Jul 25, 2022 Changes in this version + type Architecture struct + Label string + Name string + type Category struct + Label string + Name string + type Label struct + Color lipgloss.AdaptiveColor + Enabled bool + Glyph string + Name string + type OperatingSystem struct + Label string + Name string + type Publisher struct + Id string + Name string + type Repository struct + Architectures []Architecture + Categories []Category + CertificationStatus string + Created_at time.Time + Description string + FilterType string + Labels []Label + Name string + OperatingSystems []OperatingSystem + Publisher Publisher + PullCount string + Slug string + Source string + StarCount int + Type string + UpdatedAt time.Time + func FetchRepositories() ([]Repository, error) + func (data Repository) GetUrl() string + type RepositoryPage struct + NextUrl string + PageId int + PageSize int + PreviousUrl string + Repositories []Repository