common

package
v0.0.0-...-4329b29 Latest Latest
Warning

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

Go to latest
Published: May 29, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataSource

type DataSource interface {
	GetDataPts()
}

type Source

type Source struct {
	Url         string
	Dtypes      map[string]string
	Delimiter   byte
	Bucket      string
	Measurement string
	Prefix      string
	IdCol       string
	ValCol      string
	NameCol     string
	RightCol    string
	HightCol    string
	StdCol      string
	ValMin      float64
	ValMax      float64
	TimeCol     string
	TimeFmt     string
}

func (Source) GetDataPts

func (s Source) GetDataPts(ptsc chan *write.Point, stationc chan map[string]string, wg *sync.WaitGroup)

Jump to

Keyboard shortcuts

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