Documentation ¶ Index ¶ func Parse(scheme string, host string, path string) (u *url.URL) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Parse ¶ func Parse(scheme string, host string, path string) (u *url.URL) Parse takes a mix of scheme, host and path strings and generates a url object from those Generally used to generate the url to call for the api from the config data Types ¶ This section is empty. Source Files ¶ View all Source files urls.go Click to show internal directories. Click to hide internal directories.