package
1.3.4
Repository: https://github.com/mavolin/dismock.git
Documentation: pkg.go.dev

# Functions

CheckJSON checks the body extracted from the passed io.ReadCloser against the passed expected value, assuming the body contains JSON data.
CheckMultipart checks if the passed request contains the passed JSON body and the passed []api.SendMessageFile.
CheckQuery checks if the passed query contains the values found in except.
WriteJSON writes the passed value to the passed http.ResponseWriter.