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/util/syspolicy/setting
Nick Khyl 67df9abdc6 util/syspolicy/setting: add package that contains types for the next syspolicy PRs
Package setting contains types for defining and representing policy settings.
It facilitates the registration of setting definitions using Register and RegisterDefinition,
and the retrieval of registered setting definitions via Definitions and DefinitionOf.
This package is intended for use primarily within the syspolicy package hierarchy,
and added in a preparation for the next PRs.

Updates #12687

Signed-off-by: Nick Khyl <nickk@tailscale.com>
2 months ago
..
errors.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
key.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
origin.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
policy_scope.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
policy_scope_test.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
raw_item.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
setting.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
setting_test.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
snapshot.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
snapshot_test.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
summary.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago
types.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 2 months ago