Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIRequest ¶
type APIRequest struct { Method string `json:"method"` Params interface{} `json:"params"` }
APIRequest represents an API request body.
type APIResponse ¶
type APIResponse struct { ID string `json:"id"` RPC string `json:"jsonrpc"` Error *APIError `json:"error,omitempty"` Result json.RawMessage `json:"result,omitempty"` }
APIResponse represents an API response body.
type Client ¶
Client is a Njalla API client.
func (*Client) ListRecords ¶
ListRecords list the records for one domain.
Click to show internal directories.
Click to hide internal directories.