Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleGetVersion1 ¶
func HandleGetVersion1(w http.ResponseWriter, r *http.Request)
func SetVersion ¶
func SetVersion(v *Version)
Types ¶
type GetVersion1Response ¶
type GetVersion1Response struct {
httpserver.ResponseBody
Data struct {
Version string `json:"version"`
CommitId string `json:"commitId"`
BuildTime string `json:"buildTime"`
} `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.