receiver

package
v0.0.0-...-5f85aab Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSVRcv

type CSVRcv struct {
	*csv.Writer
	// contains filtered or unexported fields
}

func NewCSVRcv

func NewCSVRcv(filename string, headers []string) (*CSVRcv, error)

func (*CSVRcv) Receive

func (csvRcv *CSVRcv) Receive(p dataconverter.Params) error

func (*CSVRcv) Stop

func (csvRcv *CSVRcv) Stop() error

type Receiver

type Receiver interface {
	Receive(dataconverter.Params) error
	Stop() error
}

Jump to

Keyboard shortcuts

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