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