Versions in this module Expand all Collapse all v0 v0.18.3 Apr 18, 2022 v0.18.2 Apr 18, 2022 Changes in this version + var Viper = viper.New() + func Start(stop <-chan struct{}) (err error) + type Gate struct + func New(options Options) (gate *Gate, err error) + func (g *Gate) Bedrock() *bproxy.Proxy + func (g *Gate) Java() *jproxy.Proxy + func (g *Gate) Start(stop chan struct{}) error + type Options struct + Config *config.Config + EventMgr event.Manager + Logger logr.Logger