IMG-54: NewDefaultConfig(), routes ordering exact/non-exact (#1504)

* NewDefaultConfig() + LoadFromEnv()

* Route order

* Changed route switch

* categoryConfig

* Use Default() in tests
This commit is contained in:
Victor Sokolov
2025-08-25 19:52:29 +02:00
committed by GitHub
parent ec566ce1c0
commit 6c9d26e8f5
17 changed files with 391 additions and 158 deletions

View File

@@ -17,7 +17,7 @@ const (
categoryDownload = "download"
categoryProcessing = "processing"
categoryIO = "IO"
categoryStreaming = "streaming"
categoryConfig = "config(tmp)" // NOTE: THIS IS TEMPORARY
)
type (