# Functions
NewMockRoundTripper creates a new mock instance.
NewTransport creates a new Transport object with any passed in information.
# Structs
ACLCheckPOST is the struct that is sent to the acl endpoint.
ClientCheckPOST is the struct that is sent to the client authentication endpoint.
Hook is a hook that makes http requests to an external service.
MockRoundTripper is a mock of RoundTripper interface.
MockRoundTripperMockRecorder is the mock recorder for MockRoundTripper.
Options is a struct that contains all the information required to configure the http hook It is the responsibility of the configurer to pass a properly configured RoundTripper that takes care other requirements such as authentication, timeouts, retries, etc.
Transport represents everything required for adding to the roundtripper interface.