Documentation ¶
Index ¶
- func NewZiaClient() (*zia.Client, error)
- func NewZpaClient() (*zpa.Client, error)
- func NewZpaClientMock() (*zpa.Client, *http.ServeMux, *httptest.Server)
- func ParseJSONRequest(t *testing.T, r *http.Request, v interface{}) error
- func WriteJSONResponse(t *testing.T, w http.ResponseWriter, statusCode int, data interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewZiaClient ¶
func NewZpaClient ¶
func ParseJSONRequest ¶
ParseJSONRequest parses the JSON request body from the given HTTP request.
func WriteJSONResponse ¶
WriteJSONResponse writes the JSON response with the given status code and data to the HTTP response writer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.