Documentation
¶
Overview ¶
Package core provides shared helpers used by permissions subcommand packages. It owns error constructors and diff logic; subcommands import core, never each other.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiffStringSlices ¶
DiffStringSlices computes the set difference between golden and local slices.
Parameters:
- golden: Entries from the golden settings file
- local: Entries from the local settings file
Returns:
- restored: Entries in golden but not in local
- dropped: Entries in local but not in golden
Both output slices preserve the source ordering of their respective inputs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.