happyDomain/model/error.go

7 lines
119 B
Go

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