package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jan 22, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Req struct {
Path string `map:"path" validate:"required"`
Vars map[string]any `map:"vars"`
}
type Res struct {
Code int `map:"code"`
Outputs map[string]any `map:"outputs"`
Report string `map:"report"`
Error string `map:"error"`
Dump bool `map:"dump"`
}
type Result struct {
Req Req `map:"req"`
Res Res `map:"res"`
RT time.Duration `map:"rt"`
Status int `map:"status"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.