Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppHandler ¶
type AppHandler struct{}
func NewAppHandler ¶
func NewAppHandler() *AppHandler
func (*AppHandler) Health ¶
func (h *AppHandler) Health(c *gin.Context)
type VocHandler ¶
type VocHandler struct {
// contains filtered or unexported fields
}
TODO: Add Context??
func NewVocHandler ¶
func NewVocHandler(vocService *services.VocService, validate *validator.Validate) *VocHandler
func (*VocHandler) CreateVoc ¶
func (h *VocHandler) CreateVoc(c *gin.Context)
func (*VocHandler) DeleteVoc ¶
func (h *VocHandler) DeleteVoc(c *gin.Context)
func (*VocHandler) GetVocs ¶
func (h *VocHandler) GetVocs(c *gin.Context)
func (*VocHandler) UpdateVoc ¶
func (h *VocHandler) UpdateVoc(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.