Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Character Format (Fixed or variable blocked) CharacterFileFormat = "Character" // Packed Format (Variable blocked) PackedFileFormat = "Packed" // Name of header record HeaderRecordName = "header" // Name of trailer record TrailerRecordName = "trailer" // Name of data record DataRecordName = "data" // data with json format JsonData = "json" // data with metro format (raw data) MetroData = "metro" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.