Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormHelper ¶
type FormHelper struct { Session *http.Session Model interface{} Values map[string]string HasErrors bool Rules map[string][]*Rule Errors map[string]map[string]error }
func New ¶
func New(session *http.Session, model interface{}) *FormHelper
func (*FormHelper) Populate ¶
func (fh *FormHelper) Populate(multipart bool) *FormHelper
func (*FormHelper) Validate ¶
func (fh *FormHelper) Validate() *FormHelper
Click to show internal directories.
Click to hide internal directories.