Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConsumeResultChannel ¶
func ConsumeResultChannel(resultChan chan ValidationResult, nrChains int, fileName string)
Types ¶
type RootStoreResult ¶
type ValidationResult ¶
type ValidationResult struct { Id int32 `parquet:"name=id, type=INT32"` Error string `parquet:"name=generic_error, type=BYTE_ARRAY, convertedtype=UTF8"` RootStores map[string]RootStoreResult `parquet:"name=root_stores, type=MAP, keytype=BYTE_ARRAY, keyconvertedtype=UTF8"` }
Click to show internal directories.
Click to hide internal directories.