package replays import "time" // HLSSegment represents a single HLS segment. type HLSSegment struct { ID string StreamID string Timestamp time.Time OutputConfigurationID string Path string }