Discover Packages
github.com/ysugimoto/falco
interpreter
process
package
Version:
v1.0.0-rc4
Opens a new window with list of versions in this module.
Published: Oct 12, 2023
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Flow struct {
File string `json:"file"`
Line int `json:"line"`
Position int `json:"position"`
Subroutine string `json:"subroutine"`
Request *HttpFlow `json:"req,omitempty"`
BackendRequest *HttpFlow `json:"bereq,omitempty"`
BackendResponse *HttpFlow `json:"beresp,omitempty"`
Response *HttpFlow `json:"resp,omitempty"`
Object *HttpFlow `json:"object,omitempty"`
}
type HttpFlow struct {
Method string `json:"method,omitempty"`
Host string `json:"host,omitempty"`
URL string `json:"url,omitempty"`
StatusCode int `json:"status_code,omitempty"`
StatusText string `json:"status_text,omitempty"`
}
type Log struct {
Scope string `json:"scope"`
File string `json:"file"`
Line int `json:"line"`
Position int `json:"position"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.