Versions in this module Expand all Collapse all v1 v1.1.0 Dec 13, 2023 v1.0.0 Apr 27, 2019 Changes in this version + const VIEWTEST_NOTE1 + const VIEWTEST_NOTE2 + const VIEWTEST_NOTE3 + const VIEWTEST_NOTE4 + const VIEWTEST_NOTE5 + const VIEWTEST_NOTE6 + const ViewTestMediator2_NAME + const ViewTestMediator3_NAME + const ViewTestMediator4_NAME + const ViewTestMediator5_NAME + const ViewTestMediator6_NAME + const ViewTestMediator_NAME + const ViewTestNote_NAME + var ViewTestVar int + func NotifyTestMethod(note interfaces.INotification) + func ViewTestNoteNew(body interface{}) interfaces.INotification + type Data struct + type ISuper interface + func NewSub(name string) ISuper + func NewSuper(name string) ISuper + type ObserverTest struct + NotifyMethod func(note interfaces.INotification) + type Sub struct + type Super struct + type ViewTestMediator struct + func (viewTestMediator *ViewTestMediator) ListNotificationInterests() []string + type ViewTestMediator2 struct + func (mediator *ViewTestMediator2) HandleNotification(notification interfaces.INotification) + func (mediator *ViewTestMediator2) ListNotificationInterests() []string + type ViewTestMediator3 struct + func (mediator *ViewTestMediator3) HandleNotification(notification interfaces.INotification) + func (mediator *ViewTestMediator3) ListNotificationInterests() []string + type ViewTestMediator4 struct + func (mediator *ViewTestMediator4) OnRegister() + func (mediator *ViewTestMediator4) OnRemove() + type ViewTestMediator5 struct + func (mediator *ViewTestMediator5) HandleNotification(notification interfaces.INotification) + func (mediator *ViewTestMediator5) ListNotificationInterests() []string + type ViewTestMediator6 struct + func (mediator *ViewTestMediator6) HandleNotification(notification interfaces.INotification) + func (mediator *ViewTestMediator6) ListNotificationInterests() []string + func (mediator *ViewTestMediator6) OnRemove() + type ViewTestNote struct