Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddressFlag ¶
AddressFlag is a flag with type string
func (AddressFlag) Apply ¶
func (f AddressFlag) Apply(set *flag.FlagSet)
Apply populates the flag given the flag set and environment Ignores errors
func (AddressFlag) GetName ¶
func (f AddressFlag) GetName() string
GetName returns the name of the flag
func (AddressFlag) IsSet ¶
func (f AddressFlag) IsSet() bool
IsSet checks if flag was set to a non-default value.
func (AddressFlag) String ¶
func (f AddressFlag) String() string
String returns a readable representation of this value (for usage defaults)
type Fixed8Flag ¶
Fixed8Flag is a flag with type string.
func (Fixed8Flag) Apply ¶
func (f Fixed8Flag) Apply(set *flag.FlagSet)
Apply populates the flag given the flag set and environment Ignores errors.
func (Fixed8Flag) GetName ¶
func (f Fixed8Flag) GetName() string
GetName returns the name of the flag.
func (Fixed8Flag) String ¶
func (f Fixed8Flag) String() string
String returns a readable representation of this value (for usage defaults).
Click to show internal directories.
Click to hide internal directories.