live-streamer/model/videoItem.go

9 lines
162 B
Go
Raw Permalink Normal View History

2024-10-29 05:11:14 -04:00
package model
type VideoItem struct {
Path string `json:"path"`
Start string `json:"start"`
End string `json:"end"`
ItemType string `json:"-"`
}