Documentation ¶
Overview ¶
Package uniq keeps track of "thing" that are either "todo" or "done". Multiple identical events will only be processed once.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type U ¶
type U struct {
// contains filtered or unexported fields
}
U keeps track of item to be done.
func (U) ForEach ¶
ForEach iterates for u executes f for each element that is 'todo' and sets it to 'done'.
Click to show internal directories.
Click to hide internal directories.