Versions in this module Expand all Collapse all v0 v0.1.2 Nov 20, 2019 v0.1.1 Nov 15, 2019 Changes in this version + type CnfAdmin struct + Password string + UserName string + type CnfAuth struct + BaseURL string + Cookie string + GitHub CnfOAuth + Google CnfOAuth + Key string + Salt string + State string + Twitter CnfTwitter + type CnfBackup struct + Enabled bool + Interval duration + type CnfCompany struct + Attract float64 + type CnfDatabase struct + Driver string + Spec string + type CnfEntity struct + Company CnfCompany + Gate CnfGate + Human CnfHuman + MaxScale float64 + MinScale float64 + Platform CnfPlatform + Residence CnfResidence + Train CnfTrain + type CnfGame struct + Entity CnfEntity + Service CnfService + type CnfGate struct + Num int + type CnfHuman struct + Speed float64 + type CnfOAuth struct + Client string + Secret string + type CnfPerf struct + Backup duration + Game duration + Init duration + Operation duration + Restore duration + Routing duration + View duration + type CnfPlatform struct + Capacity int + Randomize float64 + type CnfProcedure struct + Interval duration + Queue uint + Simulation bool + type CnfResidence struct + Capacity int + Interval duration + Randomize float64 + type CnfRouting struct + Alert int + Worker int + type CnfSecret struct + Admin CnfAdmin + Auth CnfAuth + DB CnfDatabase + type CnfService struct + Backup CnfBackup + Perf CnfPerf + Procedure CnfProcedure + Routing CnfRouting + type CnfTrain struct + Capacity int + Mobility int + Randomize float64 + Slowness float64 + Speed float64 + type CnfTwitter struct + AccessToken string + Authenticate string + Request string + Secret string + Token string + type Config struct + Game CnfGame + Secret CnfSecret + func Load(confDir string) (*Config, error)