refactoring: Masive refactor to build the V2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package eventDemo.contexts.game.application.logging
|
||||
|
||||
enum class LoggingContextKeys {
|
||||
CurrentUserId,
|
||||
Notification,
|
||||
Game,
|
||||
Event,
|
||||
Command,
|
||||
}
|
||||
Reference in New Issue
Block a user