mongodb

package
v0.0.0-...-bb20dc4 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2016 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MongodbOutput

type MongodbOutput struct {
	FailedCount int64
	// contains filtered or unexported fields
}

func (*MongodbOutput) Init

func (self *MongodbOutput) Init(conf toml.Primitive) error

func (*MongodbOutput) Run

func (self *MongodbOutput) Run(runner plugins.OutputRunner) error

type MongodbOutputConfig

type MongodbOutputConfig struct {
	Host, Port, Database, Collection string
	User, Password                   string
	Capped                           bool
	CappedSize                       int `toml:"capped_size"`
}

Jump to

Keyboard shortcuts

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