Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JsonFormatter ¶
type JsonFormatter struct {
// contains filtered or unexported fields
}
func NewJsonFormatter ¶
func NewJsonFormatter(console ...bool) *JsonFormatter
func (*JsonFormatter) Format ¶
func (f *JsonFormatter) Format(entity *Entity) Buffer
type TextFormatter ¶
type TextFormatter struct {
// contains filtered or unexported fields
}
func NewTextFormatter ¶
func NewTextFormatter(console ...bool) *TextFormatter
func (*TextFormatter) Format ¶
func (f *TextFormatter) Format(entity *Entity) Buffer
Click to show internal directories.
Click to hide internal directories.