io

package
v0.0.0-...-414c732 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Io

type Io interface {
	io.Writer

	Scan(format string, args ...interface{}) (int, error)
	Print(msg string, data ...interface{}) error
	Flush()
}

func NewStringStream

func NewStringStream(input string, outputs *[]string) Io

type Writer

type Writer interface {
	Write(points []interface{}) error
	Flush()
}

func NewInfluxdb

func NewInfluxdb(uri, token, organization, bucket string) Writer

Jump to

Keyboard shortcuts

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