mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
7 lines
69 B
Go
7 lines
69 B
Go
|
|
package model
|
||
|
|
|
||
|
|
// ArgStats struct.
|
||
|
|
type ArgStats struct {
|
||
|
|
*PlStat
|
||
|
|
}
|