Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregationType ¶
type AggregationType string
const ( Count AggregationType = "count" Sum AggregationType = "sum" Min AggregationType = "min" Max AggregationType = "max" )
func StringToAggregationType ¶
func StringToAggregationType(in string) (AggregationType, error)
Click to show internal directories.
Click to hide internal directories.