Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StatusTypes = []string{
"success",
"failure",
}
Functions ¶
This section is empty.
Types ¶
type StatusType ¶
type StatusType int
const ( Success StatusType = iota Failure )
func (StatusType) MarshalJSON ¶
func (statusType StatusType) MarshalJSON() ([]byte, error)
type Summary ¶
type Summary struct { Status StatusType `json:"status"` Totals *Totals `json:"totals"` }
Click to show internal directories.
Click to hide internal directories.