package
Version:
v1.33.1-cluster
Opens a new window with list of versions in this module.
Published: Feb 13, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
GetParser returns JSON parser.
The parser must be returned to the pool via PutParser when no longer needed.
PutParser returns p to the pool.
p cannot be used after returning to the pool.
Row is a single OpenTSDB row.
type Rows struct {
Rows []Row
}
Rows contains parsed OpenTSDB rows.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.