Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extender ¶
type Extender struct {
// contains filtered or unexported fields
}
Extender can be Run() to write extensions to an output file.
type Extensions ¶
Extensions is a map of key value pairs of extensions to report.
func (Extensions) Set ¶
func (e Extensions) Set(value string) error
Set adds a new extension to the extensions map. This method splits the flag string on the first ":" character, using the first string as the key and the second string as the value. If the flag does not split on ":" then an error is raised.
func (Extensions) String ¶
func (e Extensions) String() string
String returns a string representation of the extensions map.
Click to show internal directories.
Click to hide internal directories.