Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SelectItem ¶
type SelectList ¶
type SelectList struct { Name string Multiple bool Items []SelectItem }
type ViewModel ¶
type ViewModel struct { Model interface{} Localizer localizer.Localizer FormErrors map[string]string CsrfToken string Ctx *phx.Context }
func CreateViewModel ¶
func (ViewModel) GetFormError ¶
func (ViewModel) HaveFormError ¶
Click to show internal directories.
Click to hide internal directories.