Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvPublisher ¶
type CsvPublisher struct {
// contains filtered or unexported fields
}
func (*CsvPublisher) Close ¶
func (p *CsvPublisher) Close() error
func (*CsvPublisher) Publish ¶
func (p *CsvPublisher) Publish(tdp *tilt.TiltDataPoint)
func (*CsvPublisher) PublishAll ¶
func (p *CsvPublisher) PublishAll(tdps []*tilt.TiltDataPoint)
type DatapointPublisher ¶
type DatapointPublisher interface { io.Closer Publish(tdp *tilt.TiltDataPoint) PublishAll(tdp []*tilt.TiltDataPoint) }
func NewCsvPublisher ¶
func NewCsvPublisher(destDir string, fileName string) DatapointPublisher
Click to show internal directories.
Click to hide internal directories.