Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface {
Extract(ctx context.Context, r io.Reader, name string) ([]ingest.RawTable, error)
}
Reader extracts raw tables from any io.Reader source. The name parameter carries the original filename — used only for metadata (SourceFile field) and format detection; no actual file path is needed.
Click to show internal directories.
Click to hide internal directories.