mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 05:58:29 -05:00
11 lines
131 B
Go
11 lines
131 B
Go
package model
|
|
|
|
//EmptyReply .
|
|
type EmptyReply struct {
|
|
}
|
|
|
|
//WarmUpReply .
|
|
type WarmUpReply struct {
|
|
LastID int `json:"last_id"`
|
|
}
|