Documentation
¶
Overview ¶
Author xc, Created on 2019-05-11 22:04 {COPYRIGHTS}
Package handlers implements build-in action callbacks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserHandler ¶
type UserHandler struct { }
func (UserHandler) ValidateCreate ¶
func (uh UserHandler) ValidateCreate(ctx context.Context, inputs handler.InputMap, parentID int) (bool, handler.ValidationResult)
func (UserHandler) ValidateUpdate ¶
func (uh UserHandler) ValidateUpdate(ctx context.Context, inputs handler.InputMap, content contenttype.ContentTyper) (bool, handler.ValidationResult)
Click to show internal directories.
Click to hide internal directories.