add initial application structure with configuration, logging, and health check endpoints
This commit is contained in:
5
internal/domain/vo/health.go
Normal file
5
internal/domain/vo/health.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package vo
|
||||
|
||||
type HealthStatus struct {
|
||||
Status string `json:"status"`
|
||||
}
|
||||
Reference in New Issue
Block a user