package
Version:
v0.0.0-...-1f25f6a
Opens a new window with list of versions in this module.
Published: Aug 7, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Ok godoc
@Summary Return 200 status Ok in liveness
@Tags liveness
@Produce json
@Success 200 {object} Response
@Router /liveness [get]
type Response struct {
Status int `json:"status" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.