NewPolicy creates a new Policy instance with an ID associated with the YAML node.
(*yaml.Node)
| 393 | |
| 394 | // NewPolicy creates a new Policy instance with an ID associated with the YAML node. |
| 395 | NewPolicy(*yaml.Node) (*Policy, int64) |
| 396 | |
| 397 | // NewRule creates a new Rule instance with an ID associated with the YAML node. |
| 398 | NewRule(*yaml.Node) (*Rule, int64) |
no outgoing calls
no test coverage detected