Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HighlightsModel ¶
type HighlightsModel struct {
// contains filtered or unexported fields
}
func NewHighlightsModel ¶
func NewHighlightsModel(stats orgstats.Stats, top int, includeReviews bool) HighlightsModel
func (HighlightsModel) Init ¶
func (m HighlightsModel) Init() tea.Cmd
func (HighlightsModel) View ¶
func (m HighlightsModel) View() string
type InitialModel ¶
type InitialModel struct {
// contains filtered or unexported fields
}
InitialModel is the UI when the CLI starts, basically loading the repos.
func NewInitialModel ¶
func NewInitialModel( client *github.Client, org string, userBlacklist, repoBlacklist []string, since time.Time, top int, includeReviewStats bool, excludeForks bool, csv io.Writer, ) InitialModel
NewInitialModel creates a new InitialModel with required fields.
func (InitialModel) Init ¶
func (m InitialModel) Init() tea.Cmd
func (InitialModel) View ¶
func (m InitialModel) View() string
Click to show internal directories.
Click to hide internal directories.