Files

10 lines
140 B
Go
Raw Permalink Normal View History

2019-04-22 20:46:32 +08:00
package common
import "go-common/library/time"
// IdxRank is for index page ranking
type IdxRank struct {
ID int64
Ctime time.Time
}