Versions in this module Expand all Collapse all v1 v1.0.0 Nov 24, 2023 Changes in this version + type Config struct + ClusterHosts []string + Keyspace string + type Connection struct + Session *gocql.Session + func GetConnection(config Config) (*Connection, error) + type TransactionSession struct + Started *bool + TransactionID *btree.UUID + func (trans *TransactionSession) Begin() error + func (trans *TransactionSession) CommitPhase1() error + func (trans *TransactionSession) CommitPhase2() error + func (trans *TransactionSession) Rollback() error