units

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2025 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BytesToMB

func BytesToMB(b uint64) float64

func BytesToMb

func BytesToMb(b int64) float64

func MbpsToBytes

func MbpsToBytes(b float64) int64

Types

type ByteSize

type ByteSize uint64

ByteSize is the size of bytes

const (

	// KB = 1KB
	KB ByteSize = 1 << (10 * iota)
	// MB = 1MB
	MB
	// GB = 1GB
	GB
	// TB = 1TB
	TB
	// PB = 1PB
	PB
	// EB = 1EB
	EB
)

func (*ByteSize) Parse

func (b *ByteSize) Parse(s string) error

Parse parses ByteSize from string

func (ByteSize) String

func (b ByteSize) String() string

Jump to

Keyboard shortcuts

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