Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DryRunWriter ¶ added in v0.3.0
type DryRunWriter interface {
// GetWriter creates DryRunWriters writing to the
// same backend but for different roots (e.g. for
// resources and docs)
GetWriter(root string) Writer
// Flush wraps up dryrun writing and flushes
// results to the underlying writer (e.g. os.Stdout)
Flush() bool
}
DryRunWriter is the functional interface for working with dry run writers
func NewDryRunWritersFactory ¶ added in v0.3.0
func NewDryRunWritersFactory(w io.Writer) DryRunWriter
NewDryRunWritersFactory creates factory for DryRunWriters writing to the same backend but for different roots (e.g. for resources and docs)
Click to show internal directories.
Click to hide internal directories.