NewPolicy creates a new Policy instance with an ID associated with the YAML node.
(*yaml.Node)
| 435 | |
| 436 | // NewPolicy creates a new Policy instance with an ID associated with the YAML node. |
| 437 | NewPolicy(*yaml.Node) (*Policy, int64) |
| 438 | |
| 439 | // NewRule creates a new Rule instance with an ID associated with the YAML node. |
| 440 | NewRule(*yaml.Node) (*Rule, int64) |
no outgoing calls
no test coverage detected