first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package dto
|
||||
|
||||
type HealthResponse struct {
|
||||
Service string `json:"service"`
|
||||
Status string `json:"status"`
|
||||
Version string `json:"version"`
|
||||
Time string `json:"time"`
|
||||
}
|
||||
Reference in New Issue
Block a user