Files
event-demo/src/main/kotlin/eventDemo/contexts/game/application/logging/LoggingContextKeys.kt
T
flecomte 3c85c344ce
Tests / lint (push) Has been cancelled
Tests / test (push) Has been cancelled
Tests / build (push) Has been cancelled
refactoring: Masive refactor to build the V2
2026-07-30 22:42:56 +02:00

10 lines
148 B
Kotlin

package eventDemo.contexts.game.application.logging
enum class LoggingContextKeys {
CurrentUserId,
Notification,
Game,
Event,
Command,
}