# Functions
MockGateapiClient creates a basic API client without authentication.
MockGateServerAuthLoggedOutHandler defines handler for spinnaker /auth/loggedOut endpoint.
MockGateServerReturn200 creates a HTTP server which returns code 200 and data.
MockGateServerReturn202 creates a HTTP server which returns code 202.
MockGateServerReturn404 creates a HTTP server which returns code 404 and data.
MockGateServerReturn500 creates a HTTP server which returns code 500 and data.
# Type aliases
MockGateServerFunction is a handler to a function for Gate server mock.