package
Version:
v0.15.2
Opens a new window with list of versions in this module.
Published: Oct 26, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
Method string `json:"method"`
Path string `json:"path"`
Query url.Values `json:"query"`
Body string `json:"body"`
IsBase64Encoded bool `json:"isBase64Encoded"`
}
type Webhook struct {
Token string `json:"token"`
Path string `json:"path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.