Documentation ¶
Index ¶
Constants ¶
View Source
const ( InsertFunnelChange = ` INSERT INTO users_per_stage_by_date( app, date, stage, user ) values(?,?,?,?) ` UpsertAvgTimeStage = ` UPDATE avg_time_per_stage SET elapsed = elapsed + ?, hit = hit+1 WHERE app = ? and stage = ? ` UpsertPageHit = `` /* 141-byte string literal not displayed */ UpsertInterestingBtn = `` /* 252-byte string literal not displayed */ InsertSession = ` INSERT INTO session( app, date, user, start, duration, referrer ) values(?,?,?,?,?,?) ` InsertBatchStart = `` /* 262-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func WithConsistency ¶
func WithConsistency(consistency gocql.Consistency) func(*gocql.ClusterConfig)
func WithKeySpace ¶
func WithKeySpace(ks string) func(*gocql.ClusterConfig)
Types ¶
Click to show internal directories.
Click to hide internal directories.