MCPcopy
hub / github.com/moonD4rk/HackBrowserData / ext

Method ext

output/formatter.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9type formatter interface {
10 format(w io.Writer, rows []row) error
11 ext() string
12}
13
14func newFormatter(name string) (formatter, error) {

Callers 2

WriteMethod · 0.65
writeFileMethod · 0.65

Implementers 3

csvFormatteroutput/csv.go
cookieEditorFormatteroutput/cookie_editor.go
jsonFormatteroutput/json.go

Calls

no outgoing calls

Tested by

no test coverage detected