FindByIdentifier finds a protection rule by parent ID and identifier.
( ctx context.Context, parentType enum.RuleParent, parentID int64, identifier string, )
| 563 | |
| 564 | // FindByIdentifier finds a protection rule by parent ID and identifier. |
| 565 | FindByIdentifier( |
| 566 | ctx context.Context, |
| 567 | parentType enum.RuleParent, |
| 568 | parentID int64, |
no outgoing calls
no test coverage detected