Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExpJsons ¶
type ExpJsons struct {
Name string `json:"Name"`
Description string `json:"Description"`
Product string `json:"Product"`
Author string `json:"author"`
Request []struct {
Method string `json:"Method"`
Header map[string]string `json:"Header"`
Uri string `json:"Uri"`
Port string `json:"Port"`
Data string `json:"Data"`
Follow_redirects string `json:"Follow_redirects"`
Upload struct {
Name string `json:"Name"`
FileName string `json:"fileName"`
FilePath string `json:"FilePath"`
} `json:"Upload"`
Response struct {
Check_Steps string `json:"Check_Steps"`
Checks []struct {
Operation string `json:"Operation"`
Key string `json:"Key"`
Value string `json:"Value"`
} `json:"Checks"`
}
Next_decide string `json:"Next_decide"`
} `json:"Request"`
}
Click to show internal directories.
Click to hide internal directories.