Versions in this module Expand all Collapse all v1 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