zntg/ui/notifier.go

6 lines
75 B
Go

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