happyDomain/model/error.go
Pierre-Olivier Mercier 216cdee5d5
Some checks are pending
continuous-integration/drone/push Build is running
Add Swagger
2023-08-05 22:10:27 +02:00

7 lines
119 B
Go

package happydns
type Error struct {
// Err describe the error to display to the user.
Err string `json:"errmsg"`
}