Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoxTimeGrid ¶
type BoxTimeGrid struct {
Store map[int64][]interface{}
BeatInterval int
// contains filtered or unexported fields
}
func NewTimeGrid ¶
func NewTimeGrid(capacity int) *BoxTimeGrid
func (*BoxTimeGrid) Put ¶
func (b *BoxTimeGrid) Put(data interface{})
Click to show internal directories.
Click to hide internal directories.