mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
7 lines
99 B
Go
7 lines
99 B
Go
package relation
|
|
|
|
type Relation struct {
|
|
Mid int64 `json:"mid"`
|
|
Attr uint8 `json:"attribute"`
|
|
}
|