Versions in this module Expand all Collapse all v1 v1.7.0 Sep 19, 2018 Changes in this version type Configuration + ReconnectInterval time.Duration v1.6.0 Jul 10, 2018 Changes in this version type Configuration + DisableAutoDiscovery bool v1.5.0 May 28, 2018 v1.4.1 Apr 21, 2018 v1.4.0 Apr 20, 2018 v1.3.0 Mar 27, 2018 v1.2.0 Feb 7, 2018 v1.1.0 Jan 4, 2018 v1.0.0 Dec 6, 2017 Changes in this version type Configuration + TLS TLS + type TLS struct + CaPath string + CertPath string + EnableHostVerification bool + Enabled bool + KeyPath string + ServerName string v0 v0.9.0 Oct 25, 2017 v0.8.0 Sep 24, 2017 v0.7.0 Aug 22, 2017 v0.6.0 Aug 10, 2017 Changes in this version + type Authenticator struct + Basic BasicAuthenticator + type BasicAuthenticator struct + Password string + Username string type Configuration + Authenticator Authenticator + type SessionBuilder interface + NewSession func() (cassandra.Session, error) v0.5.2 Jul 20, 2017 v0.5.1 Jul 4, 2017 v0.5.0 Jul 1, 2017 Changes in this version + type Configuration struct + ConnectionsPerHost int + Consistency string + Keyspace string + MaxRetryAttempts int + Port int + ProtoVersion int + Servers []string + SocketKeepAlive time.Duration + Timeout time.Duration + func (c *Configuration) ApplyDefaults(source *Configuration) + func (c *Configuration) NewCluster() *gocql.ClusterConfig + func (c *Configuration) NewSession() (cassandra.Session, error) + func (c *Configuration) String() string