Skip to content

Commit

Permalink
Update lib/models.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov authored May 28, 2024
1 parent e82c53e commit ba596ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ import (
const GroupSeparator = "::"

// RootGroupPath is the id of the root group
//
// Note(@mstoykov): the constant shouldn't be used in all tests in order to not couple the tests too much with it.
// Changing this will be a breaking change and in this way it will be more obvious.
const RootGroupPath = ""

// ErrNameContainsGroupSeparator is emitted if you attempt to instantiate a Group or Check that contains the separator.
Expand Down

0 comments on commit ba596ca

Please sign in to comment.