Documentation ¶
Overview ¶
sink package is responsible for holding logic associated with the sink - final result
Index ¶
Constants ¶
View Source
const ( Precision = 3 // number of float decimals FloatBitSize = 64 // bit size of floats )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Sink ¶
type Sink struct { Pipes []*pipe.Pipe // the collection of Pipes whose values are incoming to the sink // contains filtered or unexported fields }
Sink struct represents the final state of the whole plumbing system if the filename was not specified, i.e it is "", results.csv is assumed
Click to show internal directories.
Click to hide internal directories.