Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler() *Handler
func (*Handler) CreateUser ¶
func (h *Handler) CreateUser() iris.Handler
func (*Handler) DeleteUser ¶
func (h *Handler) DeleteUser() iris.Handler
func (*Handler) SearchUsers ¶
func (h *Handler) SearchUsers() iris.Handler
func (*Handler) UpdateUser ¶
func (h *Handler) UpdateUser() iris.Handler
Click to show internal directories.
Click to hide internal directories.