refactor(core,server): make commands not rely on server context (#20422)

Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Marko
2024-05-28 13:07:36 +00:00
committed by GitHub
co-authored by Hieu Vu Julien Robert
parent 1b47dc91a3
commit e6e1a853de
31 changed files with 268 additions and 132 deletions
+6
View File
@@ -0,0 +1,6 @@
package context
type (
LoggerContextKey struct{}
ViperContextKey struct{}
)