func init()

in functions/events-all-logger/all_logger.go [27:30]


func init() {
	// Register a CloudEvent function with the Functions Framework
	functions.CloudEvent("allLoggerFunction", allLoggerFunction)
}