Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager manages repository statistics
func (*Manager) GetStarHistory ¶
func (m *Manager) GetStarHistory(ctx context.Context, repoName string, days int) ([]StarHistory, error)
GetStarHistory returns star history for the specified number of days
type StarHistory ¶
StarHistory represents star count at a specific date
Click to show internal directories.
Click to hide internal directories.