Documentation ¶
Index ¶
Constants ¶
View Source
const (
BadIdErrorMsg = "ID must be numeric"
)
Variables ¶
This section is empty.
Functions ¶
func CreateUser ¶
func CreateUser(c echo.Context) error
func DeleteUser ¶
func DeleteUser(c echo.Context) error
func GetAllUsers ¶
func GetAllUsers(c echo.Context) error
func UpdateUser ¶
func UpdateUser(c echo.Context) error
Types ¶
type UserFactory ¶
type UserFactory interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.