Versions in this module Expand all Collapse all v1 v1.0.1 Apr 12, 2022 Changes in this version + var DefaultDialer = &Dialer + var ErrConnClosed = errors.New("gremlin: server connection closed") + var ErrDuplicateRequest = errors.New("gremlin: duplicate request") + type Conn struct + func (c *Conn) Close() error + func (c *Conn) Execute(ctx context.Context, req *gremlin.Request) (*gremlin.Response, error) + type Dialer struct + func (d *Dialer) Dial(uri string) (*Conn, error) + func (d *Dialer) DialContext(ctx context.Context, uri string) (*Conn, error)