filter

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2017 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

View Source
const (
	DIMENSION_START_INDEX = 3
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CSVProcessor

type CSVProcessor interface {
	Process(requestId string, r io.Reader, w io.Writer, dimensions map[string][]string)
}

CSVProcessor defines the CSVProcessor interface.

type Processor

type Processor struct{}

Processor implementation of the CSVProcessor interface.

func NewCSVProcessor

func NewCSVProcessor() *Processor

NewCSVProcessor create a new Processor.

func (*Processor) Process

func (p *Processor) Process(requestId string, r io.Reader, w io.Writer, dimensions map[string][]string)

Jump to

Keyboard shortcuts

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