feat: Add logging to Gateway for pod synchronization and startup events
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package modules
|
||||
|
||||
import com.google.inject.AbstractModule
|
||||
import logic.Gateway
|
||||
|
||||
class GatewayModule extends AbstractModule {
|
||||
override def configure(): Unit = {
|
||||
bind(classOf[GatewayModule]).asEagerSingleton()
|
||||
bind(classOf[Gateway]).asEagerSingleton()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user