Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Version ¶
type Version struct { // Version specifies the version of the app, usually in the v0.0.0 format. Version string `json:"version" example:"v1.0.2"` // Build contains the timestamp or other details // indicating when the app was compiled. Build string `json:"build" example:"2023-08-03_18:58:38UTC"` }
@Description Version provides information about the version @Description of an application.
Click to show internal directories.
Click to hide internal directories.