Documentation
¶
Index ¶
- type Output
- func (w *Output) Indent()
- func (w *Output) Newline() (int, error)
- func (w *Output) Printf(format string, args ...interface{}) (int, error)
- func (w *Output) Printfln(format string, args ...interface{}) (int, error)
- func (w *Output) Println(s string) (int, error)
- func (w *Output) UnIndent()
- func (w *Output) WithBlock(prefix string, callback func())
- func (w *Output) WithIfAndElse(prefix string, callback func(), callback2 func())
- func (w *Output) WithIndent(prefix string, callback func())
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
Output : leveled output writer
func (*Output) WithIfAndElse ¶
WithIfAndElse :
func (*Output) WithIndent ¶
WithIndent :
Click to show internal directories.
Click to hide internal directories.