Documentation
¶
Index ¶
- func Appearance() templ.Component
- func ClipProfiles(props ClipProfilesProps) templ.Component
- func Clips(props ClipsProps) templ.Component
- func ClipsList(props ClipsProps) templ.Component
- func Dashboard(props DashboardProps) templ.Component
- func ErrorPage(props ErrorPageProps) templ.Component
- func ItemClipList(items []view.ClipItem, filtered bool) templ.Component
- func LiveSessions(sessions []SessionItem) templ.Component
- func Login(props LoginProps) templ.Component
- func Media(props view.MediaProps) templ.Component
- func MediaItemPage(props MediaItemPageProps) templ.Component
- func NewClip(props NewClipProps) templ.Component
- func Servers(props ServersProps) templ.Component
- type ClipProfileItem
- type ClipProfilesProps
- type ClipsProps
- type DashboardProps
- type ErrorPageProps
- type LoginProps
- type MediaItemPageProps
- type NewClipProps
- type OutputWidthOption
- type ServerItem
- type ServersProps
- type SessionItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Appearance ¶
func ClipProfiles ¶
func ClipProfiles(props ClipProfilesProps) templ.Component
func Clips ¶
func Clips(props ClipsProps) templ.Component
func ClipsList ¶
func ClipsList(props ClipsProps) templ.Component
func Dashboard ¶
func Dashboard(props DashboardProps) templ.Component
func ErrorPage ¶
func ErrorPage(props ErrorPageProps) templ.Component
func LiveSessions ¶
func LiveSessions(sessions []SessionItem) templ.Component
func Login ¶
func Login(props LoginProps) templ.Component
func MediaItemPage ¶
func MediaItemPage(props MediaItemPageProps) templ.Component
func NewClip ¶
func NewClip(props NewClipProps) templ.Component
func Servers ¶
func Servers(props ServersProps) templ.Component
Types ¶
type ClipProfileItem ¶
type ClipProfilesProps ¶
type ClipProfilesProps struct {
Profiles []ClipProfileItem
Presets []string
Widths []OutputWidthOption
Error string
}
type ClipsProps ¶
type DashboardProps ¶
type DashboardProps struct {
TotalClips int
PendingClips int
Completed int
Failed int
Sessions []SessionItem
}
type ErrorPageProps ¶
type LoginProps ¶
type MediaItemPageProps ¶
type MediaItemPageProps struct {
ID string
Title string
Type string
Duration float64
MaxDur int
Clips []view.ClipItem
ClipStatus string
ClipType string
ClipQuery string
ClipSort string
Profiles []view.ClipProfileOption
AudioTracks []view.AudioTrackOption
Error string
PreviewID string
StartTime float64
EndTime float64
CropBlackBars bool
WebSafeColor bool
Crumbs []view.Crumb
LibraryID string
}
type NewClipProps ¶
type OutputWidthOption ¶
type ServerItem ¶
type ServersProps ¶
type ServersProps struct {
Servers []ServerItem
Error string
}
Click to show internal directories.
Click to hide internal directories.