Categorygithub.com/ddliu/webhook
repositorypackage
0.0.1
Repository: https://github.com/ddliu/webhook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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": {

            }
        },
    },
}