Categorygithub.com/dannyh79/brp-webhook
modulepackage
0.0.0-20250222180041-3e63c90833c1
Repository: https://github.com/dannyh79/brp-webhook.git
Documentation: pkg.go.dev

# README

BRP Webhook Server

Tests Go Report Card

Prereqs

  • asdf
  • make

Getting Started

asdf install

cp config.toml.example config.toml
# Then update the values in config.toml to your needs

# Build the binary then start server
# This exposes endpoints like POST localhost:8080/api/v1/callback
make

Building for Linux AMD64 Platform

Prereqs

  • podman, or docker
make build-linux-amd64

Developing

asdf install

cp config.toml.example config.toml
# Then update the values in config.toml to your needs

make pre-flight

# Available commands
make run
make fmt
make lint
make test