MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / mockHandler

Method mockHandler

server/server_test.go:275–277  ·  view source on GitHub ↗
(reqID string, rw server.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

273}
274
275func (s *ServerTestSuite) mockHandler(reqID string, rw server.ResponseWriter, r *http.Request) *server.Error {
276 return nil
277}
278
279func TestServerTestSuite(t *testing.T) {
280 suite.Run(t, new(ServerTestSuite))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected