Files
AynaLivePlayer/model/provider.go
2022-12-23 05:06:57 -08:00

7 lines
62 B
Go

package model
type Meta struct {
Name string
Id string
}