Documentation ¶
Index ¶
Constants ¶
View Source
const ReportEventProperties = "reportEvent"
View Source
const ReportUserProperties = "reportUser"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnWithType ¶
type DimMetrics ¶
type DimMetrics struct { Dims []*ColumnWithType Fields []*ColumnWithType }
type Metric ¶
type Metric interface { GetInt(key string, nullable bool) (val interface{}) GetFloat(key string, nullable bool) (val interface{}) GetString(key string, nullable bool) (val interface{}) GetDateTime(key string, nullable bool) (val interface{}) GetElasticDateTime(key string, nullable bool) (val interface{}) GetArray(key string, t int) (val interface{}) GetNewKeys(knownKeys *sync.Map, newKeys *sync.Map) bool }
Click to show internal directories.
Click to hide internal directories.