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

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

            }
        },
    },
}

# Packages

Application.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Webhook receiver.
No description provided by the author