Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddliu/webhook
Feature rich webhook made easy
https://github.com/ddliu/webhook
ci github gitlab gogs notification task webhook
Last synced: about 2 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T11:35:11.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T23:03:17.977Z (2 months ago)
- Topics: ci, github, gitlab, gogs, notification, task, webhook
- Language: Go
- Homepage:
- Size: 8.9 MB
- Stars: 1
- Watchers: 3
- 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
## TaskTBD
## ScheduleTBD
## PluginTBD
## ContextContext Structure:
```
{
"app": {
"vars": {}
},
"request": {
},
"receiver": {},
"task": {
"input": {
},
"output": {
"last": {},
"task1": {},
"task2": {},
"task3": {}
},
},
}
```