jokes-bapak2/api/app/handler/health/schema.go

6 lines
67 B
Go
Raw Normal View History

package health
type Error struct {
Error string `json:"error"`
}