Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Hosts is a list of Cassandra hosts. Optional if Session is supplied. Hosts []string // Keyspace is the Cassandra keyspace to which you want to connect. Optional if Session is supplied. Keyspace string // Session is a gocql session and can be used in place of Hosts and Keyspace. Recommended. // Optional if Hosts & Keyspace are supplied. Session *gocql.Session }
Config is the Cassandra checker configuration settings container.
Click to show internal directories.
Click to hide internal directories.