Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataFetcher ¶
DataFetcher retrieves FlowData for a given ID.
type HARContent ¶
type HARCreator ¶
type HAREntry ¶
type HAREntry struct {
StartedDateTime string `json:"startedDateTime"`
Time float64 `json:"time"`
Request HARRequest `json:"request"`
Response HARResponse `json:"response"`
Timings HARTimings `json:"timings"`
}
type HARLog ¶
type HARLog struct {
Version string `json:"version"`
Creator HARCreator `json:"creator"`
Entries []HAREntry `json:"entries"`
}
type HARRequest ¶
type HARResponse ¶
type HARTimings ¶
Click to show internal directories.
Click to hide internal directories.