table

package
v0.0.0-...-8851a85 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CommonTemplate = func() *tablewriter.Table {
	table := tablewriter.NewWriter(os.Stdout)
	table.SetHeader([]string{"🔢", "📃File Path", "🧬MD5"})
	table.SetHeaderColor(tablewriter.Colors{tablewriter.Bold, tablewriter.BgYellowColor},
		tablewriter.Colors{tablewriter.Bold, tablewriter.BgGreenColor},
		tablewriter.Colors{tablewriter.Bold, tablewriter.BgRedColor})
	return table
}()

Functions

func WriteTables

func WriteTables(table *tablewriter.Table, res []scan.Result)

Types

This section is empty.

Jump to

Keyboard shortcuts

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