handler

package
v0.0.0-...-9b9385f Latest Latest
Warning

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

Go to latest
Published: May 26, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomerHandler

type CustomerHandler struct {
	DB *gorm.DB
}

func (*CustomerHandler) CustomerDeleteByIdHandler

func (h *CustomerHandler) CustomerDeleteByIdHandler(w http.ResponseWriter, r *http.Request)

func (*CustomerHandler) CustomerGetAllHandler

func (h *CustomerHandler) CustomerGetAllHandler(w http.ResponseWriter, r *http.Request)

func (*CustomerHandler) CustomerGetByIdHandler

func (h *CustomerHandler) CustomerGetByIdHandler(w http.ResponseWriter, r *http.Request)

func (*CustomerHandler) CustomerGetByNameHandler

func (h *CustomerHandler) CustomerGetByNameHandler(w http.ResponseWriter, r *http.Request)

func (*CustomerHandler) CustomerPostHandler

func (h *CustomerHandler) CustomerPostHandler(w http.ResponseWriter, r *http.Request)

func (*CustomerHandler) CustomerPutByIdHandler

func (h *CustomerHandler) CustomerPutByIdHandler(w http.ResponseWriter, r *http.Request)

func (*CustomerHandler) Initialize

func (c *CustomerHandler) Initialize()

Jump to

Keyboard shortcuts

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