Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repository ¶
type Repository struct {
Name string
URL string
Description string
Lang string
Star int
StarBySpan int
Fork int
}
Repository is expression type for github repository on trending.
func FindTrending ¶
func FindTrending(lang string, span Span) ([]Repository, error)
FindTrending repositories by lang and span
Click to show internal directories.
Click to hide internal directories.