Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
Name string `json:"name"`
Date string `json:"date"`
Status string `json:"status"`
Total int `json:"total"`
Success int `json:"success"`
Fail int `json:"fail"`
Requests []RequestReport `json:"requests"`
}
func (*Report) AddRequest ¶
func (*Report) SaveToFile ¶
Click to show internal directories.
Click to hide internal directories.