You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
filter.go all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 2 years ago
filter_clone.go tailcfg: add RawMessage 2 years ago
filter_test.go tailcfg: define a type for NodeCapability 2 years ago
match.go tailcfg: add RawMessage 2 years ago
tailcfg.go tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilities 2 years ago