handler

package
v0.0.0-...-7f3b7f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Authentication = middleware.JWTWithConfig(middleware.JWTConfig{
	SigningKey: []byte("CECEPSPRD"),
})

Functions

func NewAuthHandler

func NewAuthHandler(e *echo.Echo, as service.AuthService)

func NewUserHandler

func NewUserHandler(e *echo.Echo, us service.UserService)

Types

type AuthHandler

type AuthHandler struct {
	// contains filtered or unexported fields
}

func (*AuthHandler) Login

func (h *AuthHandler) Login(c echo.Context) error

type UserHandler

type UserHandler struct {
	// contains filtered or unexported fields
}

func (*UserHandler) CreateUser

func (u *UserHandler) CreateUser(c echo.Context) (err error)

func (*UserHandler) DeleteUser

func (u *UserHandler) DeleteUser(c echo.Context) error

func (*UserHandler) GetListUser

func (u *UserHandler) GetListUser(c echo.Context) error

func (*UserHandler) UpdateUser

func (u *UserHandler) UpdateUser(c echo.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL