controller

package
v0.0.0-...-064c0d0 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2021 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Error500Tmpl = template.Must(
		template.New("500.gohtml").
			ParseFiles(
				"template/error/500.gohtml",
				"template/layout/header.gohtml",
				"template/layout/footer.gohtml",
			),
	)
	Error400Tmpl = template.Must(
		template.New("404.gohtml").
			ParseFiles(
				"template/error/404.gohtml",
				"template/layout/header.gohtml",
				"template/layout/footer.gohtml",
			),
	)
)

Functions

func GetCreateCustomer

func GetCreateCustomer(c echo.Context) error

func GetDashboard

func GetDashboard(c echo.Context) error

func GetHome

func GetHome(c echo.Context) error

func GetSearchCustomers

func GetSearchCustomers(c echo.Context) error

func GetViewCustomer

func GetViewCustomer(c echo.Context) error

func PostCreateCustomer

func PostCreateCustomer(c echo.Context) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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