Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatDate ¶
FormatDate returns the date string in YYYY-MM-DD format for S3 key prefixes.
Types ¶
type Sequence ¶
type Sequence struct {
// contains filtered or unexported fields
}
Sequence generates unique Sequence IDs for a specific day. Sequence ID Format: (minutes_from_day_start << 20) | atomic_counter
func NewSequence ¶
NewSequence creates a new sequence generator for the given day.
Click to show internal directories.
Click to hide internal directories.