Esempio n. 1
0
func startAll(c *cli.Context) {
	go backend.Start(c.String("tcp-dsn"), c.String("http-dsn"))
	web.Start(c.String("webui-dsn"))
}
Esempio n. 2
0
func startWebServer(c *cli.Context) {
	web.Start(c.String("webui-dsn"))
}