Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomHAR ¶
type CustomHAR struct {
Log *CustomHARLog `json:"log"`
AkitaExt har.AkitaExtension `json:"akita_ext"`
}
func LoadCustomHARFromFile ¶
type CustomHAREntry ¶
type CustomHARLog ¶
type CustomHARLog struct {
Version string `json:"version"`
Creator *har.Creator `json:"creator"`
Entries []CustomHAREntry `json:"entries"`
Comment string `json:"comment"`
}
Click to show internal directories.
Click to hide internal directories.