Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Type Type `yaml:"type"` Path string `yaml:"path"` Storage client.BucketConfig `yaml:"storage"` }
Config contains the options determining the object storage where files will be uploaded to.
type Encoder ¶
type Encoder interface { // TODO(bwplotka): Consider more generic option with interface{} if we have more types than Dataframe. Encode(io.Writer, dataframe.Dataframe) (err error) }
An Encoder writes serialized type to an output stream.
Click to show internal directories.
Click to hide internal directories.