Documentation ¶
Overview ¶
Package lwp = lightweight policy
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct { // ID of the policy ID int64 `json:"id"` // Algorithm applied to the rules // "OR" / "AND" Algorithm string `json:"algorithm"` // Rule collection Rules []*rule.Metadata `json:"rules"` }
Metadata contains partial metadata of policy It's a lightweight version of policy.Metadata
Click to show internal directories.
Click to hide internal directories.