Documentation ¶
Index ¶
- func Compatible(val, test *R.Value) bool
- func GetRootValue(v R.Value) R.Value
- func IsBasicKind(k R.Kind) bool
- func IsBool(s string) bool
- func IsByteSlice(t R.Type) bool
- func IsDecimal(b byte) bool
- func IsInterface(t R.Type) bool
- func IsLowerLetter(b byte) bool
- func IsNil(v *R.Value) bool
- func IsNumericKind(k R.Kind) bool
- func IsUnmarshaler(t R.Type) bool
- func IsUpperLetter(b byte) bool
- func IsValidLongFlag(s string) bool
- func IsValidShortFlag(b byte) bool
- func Must(err error)
- func ParseBool(s string) (bool, error)
- func ParseInt(v string, bits int, opt *argo.UnmarshalIntegerProps) (int64, error)
- func ParseMapEntry(s string, props *argo.UnmarshalMapProps) (k string, v string, err error)
- func ParseUInt(v string, bits int, opt *argo.UnmarshalIntegerProps) (uint64, error)
- func ToUnmarshalable(arg string, ov R.Value, skipPtr bool) (R.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compatible ¶
func IsBasicKind ¶
func IsByteSlice ¶
func IsInterface ¶ added in v0.0.13
func IsLowerLetter ¶
func IsNumericKind ¶
func IsUnmarshaler ¶ added in v0.0.13
func IsUpperLetter ¶
func IsValidLongFlag ¶
func IsValidShortFlag ¶
func ParseMapEntry ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.