Documentation ¶
Index ¶
- func BoolToBoolP(flagSet *pflag.FlagSet, name, shorthand string, value map[bool]bool, ...) *map[bool]bool
- func BoolToInt32P(flagSet *pflag.FlagSet, name, shorthand string, value map[bool]int32, ...) *map[bool]int32
- func BoolToInt64P(flagSet *pflag.FlagSet, name, shorthand string, value map[bool]int64, ...) *map[bool]int64
- func BoolToStringP(flagSet *pflag.FlagSet, name, shorthand string, value map[bool]string, ...) *map[bool]string
- func BoolToUint32P(flagSet *pflag.FlagSet, name, shorthand string, value map[bool]uint32, ...) *map[bool]uint32
- func BoolToUint64P(flagSet *pflag.FlagSet, name, shorthand string, value map[bool]uint64, ...) *map[bool]uint64
- func Int32ToBoolP(flagSet *pflag.FlagSet, name, shorthand string, value map[int32]bool, ...) *map[int32]bool
- func Int32ToInt32P(flagSet *pflag.FlagSet, name, shorthand string, value map[int32]int32, ...) *map[int32]int32
- func Int32ToInt64P(flagSet *pflag.FlagSet, name, shorthand string, value map[int32]int64, ...) *map[int32]int64
- func Int32ToStringP(flagSet *pflag.FlagSet, name, shorthand string, value map[int32]string, ...) *map[int32]string
- func Int32ToUint32P(flagSet *pflag.FlagSet, name, shorthand string, value map[int32]uint32, ...) *map[int32]uint32
- func Int32ToUint64P(flagSet *pflag.FlagSet, name, shorthand string, value map[int32]uint64, ...) *map[int32]uint64
- func Int64ToBoolP(flagSet *pflag.FlagSet, name, shorthand string, value map[int64]bool, ...) *map[int64]bool
- func Int64ToInt32P(flagSet *pflag.FlagSet, name, shorthand string, value map[int64]int32, ...) *map[int64]int32
- func Int64ToInt64P(flagSet *pflag.FlagSet, name, shorthand string, value map[int64]int64, ...) *map[int64]int64
- func Int64ToStringP(flagSet *pflag.FlagSet, name, shorthand string, value map[int64]string, ...) *map[int64]string
- func Int64ToUint32P(flagSet *pflag.FlagSet, name, shorthand string, value map[int64]uint32, ...) *map[int64]uint32
- func Int64ToUint64P(flagSet *pflag.FlagSet, name, shorthand string, value map[int64]uint64, ...) *map[int64]uint64
- func StringToBoolP(flagSet *pflag.FlagSet, name, shorthand string, value map[string]bool, ...) *map[string]bool
- func StringToInt32P(flagSet *pflag.FlagSet, name, shorthand string, value map[string]int32, ...) *map[string]int32
- func StringToUint32P(flagSet *pflag.FlagSet, name, shorthand string, value map[string]uint32, ...) *map[string]uint32
- func StringToUint64P(flagSet *pflag.FlagSet, name, shorthand string, value map[string]uint64, ...) *map[string]uint64
- func Uint32ToBoolP(flagSet *pflag.FlagSet, name, shorthand string, value map[uint32]bool, ...) *map[uint32]bool
- func Uint32ToInt32P(flagSet *pflag.FlagSet, name, shorthand string, value map[uint32]int32, ...) *map[uint32]int32
- func Uint32ToInt64P(flagSet *pflag.FlagSet, name, shorthand string, value map[uint32]int64, ...) *map[uint32]int64
- func Uint32ToStringP(flagSet *pflag.FlagSet, name, shorthand string, value map[uint32]string, ...) *map[uint32]string
- func Uint32ToUint32P(flagSet *pflag.FlagSet, name, shorthand string, value map[uint32]uint32, ...) *map[uint32]uint32
- func Uint32ToUint64P(flagSet *pflag.FlagSet, name, shorthand string, value map[uint32]uint64, ...) *map[uint32]uint64
- func Uint64ToBoolP(flagSet *pflag.FlagSet, name, shorthand string, value map[uint64]bool, ...) *map[uint64]bool
- func Uint64ToInt32P(flagSet *pflag.FlagSet, name, shorthand string, value map[uint64]int32, ...) *map[uint64]int32
- func Uint64ToInt64P(flagSet *pflag.FlagSet, name, shorthand string, value map[uint64]int64, ...) *map[uint64]int64
- func Uint64ToStringP(flagSet *pflag.FlagSet, name, shorthand string, value map[uint64]string, ...) *map[uint64]string
- func Uint64ToUint32P(flagSet *pflag.FlagSet, name, shorthand string, value map[uint64]uint32, ...) *map[uint64]uint32
- func Uint64ToUint64P(flagSet *pflag.FlagSet, name, shorthand string, value map[uint64]uint64, ...) *map[uint64]uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolToBoolP ¶
func BoolToInt32P ¶
func BoolToInt64P ¶
func BoolToStringP ¶
func BoolToUint32P ¶
func BoolToUint64P ¶
func Int32ToBoolP ¶
func Int32ToInt32P ¶
func Int32ToInt64P ¶
func Int32ToStringP ¶
func Int32ToUint32P ¶
func Int32ToUint64P ¶
func Int64ToBoolP ¶
func Int64ToInt32P ¶
func Int64ToInt64P ¶
func Int64ToStringP ¶
func Int64ToUint32P ¶
func Int64ToUint64P ¶
func StringToBoolP ¶
func StringToInt32P ¶
func StringToUint32P ¶
func StringToUint64P ¶
func Uint32ToBoolP ¶
func Uint32ToInt32P ¶
func Uint32ToInt64P ¶
func Uint32ToStringP ¶
func Uint32ToUint32P ¶
func Uint32ToUint64P ¶
func Uint64ToBoolP ¶
func Uint64ToInt32P ¶
func Uint64ToInt64P ¶
func Uint64ToStringP ¶
func Uint64ToUint32P ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.