Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2022 v0.0.1 Nov 10, 2022 Changes in this version + const OffsetKiB + const OffsetMiB + const SizeGiB + const SizeKiB + const SizeMiB + type Offset Size + func ParseOffset(gs string) (Offset, error) + func (o *Offset) IECString() string + func (o *Offset) String() string + func (o *Offset) UnmarshalYAML(unmarshal func(interface{}) error) error + type Size uint64 + func ParseSize(gs string) (Size, error) + func (s *Size) String() string + func (s *Size) UnmarshalYAML(unmarshal func(interface{}) error) error + func (s Size) IECString() string