mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-13 05:28:16 +08:00
7 lines
62 B
Go
7 lines
62 B
Go
package model
|
|
|
|
type Meta struct {
|
|
Name string
|
|
Id string
|
|
}
|