Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Manager struct + func NewManager(dir string) *Manager + func (m *Manager) Create(name string, protocols []string) (*Snapshot, error) + func (m *Manager) List() ([]*Snapshot, error) + func (m *Manager) Load(name string) (*Snapshot, error) + type SessionRecord struct + EndTime time.Time + ID string + Packets int + Protocol string + StartTime time.Time + type Snapshot struct + CreatedAt time.Time + Hash string + Name string + Protocols []string + Size int64