Restructurization
This commit is contained in:
5
common/dto/health.go
Normal file
5
common/dto/health.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
type HealthResponseDTO struct {
|
||||
Status string `json:"status"`
|
||||
}
|
||||
Reference in New Issue
Block a user