ByteSize used to pass byte sizes to a go-flags CLI
type ByteSize int
func (b ByteSize) MarshalFlag() (string, error)
MarshalFlag implements go-flags Marshaller interface
func (b *ByteSize) Set(value string) error
Set the value of this bytesize (pflag value interfaces)
func (b ByteSize) String() string
String method for a bytesize (pflag value and stringer interface)
func (b *ByteSize) Type() string
Type returns the type of the pflag value (pflag value interface)
func (b *ByteSize) UnmarshalFlag(value string) error
UnmarshalFlag implements go-flags Unmarshaller interface