Documentation ¶
Index ¶
- func FormatErrorList(errList []error) error
- func GetNextIP(ip *net.IP, inc uint) *net.IP
- func HasErrors(errList []error) bool
- func MakeOutputDirectory(path string) (string, error)
- func MakeRequest(client *http.Client, url string, httpMethod string, body []byte, ...) (*http.Response, []byte, error)
- func PathExists(path string) (bool, error)
- func SplitPathForViper(path string) (string, string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatErrorList ¶ added in v0.0.7
func MakeOutputDirectory ¶
func MakeRequest ¶
func MakeRequest(client *http.Client, url string, httpMethod string, body []byte, headers map[string]string) (*http.Response, []byte, error)
Generic convenience function used to make HTTP requests.
func PathExists ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.