func Start()

in fc/entry.go [39:42]


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