Documentation ¶
Index ¶
- func BigInt(sVal *string, def string) *big.Int
- func BigIntOrNil(sVal *string) *big.Int
- func Bool(bVal *bool, def bool) bool
- func ByteSize(sVal *string, min int64, def string) int64
- func DurationMin(sVal *string, min time.Duration, def string) time.Duration
- func DurationSeconds(sVal *string, min time.Duration, def string) int64
- func Float64Min(iVal *float64, min float64, def float64) float64
- func Int(iVal *int, def int) int
- func Int64(iVal *int64, def int64) int64
- func Int64Min(iVal *int64, min int64, def int64) int64
- func IntMin(iVal *int, min int, def int) int
- func P[T any](v T) *T
- func StringNotEmpty(sVal *string, def string) string
- func StringOrEmpty(sVal *string, def string) string
- func StringSlice(sVal []string, def []string) []string
- func UnixFileMode(sVal *string, def string) fs.FileMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BigIntOrNil ¶
func StringNotEmpty ¶
func StringOrEmpty ¶
func StringSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.