Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( // StepMonth represents a one month interval StepMonth string = "month" // StepWeek represents a one week interval StepWeek string = "week" // StepDay represents a one day interval StepDay string = "day" // StepHour represents a one hour interval StepHour string = "hour" // StepMinute represents a one minute interval StepMinute string = "minute" )
Variables ¶
This section is empty.
Functions ¶
func SplitDateRange ¶
SplitDateRange splits start-end range in a subset of ranges respecting the given step Ranges with granularity of StepMonth are aligned to 1st of each month in order to improve export efficiency at block transfer level
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.