package
8.3.22-dev.justinas.3+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ApplyOptions constructs a new `ConstructionOptions` value from a sensible default and then applies the supplied options to it.
MakePrefix returns function that appends unique prefix to any key, used to make test suite concurrent-run proof.
RequireItems asserts that the supplied `actual` items collection matches the `expected` collection, in size, ordering and the key/value pairs of each entry.
RunBackendComplianceSuite runs the entire backend compliance suite, creating a collection of named subtests under the context provided by `t`.
WithConcurrentBackend() asks the constructor to create a.
WithMirrorMode asks the constructor to create a Backend in "mirror mode".

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

ConstructionOption describes a named-parameter setting function for configuring a ConstructionOptions instance.
Constructor describes a function for constructing new instances of a backend, with various options as required by a given test.