func StartHttp()

in fc/entry.go [50:53]


func StartHttp(handler interface{}) {
	log.SetFlags(log.LstdFlags | log.Lmicroseconds)
	StartWithContext(context.Background(), handler, httpFunction)
}