Documentation
¶
Index ¶
Constants ¶
View Source
const ( // BQType is the BigQuery importer type BQType = "bq" // StdoutType is the stdout importer type ConsoleType = "console" // FileType is the file importer type FileType = "file" )
Variables ¶
View Source
var ( // ImporterTypes is the list of supported importer types. ImporterTypes = []string{BQType, ConsoleType, FileType} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.