Categorygithub.com/diwise/iot-events
module
0.0.0-20241021090911-2a922c4e75c5
Repository: https://github.com/diwise/iot-events.git
Documentation: pkg.go.dev

# README

iot-events

VSCode

launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Launch Package",
            "type": "go",
            "request": "launch",
            "mode": "auto",
            "program": "${workspaceFolder}/cmd/iot-events/main.go",
            "env": {
                "RABBITMQ_DISABLED": "true"
            },
            "args": [
                "--notifications=${workspaceFolder}/assets/config/cloudevents.yaml"
            ]
        }
    ]
}

# Packages

No description provided by the author