package
Version:
v0.13.5
Opens a new window with list of versions in this module.
Published: Sep 30, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsJSON checks if the data is JSON.
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.