Documentation ¶
Index ¶
- func ParseBool(s string) bool
- func ParseFilterState(s string) filter.State
- func ParseISODatePtrWithErr(s string) (*time.Time, error)
- func ParseISODateWithErr(s string) (time.Time, error)
- func ParseInt(s string) int
- func ParseInt64(s string) int64
- func ParseJSONTextWithErr(s string) (types.JSONText, error)
- func ParseMeta(ss []string) (m map[string]any, err error)
- func ParseUint(s string) uint
- func ParseUint64(s string) uint64
- func ParseUint64s(ss []string) []uint64
- func ParseUints(ss []string) []uint
- func Uint64stoa(uu []uint64) []string
- func Uint64toa(i uint64) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFilterState ¶
func ParseUint64s ¶
ParseUint64s parses a slice of strings into a slice of uint64s
func ParseUints ¶
ParseUint64s parses a slice of strings into a slice of uint64s
func Uint64stoa ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.