Versions in this module Expand all Collapse all v0 v0.5.0 Jul 21, 2026 Changes in this version + type Store struct + func Open(path string) (*Store, error) + func (s *Store) Close() error + func (s *Store) EnsureRun(run *model.Run) error + func (s *Store) LastRunID(project string) (string, error) + func (s *Store) ListProjectRuns(project string, limit int) ([]string, error) + func (s *Store) LoadRun(runID string) (*model.Run, error) + func (s *Store) LoadRunFromEvents(runID string) (*model.Run, error) + func (s *Store) SuccessfulDurations(project string, limit int) ([]time.Duration, error) + func (s *Store) WriteEvent(run *model.Run, ev model.Event) error + func (s *Store) WriteLog(runID, containerID, service, line string, ts time.Time) error + func (s *Store) WriteProbeResult(runID, service, probeType, target, detail string, success bool, ts time.Time) error + func (s *Store) WriteResourceSample(runID, containerID string, ts time.Time, cpu float64, ...) error