structure

package
v1.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

type Type

type Type string

Type .

const (
	String      Type = "string"
	Number      Type = "number"
	Capacity    Type = "capacity"
	TrafficRate Type = "trafficRate"
	Storage     Type = "storage"
	Timestamp   Type = "timestamp"
	Time        Type = "time"
)

Type defined

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL