Documentation
¶
Index ¶
- type Handler
- func (h Handler) CreateFlightHandler(c *gin.Context)
- func (h Handler) DeleteFlightHandler(c *gin.Context)
- func (h Handler) GetAllFlightsHandler(c *gin.Context)
- func (h Handler) GetAllUserHandler(c *gin.Context)
- func (h Handler) GetSingleFlightHandler(c *gin.Context)
- func (h Handler) LoginHandler(c *gin.Context)
- func (h Handler) SignupHandler(c *gin.Context)
- func (h Handler) UpdateFlightHandler(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
Store db.Datastore
JwtHandler auth.TokenHandler
}
func (Handler) CreateFlightHandler ¶
func (Handler) DeleteFlightHandler ¶
func (Handler) GetAllFlightsHandler ¶
func (Handler) GetAllUserHandler ¶
func (Handler) GetSingleFlightHandler ¶
func (Handler) LoginHandler ¶
func (Handler) SignupHandler ¶
func (Handler) UpdateFlightHandler ¶
Click to show internal directories.
Click to hide internal directories.