mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 05:58:29 -05:00
10 lines
140 B
Go
10 lines
140 B
Go
package common
|
|
|
|
import "go-common/library/time"
|
|
|
|
// IdxRank is for index page ranking
|
|
type IdxRank struct {
|
|
ID int64
|
|
Ctime time.Time
|
|
}
|