Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveResolvePath ¶
ResolveResolvePath computes a request path to the resolve action of resolve.
Types ¶
type AtqDnsresolution ¶
type AtqDnsresolution struct { // IP IP *string `form:"ip,omitempty" json:"ip,omitempty" xml:"ip,omitempty"` }
Contents of DNS Resolution (default view)
Identifier: application/atq.dnsresolution+json; view=default
type Client ¶
type Client struct { *goaclient.Client Encoder *goa.HTTPEncoder Decoder *goa.HTTPDecoder }
Client is the DNS Resolver service client.
func (*Client) DecodeAtqDnsresolution ¶
func (c *Client) DecodeAtqDnsresolution(resp *http.Response) (*AtqDnsresolution, error)
DecodeAtqDnsresolution decodes the AtqDnsresolution instance encoded in resp body.
func (*Client) NewResolveResolveRequest ¶
NewResolveResolveRequest create the request corresponding to the resolve action endpoint of the resolve resource.
Click to show internal directories.
Click to hide internal directories.