package
0.0.0-20250206140059-0c7aa07fd502
Repository: https://github.com/ehsanranjbar/badgerutils.git
Documentation: pkg.go.dev
# Functions
MetadataSynthFunc returns a function that can be used as a synthFunc for AssociateStore to store a map[string]any as metadata.
NewAssociateStore creates a new AssociateStore.
WithAssociateData sets the associated data.
WithSynthFunc sets the default function to use for synthesizing the associated object.
# Structs
AssociateData is an option for extensible store to set the associated data.
AssociateStore is an extension to store additional along with the main object.
AssociateStoreInstance is an extension to store additional along with the main object.
# Type aliases
Metadata is wrapper around map[string]any with encoding.BinaryMarshaler BinaryUnmarshaler implemented.