controller

package
v0.0.0-...-59af49e Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthCheckResponse

type HealthCheckResponse struct {
	Ok bool `json:"ok"`
}

type HomeController

type HomeController struct {
}

@Controller(/)

func (*HomeController) HelathCheck

func (this *HomeController) HelathCheck(c echo.Context) HealthCheckResponse

@GetMapping("/health")

func (HomeController) Index

func (this HomeController) Index(c echo.Context) string

@GetMapping("/")

type UserController

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

@Controller("/user")

func (*UserController) Login

func (this *UserController) Login(
	c echo.Context,

	body dto.LoginRequest,
) dto.LoginResponse

@PostMapping("/login")

func (*UserController) Signup

func (this *UserController) Signup(
	c echo.Context,

	body dto.SignupRequest,
) string

@PostMapping("/signup")

Jump to

Keyboard shortcuts

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