Skip to content

Commit

Permalink
cedar-go: comment hygiene
Browse files Browse the repository at this point in the history
Signed-off-by: philhassey <[email protected]>
  • Loading branch information
patjakdev authored and philhassey committed Aug 23, 2024
1 parent 09aff40 commit 8afc736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (

type PolicyID string

// A set of named policies against which a request can be authorized.
// PolicySet is a set of named policies against which a request can be authorized.
type PolicySet struct {
policies map[PolicyID]*Policy
}

// Create a new, empty PolicySet
// NewPolicySet creates a new, empty PolicySet
func NewPolicySet() PolicySet {
return PolicySet{policies: map[PolicyID]*Policy{}}
}
Expand Down

0 comments on commit 8afc736

Please sign in to comment.