package
2.5.1
Repository: https://github.com/joeyfromspace/go-api-util.git
Documentation: pkg.go.dev

# Functions

New returns a test implementation of the http.ResponseWriter interface.

# Structs

NewOptions set expectations for the response writer instance to make writing assertions easier in unit tests.
ResponseWriter is a testing interface for http.ResponseWriter that allows for checking internal state, what is written in the response, and the returned status code and headers.