rimgo/types/Media.go

12 lines
171 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
2022-01-18 21:45:57 +00:00
Type string
MimeType string
2022-01-17 22:11:33 +00:00
}