package
1.0.1
Repository: https://github.com/patsoffice/aliasman.git
Documentation: pkg.go.dev

# Functions

NewTable returns a new *Table instance.
SetAliases is a Table option for setting the aliases.
SetColumns is a Table option for setting the columns to display.
SetHeaders is a Table option for setting the option to display headers.
SetNumbers is a Table option for setting the option to display numbers.
SetTableWriter is a Table option for setting the writer.
TStoString converts a timestamp to RFC3339 format string.

# Structs

Alias represents the state necessary for an email alias.
Filter is the settings for filtering aliases.
Table represents the state necessary to render a table of Aliases to an io.Writer.

# Type aliases

Aliases represents a slice of Alias structs.
AliasesMap represents a map of Alias structs.