result

package
v0.0.0-...-e9c7aa1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2024 License: MIT Imports: 4 Imported by: 0

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 RootStoreResult struct {
	Error       string `parquet:"name=root_store_error, type=BYTE_ARRAY, convertedtype=UTF8"`
	IsValid     bool   `parquet:"name=is_valid, type=BOOLEAN"`
	ValidChains string `parquet:"name=valid_chains, type=BYTE_ARRAY, convertedtype=UTF8"`
}

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"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL