Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
func (Filter) Pass ¶
func (f Filter) Pass(msg MessageWrap) bool
type Formatter ¶
type Formatter interface {
Format(msg MessageWrap) (string, bool)
}
type MessageWrap ¶
Click to show internal directories.
Click to hide internal directories.