Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HiveResults ¶
type HiveResults struct {
sync.RWMutex
When string `json:"when"`
ElapsedTime float64 `json:"elapsed_time"`
GetResults []Result `json:"get_results"`
UpdateResults []Result `json:"update_results"`
OthersResults []Result `json:"others_result"`
}
HiveResults stores all results of running
Click to show internal directories.
Click to hide internal directories.