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 ¶ added in v0.4.0
type ByPointTimeAsc struct{ PointsCollection }
func (ByPointTimeAsc) Less ¶ added in v0.4.0
func (s ByPointTimeAsc) Less(i, j int) bool
type ByPointTimeDesc ¶ added in v0.4.0
type ByPointTimeDesc struct{ PointsCollection }
func (ByPointTimeDesc) Less ¶ added in v0.4.0
func (s ByPointTimeDesc) Less(i, j int) bool
type PointsCollection ¶ added in v0.4.0
type PointsCollection []*Point
func (PointsCollection) Len ¶ added in v0.4.0
func (s PointsCollection) Len() int
func (PointsCollection) Swap ¶ added in v0.4.0
func (s PointsCollection) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.