cloud-game/pkg/coordinator
sergystepanov d3e16a4a09
Make Google Analytics injection optional (#336)
This allows switching GA client statistics on the client by setting these params in the config.yaml file:
 analytics:
   inject: false/true
   gtag: (your tag)
By default, GA analytics will be disabled.
2021-07-30 12:29:16 +03:00
..
browser.go Handle no config situation for workers (#253) 2021-01-03 21:23:55 +03:00
coordinator.go Make Google Analytics injection optional (#336) 2021-07-30 12:29:16 +03:00
handlers.go Make Google Analytics injection optional (#336) 2021-07-30 12:29:16 +03:00
internalhandlers.go Handle no config situation for workers (#253) 2021-01-03 21:23:55 +03:00
routes.go Handle no config situation for workers (#253) 2021-01-03 21:23:55 +03:00
useragenthandlers.go Reduce coordinator dependencies tree (#292) 2021-03-15 13:08:15 +03:00
worker.go Track connected user count of workers. (#328) 2021-07-05 19:11:12 +03:00