Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Statistics ¶
type Statistics struct {
Status string
Elapsed string
Read struct {
Rows string
Bytes string
RowsRate string
BytesRate string
}
Write struct {
Rows string
Bytes string
RowsRate string
BytesRate string
}
// contains filtered or unexported fields
}
func (*Statistics) Humanize ¶
func (s *Statistics) Humanize()
func (*Statistics) JSON ¶
func (s *Statistics) JSON() string
Click to show internal directories.
Click to hide internal directories.