Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackSet ¶
type CallbackSet interface { Insert(item string) Delete(item string) Has(item string) bool WithCallback(callbackFunc func()) CallbackSet }
func NewCallbackSet ¶
func NewCallbackSet() CallbackSet
Click to show internal directories.
Click to hide internal directories.