Documentation ¶
Index ¶
- Constants
- func CurrentTime() int64
- func GetFileSize(path string) (int64, error)
- func RingLocation(database *string, timeSeries *string, time *int64) int
- func StringToSeriesArray(seriesString string, args ...interface{}) ([]*protocol.Series, error)
- func TimeToMicroseconds(t time.Time) int64
- type AuthorizationError
- type EnhancedTime
- type QueryError
- type Type
- type User
Constants ¶
View Source
const ( TYPE_INT = iota TYPE_STRING TYPE_BOOL TYPE_DOUBLE TYPE_UNKNOWN )
View Source
const ( WrongNumberOfArguments = iota InvalidArgument InternalError )
Variables ¶
This section is empty.
Functions ¶
func CurrentTime ¶
func CurrentTime() int64
func GetFileSize ¶ added in v0.4.0
func RingLocation ¶ added in v0.4.0
func StringToSeriesArray ¶
func TimeToMicroseconds ¶
Types ¶
type AuthorizationError ¶ added in v0.1.0
type AuthorizationError string
func NewAuthorizationError ¶ added in v0.1.0
func NewAuthorizationError(formatStr string, args ...interface{}) AuthorizationError
func (AuthorizationError) Error ¶ added in v0.1.0
func (self AuthorizationError) Error() string
type EnhancedTime ¶
type QueryError ¶
func NewQueryError ¶
func NewQueryError(code int, msg string, args ...interface{}) *QueryError
func (*QueryError) Error ¶
func (self *QueryError) Error() string
type Type ¶ added in v0.4.0
type Type int
func CoerceValues ¶ added in v0.4.0
func CoerceValues(leftValue, rightValue *protocol.FieldValue) (interface{}, interface{}, Type)
Click to show internal directories.
Click to hide internal directories.