generate-webhook-events

command
v1.6.27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2024 License: MIT Imports: 14 Imported by: 0

README

generate-webhook-events

This is a script for generating all_webhooks.go.

It does:

  1. Fetch the official markdown document
  2. Parse the markdown file and find Webhook names and their types from tables
  3. Generate mappings from Webhook names to their types as Go map variable

Usage

generate-webhook-events [[srcfile] dstfile]

Generate all_webhooks.go file:

go run ./scripts/generate-webhook-events ./all_webhooks.go

When the markdown file is in local:

go run ./scripts/generate-webhook-events ./events-that-trigger-workflows.md ./all_webhooks.go

For debugging, specifying - to dstfile outputs the generated source to stdout:

go run ./scripts/generate-webhook-events -

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL