mirror of
https://github.com/Cernobor/oko-server.git
synced 2025-02-24 08:27:17 +00:00
* API endpoint * dockerfile adds commit hash and build time during build
This commit is contained in:
@@ -33,6 +33,11 @@ type Feature struct {
|
||||
PhotoIDs []FeaturePhotoID `json:"photo_ids"`
|
||||
}
|
||||
|
||||
type BuildInfo struct {
|
||||
VersionHash string `json:"version_hash"`
|
||||
BuildTime *time.Time `json:"build_time"`
|
||||
}
|
||||
|
||||
// transport objects
|
||||
|
||||
type Coords struct {
|
||||
|
||||
Reference in New Issue
Block a user