Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GinHandler ¶
type GinHandler struct {
// contains filtered or unexported fields
}
func NewGinHandler ¶
func NewGinHandler() GinHandler
func (GinHandler) AuthMiddleware ¶
func (h GinHandler) AuthMiddleware(c *gin.Context)
func (GinHandler) HandleEcho ¶
func (h GinHandler) HandleEcho(c *gin.Context)
HandleEcho returns the whole body as received with the same Content-Type header as the one received
func (GinHandler) HandleHealthCheck ¶
func (h GinHandler) HandleHealthCheck(c *gin.Context)
func (GinHandler) HandleLogin ¶
func (h GinHandler) HandleLogin(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.