Documentation ¶
Index ¶
- func GenerateTestToken(t, username string, exp int64) (string, error)
- type Response
- func DoDeleteWithJwt(url, name string) (*Response, error)
- func DoGet(url string) (*Response, error)
- func DoGetWithJwt(url, jwt string) (*Response, error)
- func DoPatchWithJwt(url, name string, body interface{}) (*Response, error)
- func DoPost(url string, body interface{}) (*Response, error)
- func DoPostWithJwt(url, name string, body interface{}) (*Response, error)
- func DoRequest(req *http.Request) (*Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Response ¶
func DoDeleteWithJwt ¶
func DoGetWithJwt ¶
func DoPatchWithJwt ¶
func DoPostWithJwt ¶
Click to show internal directories.
Click to hide internal directories.