Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataStructure ¶
type DataStructure struct { Type Type `json:"type"` Precision Precision `json:"precision"` Enable bool `json:"enable"` }
DataStructure .
type Precision ¶
type Precision string
Precision .
const ( K Precision = "K" M Precision = "M" B Precision = "B" KB Precision = "KB" MB Precision = "MB" GB Precision = "GB" TB Precision = "TB" PB Precision = "PB" EB Precision = "EB" ZB Precision = "ZB" YB Precision = "YB" BSlashS Precision = "B/s" KBSlashS Precision = "KB/s" MBSlashS Precision = "MB/s" GBSlashS Precision = "GB/s" TBSlashS Precision = "TB/s" PBSlashS Precision = "PB/s" EBSlashS Precision = "EB/s" ZBSlashS Precision = "ZB/s" YBSlashS Precision = "YB/s" Nanosecond Precision = "ns" Microsecond Precision = "μs" Millisecond Precision = "ms" Second Precision = "s" ReqSlashS Precision = "req/s" )
Precision defined
Click to show internal directories.
Click to hide internal directories.