MCPcopy
hub / github.com/netbirdio/netbird / Notifier

Interface Notifier

client/ui/notifier/notifier.go:10–12  ·  view source on GitHub ↗

Notifier sends desktop notifications.

Source from the content-addressed store, hash-verified

8
9// Notifier sends desktop notifications.
10type Notifier interface {
11 Send(title, body string)
12}
13
14// New returns a platform-specific Notifier. The fyne app is used as the
15// fallback notifier on platforms where no native implementation is wired up,

Callers

nothing calls this directly

Implementers 15

ICEBindclient/iface/bind/ice_bind.go
RelayBindJSclient/iface/bind/relay_bind.go
mockSubscribeEventsServerclient/server/server_test.go
fyneNotifierclient/ui/notifier/notifier.go
comNotifierclient/ui/notifier/notifier_windows.go
GRPCClientflow/client/client.go
flowServiceEventsClientflow/proto/flow_grpc.pb.go
flowServiceEventsServerflow/proto/flow_grpc.pb.go
mockConnectStreamServersignal/peer/peer_test.go
Peersignal/peer/peer.go
Serversignal/server/signal.go
concurrencyCheckStreamsignal/server/concurrent_send_test.go

Calls

no outgoing calls

Tested by

no test coverage detected