Versions in this module Expand all Collapse all v0 v0.0.1 Sep 11, 2021 Changes in this version + type CsvPublisher struct + func (p *CsvPublisher) Close() error + func (p *CsvPublisher) Publish(tdp *tilt.TiltDataPoint) + func (p *CsvPublisher) PublishAll(tdps []*tilt.TiltDataPoint) + type DatapointPublisher interface + Publish func(tdp *tilt.TiltDataPoint) + PublishAll func(tdp []*tilt.TiltDataPoint) + func NewCsvPublisher(destDir string, fileName string) DatapointPublisher