https://github.com/ddliu/webhook
Feature rich webhook made easy
https://github.com/ddliu/webhook
ci github gitlab gogs notification task webhook
Last synced: 4 months ago
JSON representation
Feature rich webhook made easy
- Host: GitHub
- URL: https://github.com/ddliu/webhook
- Owner: ddliu
- Created: 2018-02-19T07:39:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T11:35:11.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T21:13:39.768Z (10 months ago)
- Topics: ci, github, gitlab, gogs, notification, task, webhook
- Language: Go
- Homepage:
- Size: 8.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webhook
Feature rich webhook made easy.
WIP...
## Receiver
TBD
## Task
TBD
## Schedule
TBD
## Plugin
TBD
## Context
Context Structure:
```
{
"app": {
"vars": {
}
},
"request": {
},
"receiver": {
},
"task": {
"input": {
},
"output": {
"last": {
},
"task1": {
},
"task2": {
},
"task3": {
}
},
},
}
```