func RegisterEventFunctionContext()

in funcframework/framework.go [99:101]


func RegisterEventFunctionContext(ctx context.Context, path string, fn interface{}) error {
	return registry.Default().RegisterEvent(fn, registry.WithPath(path))
}