mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-02 23:58:04 -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
|
|
}
|