package
Version:
v2.0.0-...-cc31bfa
Opens a new window with list of versions in this module.
Published: Jan 29, 2024
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Ping godoc
@Summary ping to check server status
@Schemes
@Description do ping
@Tags /health
@Accept json
@Produce json
@Success 200 {object} JSONResult
@Router /health/ping [get]
type App struct {
Db *gorm.DB
Validate *validator.Validate
}
type JSONResult struct {
Code int `json:"code" `
Message string `json:"message"`
Data interface{} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.