func main() { cebadapter.Attach("DuoAuth", func(s bool) { cebadapter.GetLatestGlobalConfig("StoreConfig", func(data []interface{}) { term.Write("Store Configuration Successfully Loaded...", term.Information) agent := cebadapter.GetAgent() agent.Client.OnEvent("globalConfigChanged.StoreConfig", func(from string, name string, data map[string]interface{}, resources map[string]interface{}) { cebadapter.GetLatestGlobalConfig("StoreConfig", func(data []interface{}) { term.Write("Store Configuration Successfully Updated...", term.Information) }) }) }) term.Write("Successfully registered in CEB", term.Information) }) authlib.SetupConfig() term.GetConfig() //go Bingo() stat.Start() go webServer() go runRestFul() term.SplashScreen("splash.art") term.Write("================================================================", term.Splash) term.Write("| Admintration Console running on :9000 |", term.Splash) term.Write("| https RestFul Service running on :3048 |", term.Splash) term.Write("| Duo v6 Auth Service 6.0 |", term.Splash) term.Write("================================================================", term.Splash) term.StartCommandLine() }
func main() { term.GetConfig() term.Write(s.Format("20060102"), term.Debug) term.Write("Lable", term.Debug) stat.Start() go ErrorMethods() go Informaton() term.StartCommandLine() }