Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Decoder = form.NewDecoder()
Functions ¶
func HxRedirect ¶
func HxRedirect(w http.ResponseWriter, _ *http.Request, path string)
Types ¶
type FormAction ¶
type FormAction string
const ( FormActionSave FormAction = "save" FormActionDelete FormAction = "delete" )
func (*FormAction) IsValid ¶
func (f *FormAction) IsValid() bool
Click to show internal directories.
Click to hide internal directories.