package
0.1.10
Repository: https://github.com/rsrinathr/gremtune.git
Documentation: pkg.go.dev

# Functions

Dial returns a gremtune client for interaction with the Gremlin Server specified in the host IP.
NewDialer returns a WebSocket dialer to use when connecting to Gremlin Server.
SetAuthentication sets on dialer credentials for authentication.
SetBufferSize sets the read/write buffer size.
SetPingInterval sets the interval of ping sending for know isconnection is alive and in consequence the client is connected.
SetReadingWait sets the time for waiting that reading occur.
SetTimeout sets the dial timeout.
SetWritingWait sets the time for waiting that writing occur.

# Structs

AsyncResponse structs holds the entire response from requests to the gremlin server.
Client is a container for the gremtune client.
Edge represents a vertex returned by the graph database.
Group struct.
EdgeValue represents a vertex value.
NeptuneSubGraph having the subgraph response from neptune.
Response structs holds the entire response from requests to the gremlin server.
Result struct is used to hold properties returned for results from requests to the gremlin server.
Status struct is used to hold properties returned from requests to the gremlin server.
Vertex represents a vertex returned by the graph database.
VertexProperty represents a vertex property.
VertexPropertyValue represents a property value.
VertexValue represents a vertex value.
Ws is the dialer for a WebSocket connection.

# Type aliases

DialerConfig is the struct for defining configuration for WebSocket dialer.