Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoAvailableClients = errors.New("no available clients")
Functions ¶
Types ¶
type SimpleQueue ¶
type SimpleQueue struct {
// contains filtered or unexported fields
}
func NewSimpleQueue ¶
func NewSimpleQueue() *SimpleQueue
func (*SimpleQueue) GetAverage ¶
func (this *SimpleQueue) GetAverage(t time.Time) int64
func (*SimpleQueue) Insert ¶
func (this *SimpleQueue) Insert(data int64)
Click to show internal directories.
Click to hide internal directories.