Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Service expose serviceProvider
Service *serviceProvider
)
Functions ¶
This section is empty.
Types ¶
type Trending ¶
type Trending struct {
ID bson.ObjectId `bson:"_id,omitempty"`
Title string `bson:"Title"`
Abstract string `bson:"Abstract"`
Lang string `bson:"Lang"`
Date string `bson:"Date"`
Stars int `bson:"Stars"`
Today int `bson:"Today"` // the increments of stars today
}
Trending represents the increasing trend of the number of GitHub library stars.
Click to show internal directories.
Click to hide internal directories.