processing_handler.go -> handlers/processing

This commit is contained in:
Viktor Sokolov
2025-08-26 16:19:41 +02:00
parent 84824a544e
commit 08ef27c0e5
30 changed files with 1489 additions and 546 deletions

View File

@@ -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"