Documentation
¶
Overview ¶
Package output centralizes result formatting (console, txt, json) for SwaggerVu.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger struct {
Quiet bool
// contains filtered or unexported fields
}
Logger writes human-readable status to stderr, keeping stdout pipe-clean.
type Sink ¶
type Sink struct {
// contains filtered or unexported fields
}
Sink collects result lines and flushes them to stdout or a file.
Click to show internal directories.
Click to hide internal directories.