internal
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package internal contains miscellaneous functions and typesthat are internal to the syspolicy packages.
Index¶
Constants¶
This section is empty.
Variables¶
var Initlazy.DeferredInitInit facilitates deferred invocation of initializers.
var OSForTestinglazy.SyncValue[string]OSForTesting is the operating system override used for testing.It follows the same naming convention asversion.OS.
Functions¶
funcEqualJSONForTest¶
EqualJSONForTest compares the JSON in j1 and j2 for semantic equality.It returns "", "", true if j1 and j2 are equal. Otherwise, it returnsindented versions of j1 and j2 and false.
Types¶
This section is empty.
Directories¶
| Path | Synopsis |
|---|---|
Package loggerx provides logging functions to the rest of the syspolicy packages. | Package loggerx provides logging functions to the rest of the syspolicy packages. |
Package metrics provides logging and reporting for policy settings and scopes. | Package metrics provides logging and reporting for policy settings and scopes. |