mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 05:58:29 -05:00
13 lines
162 B
Go
13 lines
162 B
Go
package special
|
|
|
|
type Card struct {
|
|
ID int64
|
|
Title string
|
|
Desc string
|
|
Cover string
|
|
ReType int
|
|
ReValue string
|
|
Badge string
|
|
Size string
|
|
}
|