# Functions
Get is handler to for GET.
GetDefaultPlatformPolicy gets policy for default platform.
GetDefaultPolicy returns default policy.
LoadPolicyInfo returns policy for cpu on current machine (example: broadwell).
Register handlers.
# Type aliases
CPUArchitecture represents cpu model example: broadwell: gold: Cache: Min: 1 Max: 1 Pstate: Ratio: 0.1
.
Module represents attributes for single module example: Cache: Min: 1 Max: 1
.
Param represents single policy attribute example: "MaxCache: 4"
.
Policy represents policy type example: gold: Cache: Min: 1 Max: 1 Pstate: Ratio: 0.1
.