Documentation
¶
Overview ¶
Package convert provides shared type conversion helpers used across multiple internal packages (cli, compat).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FloatsToAny ¶
FloatsToAny converts a float64 slice to []any.
func ParseStringList ¶
ParseStringList parses each element of values using parse, returning the converted slice or the first parse error encountered.
func StringsToAny ¶
StringsToAny converts a string slice to []any.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.