vivaplusdl/viewmodels.go
Sebastiaan de Schaetzen 35d76f4ead
Some checks failed
Build / build (push) Failing after 1m1s
Properly show newest video
2025-03-16 10:11:05 +01:00

8 lines
102 B
Go

package main
type VideoInfoVM struct {
Title string
Description string
Thumbnail string
}