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 GetDashboard ¶
func GetSearchCustomers ¶
func GetViewCustomer ¶
func PostCreateCustomer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.