Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrOutOfOrderEntry = "out of order entry %s was received before entries: %v\n" ErrEntryNotReceivedWs = "websocket failed to receive entry %v within %f seconds\n" ErrEntryNotReceived = "failed to receive entry %v within %f seconds\n" ErrDuplicateEntry = "received a duplicate entry for ts %v\n" ErrUnexpectedEntry = "received an unexpected entry with ts %v\n" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comparator ¶
type Comparator struct {
// contains filtered or unexported fields
}
func NewComparator ¶
func (*Comparator) Size ¶
func (c *Comparator) Size() int
func (*Comparator) Stop ¶
func (c *Comparator) Stop()
Click to show internal directories.
Click to hide internal directories.