Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
Base struct
func (*Base) Handle ¶
func (s *Base) Handle(msg notificationcenter.Message, stopIfError bool) (err error)
Handle process the message with list of handlers
func (*Base) Subscribe ¶
func (s *Base) Subscribe(h notificationcenter.Handler) error
Subscribe new handler
func (*Base) Unsubscribe ¶
func (s *Base) Unsubscribe(h notificationcenter.Handler) (err error)
Unsubscribe some handler
Click to show internal directories.
Click to hide internal directories.