Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
Types ¶
type FilterOptions ¶
type ListOptions ¶
type Repository ¶
type Repository struct {
NameWithOwner string
Description string
IsFork bool
IsPrivate bool
IsArchived bool
PushedAt time.Time
}
func (Repository) Info ¶
func (r Repository) Info() string
type RepositoryList ¶
type RepositoryList struct {
Owner string
Repositories []Repository
TotalCount int
FromSearch bool
}
Click to show internal directories.
Click to hide internal directories.