Documentation ¶ Index ¶ type Cassandra func (d *Cassandra) Cleanup() error func (d *Cassandra) Init() error func (d *Cassandra) LoadEnv(prefix string) error func (d *Cassandra) LoadFlags() error func (d *Cassandra) Push(r io.Reader) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cassandra ¶ type Cassandra struct { Client *gocql.Session Hosts []string User string Password string Consistency string Keyspace string Query *schema.SqlQuery } func (*Cassandra) Cleanup ¶ func (d *Cassandra) Cleanup() error func (*Cassandra) Init ¶ func (d *Cassandra) Init() error func (*Cassandra) LoadEnv ¶ func (d *Cassandra) LoadEnv(prefix string) error func (*Cassandra) LoadFlags ¶ func (d *Cassandra) LoadFlags() error func (*Cassandra) Push ¶ func (d *Cassandra) Push(r io.Reader) error Source Files ¶ View all Source files cassandra.go Click to show internal directories. Click to hide internal directories.