Documentation
¶
Overview ¶
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
Index ¶
- func AdminCinema(vm AdminCinemaViewModel) templ.Component
- func AdminCinemas(vm AdminCinemasViewModel) templ.Component
- func AdminCreateCinema(vm AdminCreateCinemaViewModel) templ.Component
- func AdminCreateMovieLog(vm AdminCreateMovieLogViewModel) templ.Component
- func AdminDash(vm AdminDashViewModel) templ.Component
- func AdminImportForm(vm AdminImportViewModel) templ.Component
- func AdminImportReport(vm AdminImportReportViewModel) templ.Component
- func AdminLogin(vm AdminLoginViewModel) templ.Component
- func AdminMovieLog(vm AdminMovieLogViewModel) templ.Component
- func AdminMovieLogs(vm AdminMovieLogsListViewModel) templ.Component
- func Home(vm HomeViewModel) templ.Component
- func PublicMovieLog(vm PublicMovieLogViewModel) templ.Component
- type AdminCinemaViewModel
- type AdminCinemasCinemaViewModel
- type AdminCinemasViewModel
- type AdminCreateCinemaViewModel
- type AdminCreateMovieLogViewModel
- type AdminDashViewModel
- type AdminImportReportViewModel
- type AdminImportViewModel
- type AdminLoginViewModel
- type AdminMovieLogViewModel
- type AdminMovieLogsListViewModel
- type AdminMovieLogsLogViewModel
- type HomeViewModel
- type ImportResult
- type MovieLogViewModel
- type PublicMovieLogViewModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdminCinema ¶
func AdminCinema(vm AdminCinemaViewModel) templ.Component
func AdminCinemas ¶
func AdminCinemas(vm AdminCinemasViewModel) templ.Component
func AdminCreateCinema ¶
func AdminCreateCinema(vm AdminCreateCinemaViewModel) templ.Component
func AdminCreateMovieLog ¶
func AdminCreateMovieLog(vm AdminCreateMovieLogViewModel) templ.Component
func AdminDash ¶
func AdminDash(vm AdminDashViewModel) templ.Component
func AdminImportForm ¶
func AdminImportForm(vm AdminImportViewModel) templ.Component
func AdminImportReport ¶
func AdminImportReport(vm AdminImportReportViewModel) templ.Component
func AdminLogin ¶
func AdminLogin(vm AdminLoginViewModel) templ.Component
func AdminMovieLog ¶
func AdminMovieLog(vm AdminMovieLogViewModel) templ.Component
func AdminMovieLogs ¶
func AdminMovieLogs(vm AdminMovieLogsListViewModel) templ.Component
func Home ¶
func Home(vm HomeViewModel) templ.Component
func PublicMovieLog ¶
func PublicMovieLog(vm PublicMovieLogViewModel) templ.Component
Types ¶
type AdminCinemaViewModel ¶
type AdminCinemasViewModel ¶
type AdminCinemasViewModel struct {
ServerSrc string
Cinemas []AdminCinemasCinemaViewModel
}
type AdminCreateCinemaViewModel ¶
type AdminCreateCinemaViewModel struct {
ServerSrc string
}
type AdminCreateMovieLogViewModel ¶
type AdminCreateMovieLogViewModel struct {
ServerSrc string
Cinemas []AdminCinemasCinemaViewModel
DefaultDate string
}
type AdminDashViewModel ¶
type AdminImportReportViewModel ¶
type AdminImportReportViewModel struct {
ServerSrc string
Total int
Imported int
Skipped int
Results []ImportResult
}
type AdminImportViewModel ¶
type AdminImportViewModel struct {
ServerSrc string
}
type AdminLoginViewModel ¶
type AdminLoginViewModel struct {
ServerSrc string
}
type AdminMovieLogViewModel ¶
type AdminMovieLogsListViewModel ¶
type AdminMovieLogsListViewModel struct {
ServerSrc string
Logs []AdminMovieLogsLogViewModel
}
type HomeViewModel ¶
type HomeViewModel struct {
ServerSrc string
MovieLogs []MovieLogViewModel
}
type ImportResult ¶
type MovieLogViewModel ¶
Click to show internal directories.
Click to hide internal directories.