Documentation ¶
Index ¶
- type Intervals
- func (i *Intervals) Add(start, end uint64)
- func (i *Intervals) Last() (end uint64)
- func (i *Intervals) MarshalBinary() (data []byte, err error)
- func (i *Intervals) Merge(m *Intervals)
- func (i *Intervals) Next() (start, end uint64)
- func (i *Intervals) String() string
- func (i *Intervals) UnmarshalBinary(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Intervals ¶
type Intervals struct {
// contains filtered or unexported fields
}
func NewIntervals ¶
func (*Intervals) MarshalBinary ¶
func (*Intervals) UnmarshalBinary ¶
Click to show internal directories.
Click to hide internal directories.