Versions in this module Expand all Collapse all v1 v1.0.0 May 5, 2026 Changes in this version + const AstraAPIURL + func NewCluster(dialer gocql.HostDialer, username, password string) *gocql.ClusterConfig + func NewClusterFromBundle(path, username, password string, timeout time.Duration) (*gocql.ClusterConfig, error) + func NewClusterFromURL(url, databaseID, token string, timeout time.Duration) (*gocql.ClusterConfig, error) + func NewDialer(b *astra.Bundle, timeout time.Duration) (gocql.HostDialer, error) + func NewDialerFromBundle(path string, timeout time.Duration) (gocql.HostDialer, error) + func NewDialerFromURL(url, databaseID, token string, timeout time.Duration) (gocql.HostDialer, error) Other modules containing this package github.com/datastax/gocql-astra/v2