Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurlClient ¶
type CurlClient struct {
// contains filtered or unexported fields
}
func NewCurlClient ¶
func NewCurlClient( pivnetClient PivnetClient, eh errorhandler.ErrorHandler, format string, outputWriter io.Writer, printer printer.Printer, ) *CurlClient
func (*CurlClient) MakeRequest ¶
func (c *CurlClient) MakeRequest( method string, data string, url string, ) error
Click to show internal directories.
Click to hide internal directories.