Documentation
¶
Overview ¶
templ: version: v0.2.747
templ: version: v0.2.747
templ: version: v0.2.747
Index ¶
- func Home(user string) templ.Component
- func LoginForm(values LoginFormValues, errors v.Errors) templ.Component
- func LoginIndex(data LoginIndexPageData) templ.Component
- func Playlist(playlist *ent.Playlist) templ.Component
- func PlaylistIndex(pls []*ent.Playlist) templ.Component
- func PlaylistTracks(data PlaylistTracksData) templ.Component
- func Redirect() templ.Component
- func SignupForm(values SignupFormValues, errors v.Errors) templ.Component
- func SignupIndex(data SignupIndexPageData) templ.Component
- type LoginFormValues
- type LoginIndexPageData
- type PlaylistTracksData
- type SignupFormValues
- type SignupIndexPageData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoginIndex ¶
func LoginIndex(data LoginIndexPageData) templ.Component
func PlaylistTracks ¶
func PlaylistTracks(data PlaylistTracksData) templ.Component
func SignupForm ¶
func SignupForm(values SignupFormValues, errors v.Errors) templ.Component
func SignupIndex ¶
func SignupIndex(data SignupIndexPageData) templ.Component
Types ¶
type LoginFormValues ¶
type LoginIndexPageData ¶
type LoginIndexPageData struct {
FormValues LoginFormValues
FormErrors v.Errors
}
type PlaylistTracksData ¶
type SignupFormValues ¶
type SignupIndexPageData ¶
type SignupIndexPageData struct {
FormValues SignupFormValues
FormErrors v.Errors
}
Click to show internal directories.
Click to hide internal directories.