//
pkg.gl
Category
github.com/gravitational/teleport
lib
utils
sortcache
package
18.0.0-dev.vnet-windows.4+incompatible
Repository:
https://github.com/gravitational/teleport.git
Documentation:
pkg.go.dev
Overview
Versions
4
Dependencies
2
Dependents
4
Files
240 SLOC
#
Functions
New
New sets up a new [SortCache] based on the provided configuration.
NextKey
NextKey returns the lexographically next key of equivalent length.
#
Structs
Config
Config configures a [SortCache].
SortCache
SortCache is a helper for storing values that must be sortable across multiple indexes simultaneously.