Documentation ¶ Index ¶ type FormHome func (form FormHome) Initialize(ws *action.WebSocket) valente.Form func (form FormHome) Render(ws *action.WebSocket, app *valente.App, params []string) error type FormLogin func (form FormLogin) Initialize(ws *action.WebSocket) valente.Form Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FormHome ¶ type FormHome struct { valente.FormImpl } FormHome example func (FormHome) Initialize ¶ func (form FormHome) Initialize(ws *action.WebSocket) valente.Form Initialize inits the Home Form func (FormHome) Render ¶ func (form FormHome) Render(ws *action.WebSocket, app *valente.App, params []string) error Render the initial html form type FormLogin ¶ type FormLogin struct { valente.FormImpl } FormLogin is a form for auth func (FormLogin) Initialize ¶ func (form FormLogin) Initialize(ws *action.WebSocket) valente.Form Initialize inits the login Form Source Files ¶ View all Source files home.go login.go mobile.go Click to show internal directories. Click to hide internal directories.