Documentation ¶ Index ¶ func GetClient(conf CassandraConfig) *gocql.Session type CassandraConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetClient ¶ func GetClient(conf CassandraConfig) *gocql.Session Types ¶ type CassandraConfig ¶ type CassandraConfig struct { Hosts []string Port int Keyspace string Username string Password string TimeoutSecond int64 Consistency string // Any One Two Three Quorum All LocalQuorum EachQuorum LocalOne } Source Files ¶ View all Source files client.go conf.go Click to show internal directories. Click to hide internal directories.