Versions in this module Expand all Collapse all v0 v0.1.0 Jun 3, 2019 Changes in this version + type EntryHandler interface + Handle func(labels model.LabelSet, time time.Time, entry string) error + type EntryHandlerFunc func(labels model.LabelSet, time time.Time, entry string) error + func (e EntryHandlerFunc) Handle(labels model.LabelSet, time time.Time, entry string) error + type EntryMiddleware interface + Wrap func(next EntryHandler) EntryHandler + func AddLabelsMiddleware(additionalLabels model.LabelSet) EntryMiddleware + type EntryMiddlewareFunc func(next EntryHandler) EntryHandler + func (e EntryMiddlewareFunc) Wrap(next EntryHandler) EntryHandler + type EntryParser int + const CRI + const Docker + const Raw + func (e *EntryParser) Set(s string) error + func (e *EntryParser) UnmarshalYAML(unmarshal func(interface{}) error) error + func (e EntryParser) String() string + func (e EntryParser) Wrap(next EntryHandler) EntryHandler