ClientInflux

package
v4.5.2000+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientInflux

type ClientInflux struct {
	Addr      string
	Database  string
	Method    MethodInt
	Expr      string
	TimeRange *utils.TimeRange
}

func NewClientInflux

func NewClientInflux(addr string, database string, method MethodInt, expr string) *ClientInflux

func (*ClientInflux) Execute

func (n *ClientInflux) Execute() (string, error)

type MethodInt

type MethodInt int
const (
	MethodQuery MethodInt = 0
	MethodWrite MethodInt = 1
)

Jump to

Keyboard shortcuts

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