(index int, widget Widget)
| 12 | |
| 13 | type widgetListObserver interface { |
| 14 | onInsertingWidget(index int, widget Widget) error |
| 15 | onInsertedWidget(index int, widget Widget) error |
| 16 | onRemovingWidget(index int, widget Widget) error |
| 17 | onRemovedWidget(index int, widget Widget) error |
no outgoing calls
no test coverage detected