rimgo/types/Media.go

10 lines
137 B
Go

package types
type Media struct {
Id string
Name string
Title string
Description string
Url string
}