Versions in this module Expand all Collapse all v0 v0.2.0 May 30, 2024 v0.1.0 May 29, 2024 Changes in this version + type Filter struct + func NewFilter(server, typ string) *Filter + func (f Filter) Pass(msg MessageWrap) bool + type Formatter interface + Format func(msg MessageWrap) (string, bool) + func New(format, server, typ string) Formatter + type MessageWrap struct + Device string + Duration time.Duration + Msg *codec.Message + Server string + Size int + When time.Time