EnvironmentMode defines the mode of running the policy engine
| 54 | |
| 55 | // EnvironmentMode defines the mode of running the policy engine |
| 56 | type EnvironmentMode int32 |
| 57 | |
| 58 | const ( |
| 59 | // EnvironmentModeRestrictive restricts operations that the compiler can do |