Versions in this module Expand all Collapse all v1 v1.3.8 Jun 12, 2024 v1.3.7 Jun 12, 2024 Changes in this version + const Bucket1 + const Bucket2 + const Bucket3 + const Bucket4 + const Bucket5 + const Bucket6 + const Bucket7 + const Bucket8 + const BucketUpperBound + const HumanTimeFormat + type Action string + type Application string + type Bucket uint8 + type CodeLocation string + func (cl CodeLocation) Mark(category string) + type Context string + func (contextName Context) String() string + type Entity string + func (c Entity) Abbreviate(maxWidth int) Entity + type Error Message + type Event struct + Action Action + Application Application + Context Context + Entity Entity + Error Error + Level level.Level + Line Line + Message Message + Timestamp Timestamp + func (event Event) CodeLocation() CodeLocation + type Line uint64 + const NoLineNumber + func (l *Line) UnmarshalJSON(bytes []byte) error + type Message string + func (msg Message) Matches(filters *[]model.Filter) model.FilterKind + func (msg Message) String() string + type SinkEvent struct + Filters model.Filters + Mapping *mapping.Mapping + SourceURL SourceURL + func (event SinkEvent) LevelMeterBucket() Bucket + type SourceURL url.URL + func (u *SourceURL) HashInt() int + func (u *SourceURL) HashString() string + func (u *SourceURL) Normalize() + func (u *SourceURL) QueryFlag(key string) bool + func (u *SourceURL) QueryInt64(key string) (*int64, error) + func (u *SourceURL) QueryKey(key string) (string, bool) + func (u *SourceURL) ShortForm() string + func (u *SourceURL) String() string + type Timestamp time.Time + func (t *Timestamp) UnmarshalJSON(bytes []byte) error