Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthHandler ¶
type HealthHandler struct {
}
func NewHealthHandler ¶
func NewHealthHandler() *HealthHandler
func (*HealthHandler) Health ¶
func (h *HealthHandler) Health(c *gin.Context)
func (*HealthHandler) HealthPost ¶
func (h *HealthHandler) HealthPost(c *gin.Context)
func (*HealthHandler) HealthPostById ¶
func (h *HealthHandler) HealthPostById(c *gin.Context)
type TestHandler ¶
type TestHandler struct {
}
func NewTestHandler ¶
func NewTestHandler() *TestHandler
func (*TestHandler) Test ¶
func (h *TestHandler) Test(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.