Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConsolePretty ¶
Types ¶
type Formatter ¶
type Formatter interface {
Format(context.Context, io.Writer, *shorttermmemory.Aggregator) error
}
type FormatterFunc ¶
type FormatterFunc func(context.Context, io.Writer, *shorttermmemory.Aggregator) error
func (FormatterFunc) Format ¶
func (fn FormatterFunc) Format(ctx context.Context, w io.Writer, s *shorttermmemory.Aggregator) error
Click to show internal directories.
Click to hide internal directories.