package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Mar 19, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
Name string `json:"name"`
Method string `json:"method"`
URL string `json:"url"`
Path string `json:"path"`
Timeout string `json:"timeout"`
ParamsURL []string `json:"paramsURL"`
ParamsBody []string `json:"paramsBody"`
Body map[string]interface{} `json:"body"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.