dumps

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DumpTree

func DumpTree(parserResults ParserResults, bucketPour BucketPourInfo, opts DumpOpts)

Types

type BucketPourInfo

type BucketPourInfo map[string][]types.Event

func LoadBucketPourDump

func LoadBucketPourDump(filepath string) (*BucketPourInfo, error)

type DumpOpts

type DumpOpts struct {
	Details          bool
	SkipOk           bool
	ShowNotOkParsers bool
}

type ParserResult

type ParserResult struct {
	Idx     int
	Evt     types.Event
	Success bool
}

type ParserResults

type ParserResults map[string]map[string][]ParserResult

func LoadParserDump

func LoadParserDump(filepath string) (*ParserResults, error)

Jump to

Keyboard shortcuts

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