Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenericRESTCall ¶
Types ¶
type Connection ¶
type Connection struct {
}
func (Connection) DoHttpRequest ¶
func (con Connection) DoHttpRequest(req *http.Request, responseObject interface{}) http.Response
func (Connection) NewRequest ¶
func (con Connection) NewRequest(credentials ConnectionCredentials, method string, urlStr string, body io.Reader) (*http.Request, error)
type ConnectionCredentials ¶
Click to show internal directories.
Click to hide internal directories.