query

package
v0.0.0-...-9d38b98 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataHandler

type DataHandler = func(primitive.D)

type QueryService

type QueryService interface {
	Disconnect(ctx context.Context) error
	Ping(ctx context.Context) error
	RunQuery(ctx context.Context, queryString string, limit int, handler DataHandler) error
}

func NewQueryService

func NewQueryService(ctx context.Context, url string, defaultDB string, user string, password string) (QueryService, error)

Jump to

Keyboard shortcuts

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