Documentation
¶
Overview ¶
Package diskv implements a NanoMDM storage backend using the diskv key-value store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Split2X2Transform ¶
Split2X2Transform splits key into a path like /00/01 for a key of "0001". The key will be prefixed with zeros if its length is less than 4.
func StripPrefixTransform ¶
func StripPrefixTransform(next diskv.TransformFunction, prefix string) diskv.TransformFunction
StripPrefixTransform wraps next in a function that trims prefix from the key.
Types ¶
Click to show internal directories.
Click to hide internal directories.