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.
Click to show internal directories.
Click to hide internal directories.