package dumplib

import "github.com/google/trillian/storage/tools/dump_tree/dumplib"

Index

Functions

func Main

func Main(args Options) string

Main runs the dump_tree tool

Types

type Options

type Options struct {
	TreeSize, BatchSize                          int
	LeafFormat                                   string
	LatestRevision, Summary, HexKeys, LeafHashes bool
	RecordIO, Rebuild, Traverse, DumpLeaves      bool
}

Options are the commandline arguments one can pass to Main

Source Files

dumplib.go

Version
v1.0.2
Published
Oct 10, 2017
Platform
js/wasm
Imports
33 packages
Last checked
2 hours ago

Tools for package owners.