package
2.27.7
Repository: https://github.com/cs3org/reva.git
Documentation: pkg.go.dev

# Functions

NewAutoincrementIndex instantiates a new AutoincrementIndex instance.
NewNonUniqueIndexWithOptions instantiates a new NonUniqueIndex instance.
NewUniqueIndexWithOptions instantiates a new UniqueIndex instance.

# Structs

Autoincrement are fields for an index of type autoincrement.
NonUnique are fields for an index of type non_unique.
Unique are fields for an index of type unique.

# Interfaces

Index can be implemented to create new indexer-strategies.