Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidConfig = errors.New("invalid config")
)
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Hosts is a list of database node addresses
Hosts []string
// Keyspace is the name of the keyspace to connect to
Keyspace string
// Username for database authentication
Username string
// Password for database authentication
Password string
}
Config holds the configuration for Cassandra/ScyllaDB database connection.
Click to show internal directories.
Click to hide internal directories.