Versions in this module Expand all Collapse all v0 v0.37.2 Mar 7, 2025 GO-2024-3057 GO-2024-3057: NetBird uses a static initialization vector (IV) in github.com/netbirdio/netbird v0.37.1 Feb 24, 2025 GO-2024-3057 GO-2024-3057: NetBird uses a static initialization vector (IV) in github.com/netbirdio/netbird v0.37.0 Feb 21, 2025 GO-2024-3057 GO-2024-3057: NetBird uses a static initialization vector (IV) in github.com/netbirdio/netbird Changes in this version + type Handler func(*proto.SystemEvent) + type Manager struct + func NewManager(app fyne.App, addr string) *Manager + func (e *Manager) AddHandler(handler Handler) + func (e *Manager) SetNotificationsEnabled(enabled bool) + func (e *Manager) Start(ctx context.Context) + func (e *Manager) Stop()