mongofluxdplug

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfluxPoint

type InfluxPoint struct {
	Tags      map[string]string      // optional tags to set on the Point
	Fields    map[string]interface{} // fields to set on the Point
	Timestamp time.Time              // the time of the Point
}

type MongoDocument

type MongoDocument struct {
	Data       map[string]interface{} // the original document data from MongoDB
	Database   string                 // the origin database in MongoDB
	Collection string                 // the origin collection in MongoDB
	Namespace  string                 // the entire namespace for the original document
	Operation  string                 // "i" for a insert or "u" for update
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL