Documentation
¶
Index ¶
- func ConvertBsonToMap(doc bson.M) map[string]any
- func ConvertMapToStrings(input map[string]interface{}) (map[string]string, error)
- func LoadStructure[T any](array *sync.Map) (*T, bool)
- func NormalizarFiltros(input map[string]any) map[string][]any
- func SaveStructure[T any](element *T, array *sync.Map)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertBsonToMap ¶
Función para convertir BSON a `map[string]interface{}` y manejar `primitive.ObjectID`
func ConvertMapToStrings ¶
func SaveStructure ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.