Documentation ¶
Index ¶
Constants ¶
View Source
const ( WrongNumberOfArguments = iota InvalidArgument InternalError )
Variables ¶
View Source
var InRange Checker = &inRangeChecker{ &CheckerInfo{Name: "InRange", Params: []string{"obtained", "expected greater than", "expected less than"}}, }
Functions ¶
func CurrentTime ¶
func CurrentTime() int64
func StringToSeriesArray ¶
func TimeToMicroseconds ¶
Types ¶
type EnhancedTime ¶
type QueryError ¶
func NewQueryError ¶
func NewQueryError(code int, msg string, args ...interface{}) *QueryError
func (*QueryError) Error ¶
func (self *QueryError) Error() string
Click to show internal directories.
Click to hide internal directories.