zntg/ui/notifier.go

6 lines
75 B
Go
Raw Permalink Normal View History

2020-05-16 11:46:07 +00:00
package ui
type Notifier interface {
Notify(Context, interface{}) bool
}