mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-12 10:17:17 +00:00

- No external dependencies - No predefined directory structure - Able to launch any kind of shell script with custom parameters - Get script output as text event stream (SSE) - Using common Makefiles - Extends docker/dind Docker image
6 lines
50 B
Go
6 lines
50 B
Go
package version
|
|
|
|
var (
|
|
App string = "snapshot"
|
|
)
|