Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageInfluxDB ¶
type StorageInfluxDB struct { MaxBatchSize uint // contains filtered or unexported fields }
func NewStorageInfluxDB ¶
func NewStorageInfluxDB(addr, db, auth string, batchSize uint) (*StorageInfluxDB, error)
func (*StorageInfluxDB) Close ¶
func (si *StorageInfluxDB) Close() error
func (*StorageInfluxDB) Parser ¶
func (si *StorageInfluxDB) Parser(b []byte) error
func (*StorageInfluxDB) Writer ¶
func (si *StorageInfluxDB) Writer(p interface{}) error
Click to show internal directories.
Click to hide internal directories.