package
0.0.0-20250206140059-0c7aa07fd502
Repository: https://github.com/ehsanranjbar/badgerutils.git
Documentation: pkg.go.dev

# Functions

ExtractPathFromAny extracts the value from the given any value with the given path.
NewReflectPathExtractor creates a new ReflectPathExtractor for the given type.

# Structs

ReflectPathExtractor is a PathExtractor that uses reflection to extract the value.

# Interfaces

Flatter is an interface for flattening a hierarchy of values to a map of paths -> values.
PathExtractor is an interface for extracting a value with the given path from a given value.