package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Aug 13, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Get godoc
@Summary Return 200 status Get in version
@Tags Version
@Produce json
@Success 200 {object} Response
@Router /version [get]
type Response struct {
Application string `json:"application" binding:"required"`
Version string `json:"version" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.