vivaplusdl/viewmodels.go
Sebastiaan de Schaetzen c36a533d17
All checks were successful
Build / build (push) Successful in 3m15s
Can view some videos
2025-03-16 11:50:45 +01:00

15 lines
207 B
Go

package main
type VideoInfoVM struct {
ID int
Title string
Description string
Thumbnail string
}
type VideoPlayerVM struct {
ID int
Title string
Description string
}