Documentation ¶
Overview ¶
Package xmlrpc implements the XML-RPC client library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct {
// contains filtered or unexported fields
}
Call represents a XML-RPC call request.
type FaultError ¶
type FaultError struct { Code int Reason string // Including *errors.E allows FaultError to work with the Tast errors library. *errors.E }
FaultError is a type of error representing an XML-RPC fault.
func NewFaultError ¶
func NewFaultError(code int, reason string) FaultError
NewFaultError creates a FaultError.
Click to show internal directories.
Click to hide internal directories.