Documentation
¶
Index ¶
- type Parser
- func (p *Parser) Parse(raw interface{}, variablesMapping map[string]interface{}) (interface{}, error)
- func (p *Parser) ParseHeaders(rawHeaders map[string]string, variablesMapping map[string]interface{}) (map[string]string, error)
- func (p *Parser) ParseString(raw string, variablesMapping map[string]interface{}) (interface{}, error)
- func (p *Parser) ParseVariables(variables map[string]interface{}) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) ParseHeaders ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
examples
|
|
|
demo-with-go-plugin/plugin
command
|
|
|
worldcup
command
|
|
|
cmd/cli
command
|
|
|
internal/scaffold/templates/plugin
command
NOTE: Generated By hrp v4.3.6, DO NOT EDIT!
|
NOTE: Generated By hrp v4.3.6, DO NOT EDIT! |
|
pkg/gadb/examples
command
|
|
|
pkg/httpstat
Package httpstat traces HTTP latency infomation (DNSLookup, TCP Connection and so on) on any golang HTTP request.
|
Package httpstat traces HTTP latency infomation (DNSLookup, TCP Connection and so on) on any golang HTTP request. |
Click to show internal directories.
Click to hide internal directories.




