package
Version:
v0.0.0-...-543a005
Opens a new window with list of versions in this module.
Published: Nov 4, 2023
License: MIT, MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
BooleanTextTrue = "true"
BooleanTextFalse = "false"
)
type Handlers interface {
Login(c echo.Context) error
CreateUser(c echo.Context) error
UserDetail(c echo.Context) error
UpdateUser(c echo.Context) error
UpdateUserStatus(c echo.Context) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.