Documentation ¶
Index ¶
Constants ¶
View Source
const ( PDNSServiceName string = "pdns-api" PDNSInternalServiceName string = "pdns-api-internal" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InternalRequest ¶
type InternalRequest struct {
// contains filtered or unexported fields
}
InternalRequest holds params for do requests via internal API
func NewInternalRequest ¶
func NewInternalRequest(method, path string, data []byte) *InternalRequest
NewInternalRequest creates a new InternalRequest
Click to show internal directories.
Click to hide internal directories.