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>
1 year ago
..
filter.go
filter_clone.go tailcfg: add RawMessage 1 year ago
filter_test.go tailcfg: define a type for NodeCapability 1 year ago
match.go tailcfg: add RawMessage 1 year ago
tailcfg.go