You've already forked directdnsonly-go
9 lines
196 B
Go
9 lines
196 B
Go
package providers
|
|
|
|
type Provider struct {
|
|
Error int32 `url:"error"`
|
|
Exists int32 `url:"exists,omitempty"`
|
|
Message string `url:"text,omitempty"`
|
|
Details string `url:"details,omitempty"`
|
|
}
|