Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetValues ¶ added in v0.2.55
func GetValues[Key comparable, Value any](m map[Key]Value) []Value
func GlazedStructToMap ¶ added in v0.4.36
GlazedStructToMap converts a struct pointer to a map of parameter names to values. It iterates through the struct fields looking for the "glazed.parameter" tag. For each field with the tag, it will add an entry to the returned map with the tag value as the key and the field's value as the map value. Returns an error if s is not a pointer to a struct.
func IsStructPointer ¶ added in v0.4.30
func IsStructPointer(s interface{}) bool
func StructToMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.