package
2.4.0+incompatible
Repository: https://github.com/tarantool/tt.git
Documentation: pkg.go.dev

# Functions

Connect connects to the tarantool instance according to options.
ConnectPool creates a connection pool object.
GetProtocol gets a protocol name from the reader greeting.
NewBinaryConnector creates a new BinaryConnector object.
NewTextConnector creates a new TextConnector object.
ParseProtocol parses a protocol name from a Tarantool greeting.

# Constants

IPROTO.
No description provided by the author
Plain text messages.
No description provided by the author

# Structs

BinaryConnector implements Connector interface for a connection that sends and receives data via IPROTO.
ConnectOpts describes options for a connection to a tarantool instance.
No description provided by the author
No description provided by the author
Pool is a very simple connection pool.
RequestOpts describes the parameters of a request to be executed.
SslOpts is a way to configure SSL connection.
TextConnector implements Connector interface for a connection that sends and receives data as a plain text.

# Interfaces

Connector is an interface that wraps all method required for a connector.
Eval is an interface that wraps Eval method.

# Type aliases

Protocol defines a set of supported protocols for a connect.