Documentation
¶
Index ¶
Constants ¶
View Source
const ( SamplingWindow = 7 * 24 * time.Hour // Ref: CIP-036 RequestWindow = SamplingWindow // StorageWindow TODO @renaynay: point it back to RequestWindow + 1 hr in following release StorageWindow = (30 * 24 * time.Hour) + time.Hour )
Variables ¶
View Source
var ErrOutsideSamplingWindow = errors.New("timestamp outside sampling window")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.