mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-28 04:28:03 +02:00
processing_handler.go -> handlers/processing
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package main
|
||||
|
||||
// NOTE: this test is the integration test for the processing handler. We can't extract and
|
||||
// move it to handlers package yet because it depends on the global routes, methods and
|
||||
// initialization functions. Once those would we wrapped into structures, we'll be able to move this test
|
||||
// to where it belongs.
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
|
Reference in New Issue
Block a user