Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputWriter ¶
type OutputWriter struct {
Delegate io.WriteCloser
UseDelegate bool
// contains filtered or unexported fields
}
func (*OutputWriter) Close ¶
func (out *OutputWriter) Close() error
func (*OutputWriter) Format ¶
func (out *OutputWriter) Format() string
type WrappedError ¶
type WrappedError struct {
Output string
// contains filtered or unexported fields
}
func (*WrappedError) Error ¶
func (we *WrappedError) Error() string
Click to show internal directories.
Click to hide internal directories.