package ui type Notifier interface { Notify(Context, interface{}) bool }