package flagext
import "github.com/go-openapi/runtime/flagext"
Index ¶
Types ¶
type ByteSize ¶
type ByteSize int
ByteSize used to pass byte sizes to a go-flags CLI
func (ByteSize) MarshalFlag ¶
MarshalFlag implements go-flags Marshaller interface
func (*ByteSize) Set ¶
Set the value of this bytesize (pflag value interfaces)
func (ByteSize) String ¶
String method for a bytesize (pflag value and stringer interface)
func (*ByteSize) Type ¶
Type returns the type of the pflag value (pflag value interface)
func (*ByteSize) UnmarshalFlag ¶
UnmarshalFlag implements go-flags Unmarshaller interface
Source Files ¶
- Version
- v0.28.0 (latest)
- Published
- Mar 9, 2024
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 23 hours ago –
Tools for package owners.