Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Sep 20, 2025 Changes in this version + type IECSize uint64 + const Byte + const EiB + const GiB + const KiB + const MiB + const PiB + const TiB + func (s *IECSize) UnmarshalSetting(data []byte) error + func (s IECSize) Bytes() uint64 + func (s IECSize) MarshalSetting() ([]byte, error) + func (s IECSize) String() string + type SISize uint64 + const ByteSI + const EB + const GB + const KB + const MB + const PB + const TB + func (s *SISize) UnmarshalSetting(data []byte) error + func (s SISize) Bytes() uint64 + func (s SISize) MarshalSetting() ([]byte, error) + func (s SISize) String() string + type Size interface + Bytes func() uint64 + String func() string + func Parse(s string) (Size, error)