Home
last modified time | relevance | path

Searched refs:xmlrpcError (Results 1 – 3 of 3) sorted by relevance

/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/kolo/xmlrpc/
H A Dxmlrpc.go8 type xmlrpcError struct { struct
14 func (e *xmlrpcError) Error() string { argument
H A Dresponse.go17 return &xmlrpcError{
H A Dresponse_test.go41 err := resp.Err().(*xmlrpcError)