Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Float64 = proto.Float64
View Source
var Int64 = proto.Int64
View Source
var String = proto.String
Functions ¶
This section is empty.
Types ¶
type ByPointTimeAsc ¶
type ByPointTimeAsc struct{ PointsCollection }
func (ByPointTimeAsc) Less ¶
func (s ByPointTimeAsc) Less(i, j int) bool
type ByPointTimeDesc ¶
type ByPointTimeDesc struct{ PointsCollection }
func (ByPointTimeDesc) Less ¶
func (s ByPointTimeDesc) Less(i, j int) bool
type PointsCollection ¶
type PointsCollection []*Point
func (PointsCollection) Len ¶
func (s PointsCollection) Len() int
func (PointsCollection) Swap ¶
func (s PointsCollection) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.