Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseBsWfsElements ¶
func ParseBsWfsElements(respBody io.ReadCloser) (models.AllMeasurements, error)
Extracts BsWfsElements from the contents provided by a HTTP GET request. Extracted BsWfsElements are converted to MeasurementTVPs and added to the AllMeasurements struct this function returns.
func ParseExplainParam ¶
func ParseExplainParam(val []byte) (models.ExplainedParam, error)
Parses the contents of a HTTP GET request into an ExplainParam struct. Returns the ExplainedParam struct.
func ParseMeasurementTimeseries ¶
func ParseMeasurementTimeseries(respBody io.ReadCloser) (models.AllMeasurements, error)
Extracts MeasurementTimeseries from the contents provided by a HTTP GET request. Extracted MeasurementTimeseries are added to the AllMeasurements this function returns.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.