Documentation ¶ Index ¶ type Handler func (h *Handler) DeleteHeroByID(ctx *gin.Context) func (h *Handler) GetHeroByID(ctx *gin.Context) func (h *Handler) PostHero(ctx *gin.Context) func (h *Handler) PutHero(ctx *gin.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { UseCase input.Hero } func (*Handler) DeleteHeroByID ¶ func (h *Handler) DeleteHeroByID(ctx *gin.Context) func (*Handler) GetHeroByID ¶ func (h *Handler) GetHeroByID(ctx *gin.Context) func (*Handler) PostHero ¶ func (h *Handler) PostHero(ctx *gin.Context) func (*Handler) PutHero ¶ func (h *Handler) PutHero(ctx *gin.Context) Source Files ¶ View all Source files handler.go Click to show internal directories. Click to hide internal directories.