Documentation
¶
Index ¶
- Variables
- func FalconToken() (string, error)
- func HttpApiDelete(fullApiUrl string, params string, tokenType string) (io.ReadCloser, error)
- func HttpApiGet(fullApiUrl string, params string, tokenType string) (io.ReadCloser, error)
- func HttpApiPost(fullApiUrl string, params []byte, tokenType string) (io.ReadCloser, error)
- func HttpApiPut(fullApiUrl string, jsonData []byte, tokenType string) (status bool, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FalconAuthName = "falcon_api" FalconAuthSig = "b5bd81ef572011e79f8d48fd8e3b7eb0" )
Functions ¶
func FalconToken ¶
func HttpApiDelete ¶
func HttpApiGet ¶
func HttpApiPost ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.