rimgo/types/Media.go

10 lines
137 B
Go
Raw Normal View History

2022-01-17 22:11:33 +00:00
package types
type Media struct {
Id string
Name string
Title string
Description string
Url string
}