package
0.62.0
Repository: https://github.com/containers/common.git
Documentation: pkg.go.dev

# Functions

ToGiB converts any StorageUnit type to GiB.
ToKiB converts any StorageUnit type to KiB.
ToMib converts any StorageUnit type to MiB.

# Interfaces

StorageUnits is an interface for converting disk/memory storage units amongst each other.

# Type aliases

B represents bytes.
GiB represents GiB.
KiB represents KiB.
MiB represents MiB.