Documentation
¶
Index ¶
- Constants
- func FileExists(f string) (bool, error)
- func ReadResponse(httpResponse *http.Response, responseStruct interface{}) error
- func ReadResponseMap(httpResponse *http.Response) (map[string]interface{}, error)
- func ReadResponseMessage(httpResponse *http.Response) (string, error)
- func SendRequest(opt option.Global, method, url string, requestStruct interface{}) (*http.Response, error)
- func WarnNoTLS(noTLS bool)
Constants ¶
View Source
const ModePermRW = 0600
TODO duplicate ModePermRW is the umask "-rw-------".
View Source
const ModePermRWX = 0700
TODO duplicate ModePermRWX is the umask "-rwx------".
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
TODO duplicate FileExists returns true if f is an existing file or directory.
func ReadResponse ¶
func ReadResponseMap ¶
func SendRequest ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.