mongodb

package
v0.0.0-...-c772d2a Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extractor

type Extractor struct {
	// contains filtered or unexported fields
}

func NewExtractor

func NewExtractor(context multiplexer.DialogContext, writer backends.LedgerWriter, config *ExtractorConfig) *Extractor

func (*Extractor) Write

func (e *Extractor) Write(p []byte) (int, error)

type ExtractorConfig

type ExtractorConfig struct {
	IgnoreMetaQuery bool
}

type ExtractorFactory

type ExtractorFactory struct {
	// contains filtered or unexported fields
}

func NewExtractorFactory

func NewExtractorFactory(writer backends.LedgerWriter, config *ExtractorConfig) *ExtractorFactory

func (ExtractorFactory) GetInstance

type ExtractorInterface

type ExtractorInterface interface {
	Write(p []byte) (n int, err error)
	// contains filtered or unexported methods
}

type ExtractorObserver

type ExtractorObserver struct {
	// contains filtered or unexported fields
}

func (*ExtractorObserver) GetIncomingWriter

func (e *ExtractorObserver) GetIncomingWriter() io.Writer

func (*ExtractorObserver) GetOutgoingWriter

func (e *ExtractorObserver) GetOutgoingWriter() io.Writer

type Pool

type Pool struct {
	// contains filtered or unexported fields
}

func NewPool

func NewPool(url string, maxConn int) *Pool

func (*Pool) Acquire

func (pool *Pool) Acquire() net.Conn

func (*Pool) Release

func (pool *Pool) Release(c net.Conn) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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