Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallbacksById ¶
type CallbacksById struct {
// contains filtered or unexported fields
}
func NewCallbacksById ¶
func NewCallbacksById() *CallbacksById
func (*CallbacksById) Add ¶
func (c *CallbacksById) Add(id string, cb func(interface{}))
func (*CallbacksById) CallAll ¶
func (c *CallbacksById) CallAll(id string, param interface{})
func (*CallbacksById) ClearAll ¶
func (c *CallbacksById) ClearAll()
func (*CallbacksById) ClearId ¶
func (c *CallbacksById) ClearId(id string)
func (*CallbacksById) HasId ¶
func (c *CallbacksById) HasId(id string) bool
Click to show internal directories.
Click to hide internal directories.