export

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exporter

type Exporter struct {
	// contains filtered or unexported fields
}

func New

func New(formats []Format) (*Exporter, error)

func NewWithOptions added in v1.3.0

func NewWithOptions(formats []Format, showRegistered bool) (*Exporter, error)

func (*Exporter) Append

func (e *Exporter) Append(r scanner.Result)

func (*Exporter) Close

func (e *Exporter) Close()

func (*Exporter) Filenames

func (e *Exporter) Filenames() []string

type Format

type Format string
const (
	FormatTXT  Format = "txt"
	FormatJSON Format = "json"
	FormatCSV  Format = "csv"
)

Jump to

Keyboard shortcuts

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