package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev
# Packages
Package protocol implements reading/writing MongoDB wire protocol messages from/to client/server and converting them into parsed data structures.
# Functions
MakeTestClient returns MongoDB client connection according to the provided parameters.
NewEngine create new MongoDB engine.
NewTestServer returns a new instance of a test MongoDB server.
TestServerMaxMessageSize sets the test MongoDB server max message size.
TestServerWireVersion sets the test MongoDB server wire protocol version.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Engine implements the MongoDB database service that accepts client connections coming over reverse tunnel from the proxy and proxies them between the proxy and the MongoDB database instance.
TestServer is a test MongoDB server used in functional database access tests.
UserEvent represents a user activation/deactivation event.
# Type aliases
TestServerOption allows to set test server options.
UserEventType defines the type of the UserEventType.