tailscale/util/syspolicy/setting
Brad Fitzpatrick 265c76dbc5 all: unify some redundant testing.TB interface copies
I added yet another one in 6d117d64a2 but that new one is at the
best place int he dependency graph and has the best name, so let's use
that one for everything possible.

types/lazy can't use it for circular dependency reasons, so unexport
that copy at least.

Updates #cleanup

Change-Id: I25db6b6a0d81dbb8e89a0a9080c7f15cbf7aa770
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2025-04-08 08:19:29 -07:00
..
errors.go util/syspolicy/source: add package for reading policy settings from external stores 2024-09-03 14:51:14 -05:00
key.go util/syspolicy: implement a syspolicy store that reads settings from environment variables 2024-10-30 11:12:22 -05:00
origin.go all: statically enforce json/v2 interface satisfaction (#15154) 2025-02-27 12:33:31 -08:00
policy_scope_test.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2024-08-12 21:02:35 -05:00
policy_scope.go util/syspolicy: add rsop package that provides access to the resultant policy 2024-10-16 00:06:14 -05:00
raw_item_test.go util/syspolicy/setting: make setting.RawItem JSON-marshallable 2024-10-30 12:50:29 -05:00
raw_item.go all: statically enforce json/v2 interface satisfaction (#15154) 2025-02-27 12:33:31 -08:00
setting_test.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2024-08-12 21:02:35 -05:00
setting.go all: unify some redundant testing.TB interface copies 2025-04-08 08:19:29 -07:00
snapshot_test.go util/syspolicy/setting: make setting.Snapshot JSON-marshallable 2024-10-30 12:50:29 -05:00
snapshot.go all: statically enforce json/v2 interface satisfaction (#15154) 2025-02-27 12:33:31 -08:00
summary.go all: statically enforce json/v2 interface satisfaction (#15154) 2025-02-27 12:33:31 -08:00
types.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2024-08-12 21:02:35 -05:00