happyDomain/model/error.go

7 lines
119 B
Go
Raw Normal View History

2023-08-05 16:15:52 +00:00
package happydns
type Error struct {
// Err describe the error to display to the user.
Err string `json:"errmsg"`
}