tailscale/client
Simon Law 00b9e8d8ce
ipn: add fmt.Stringer support to NotifyWatchOpt (#20072)
This patch adds support for the fmt.Stringer interface to the
ipn.NotifyWatchOpt enum. This is useful when debugging these bitmasks.

For example:

	fmt.Printf("%s", ipn.NotifyPeerChanges | ipn.NotifyNoNetMap)
	// Output: (ipn.NotifyPeerChanges | ipn.NotifyNoNetMap)

Fixes #20066

Signed-off-by: Simon Law <sfllaw@tailscale.com>
2026-06-18 10:27:16 -07:00
..
freedesktop cmd/vet: add subtestnames analyzer; fix all existing violations 2026-04-05 15:52:51 -07:00
local ipn: add fmt.Stringer support to NotifyWatchOpt (#20072) 2026-06-18 10:27:16 -07:00
systray client/systray: fix setting StatusNotifierItem ID 2026-06-04 15:43:27 -07:00
tailscale cmd/vet: add subtestnames analyzer; fix all existing violations 2026-04-05 15:52:51 -07:00
web client/web: move API permission checks into handlers (#19576) 2026-05-01 09:01:53 -07:00