Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OutputFormatter ¶
type OutputFormatter interface {
// TODO(manuel, 2022-11-12) We need to be able to output to a directory / to a stream / to multiple files
AddRow(row types.Row)
SetColumnOrder(columnOrder []types.FieldName)
// AddTableMiddleware adds a middleware at the end of the processing list
AddTableMiddleware(m middlewares.TableMiddleware)
AddTableMiddlewareInFront(m middlewares.TableMiddleware)
AddTableMiddlewareAtIndex(i int, m middlewares.TableMiddleware)
GetTable() (*types.Table, error)
Output() (string, error)
}
Click to show internal directories.
Click to hide internal directories.