6 lines
81 B
Go
6 lines
81 B
Go
package common
|
|
|
|
type HealthResponseDTO struct {
|
|
Status string `json:"status"`
|
|
}
|