controllers

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 14, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Auth

func Auth(c *fiber.Ctx) error

func CreateReserva

func CreateReserva(c *fiber.Ctx) error

func CreateTables

func CreateTables(c *fiber.Ctx) error

func CreateUser

func CreateUser(c *fiber.Ctx) error

func GetReserva

func GetReserva(c *fiber.Ctx) error

func GetTables

func GetTables(c *fiber.Ctx) error

func GetUser

func GetUser(c *fiber.Ctx) error

func Private

func Private(c *fiber.Ctx) error

func Public

func Public(c *fiber.Ctx) error

func SignIn

func SignIn(c *fiber.Ctx) error

func SignUp

func SignUp(c *fiber.Ctx) error

Types

type LoginRequest

type LoginRequest struct {
	Email    string
	Password string
}

type SignupRequest

type SignupRequest struct {
	Name     string
	Email    string
	Password string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳