trending

package
v0.0.0-...-eb64f0e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Service expose serviceProvider
	Service *serviceProvider
)

Functions

This section is empty.

Types

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL