Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrefixedBucket ¶
type PrefixedBucket[T tag[V], K any, V any, KS key.Serializer[K], VS value.Serializer[V]] struct { typed.Bucket[K, V, KS, VS] }
func NewPrefixedBucket ¶
func NewPrefixedBucket[T tag[V], K any, V any, KS key.Serializer[K], VS value.Serializer[V]]( bucket typed.Bucket[K, V, KS, VS], prefixFactory proxy[V, T], ) PrefixedBucket[T, K, V, KS, VS]
func (*PrefixedBucket[T, K, V, KS, VS]) Prefix ¶
func (b *PrefixedBucket[T, K, V, KS, VS]) Prefix() T
Click to show internal directories.
Click to hide internal directories.