Skip to content

Commit

Permalink
add control arg
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
  • Loading branch information
aabidsofi19 committed Dec 24, 2024
1 parent 1ae857c commit bc26d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/meshmodel/core/policies/rego_policy_relationship.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type Rego struct {
policyDir string
}

func NewRegoInstance(policyDir string, regManager *registry.RegistryManager) (*Rego, error) {
func NewRegoInstance(policyDir string, regManager *registry.RegistryManager, logPrintStatements bool) (*Rego, error) {
var txn storage.Transaction
var store storage.Store

Expand Down

0 comments on commit bc26d07

Please sign in to comment.