tailscale/wgengine/filter
Maisem Ali d06b48dd0a tailcfg: add RawMessage
This adds a new RawMessage type backed by string instead of the
json.RawMessage which is backed by []byte. The byte slice makes
the generated views be a lot more defensive than the need to be
which we can get around by using a string instead.

Updates #cleanup

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2023-09-18 12:00:34 -07:00
..
filter_clone.go tailcfg: add RawMessage 2023-09-18 12:00:34 -07:00
filter_test.go tailcfg: define a type for NodeCapability 2023-09-17 13:16:29 -07:00
filter.go all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 2023-08-17 08:42:35 -07:00
match.go tailcfg: add RawMessage 2023-09-18 12:00:34 -07:00
tailcfg.go tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilities 2023-07-25 14:32:51 -07:00