# Functions
Connect connects to the tarantool instance according to options.
GetProtocol gets a protocol name from the reader greeting.
MakeConnectOpts creates a new connection options object according to the arguments passed.
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
RequestOpts describes the parameters of a request to be executed.
TextConnector implements Connector interface for a connection that sends and receives data as a plain text.
# Type aliases
Protocol defines a set of supported protocols for a connect.