Documentation
¶
Overview ¶
Package geopointmetrictype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Gauge = GeoPointMetricType{"gauge"} Counter = GeoPointMetricType{"counter"} Position = GeoPointMetricType{"position"} )
Functions ¶
This section is empty.
Types ¶
type GeoPointMetricType ¶
type GeoPointMetricType struct {
Name string
}
func (GeoPointMetricType) MarshalText ¶
func (g GeoPointMetricType) MarshalText() (text []byte, err error)
func (GeoPointMetricType) String ¶
func (g GeoPointMetricType) String() string
func (*GeoPointMetricType) UnmarshalText ¶
func (g *GeoPointMetricType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.