mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
2a2228f97b
We add setting.RawValue, a new type that facilitates unmarshalling JSON numbers and arrays as uint64 and []string (instead of float64 and []any) for policy setting values. We then use it to make setting.RawItem JSON-marshallable and update the tests. Updates #12687 Signed-off-by: Nick Khyl <nickk@tailscale.com> |
||
---|---|---|
.. | ||
errors.go | ||
key.go | ||
origin.go | ||
policy_scope_test.go | ||
policy_scope.go | ||
raw_item_test.go | ||
raw_item.go | ||
setting_test.go | ||
setting.go | ||
snapshot_test.go | ||
snapshot.go | ||
summary.go | ||
types.go |