Versions in this module Expand all Collapse all v0 v0.5.0 Jul 21, 2026 Changes in this version + func ToModelEvents(runID string, project string, events []Event) []model.Event + type Event struct + CacheHit bool + Image string + Kind string + Message string + Service string + Step string + Timestamp time.Time + func ParseLines(lines []string, now time.Time) []Event + func ParseReader(r interface{ ... }, now time.Time) ([]Event, error)