Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocomotiveHandler ¶
type LocomotiveHandler interface { GetLoco(*gin.Context) CreateLoco(*gin.Context) GetAllLoco(*gin.Context) UpdateLoco(*gin.Context) DeleteLoco(*gin.Context) }
func NewHandler ¶
func NewHandler(locomotiveService app.LocomotiveService) LocomotiveHandler
Click to show internal directories.
Click to hide internal directories.