func init()

in reference-architectures/cloud_deploy_flow/CloudFunctions/cloudDeployOperations/main.go [61:68]


func init() {
	functions.CloudEvent("cloudDeployOperations", cloudDeployOperations)

	// Load environment variables into the config struct using the env package.
	if err := env.Set(&c); err != nil {
		_ = fmt.Errorf("error getting env: %s", err)
	}
}