package config // StorageCfg groups event storage and garbage collection settings. type StorageCfg struct { MaxStorageBytes int64 GCEnabled bool GCIntervalSec int GCBatchSize int }