forked from TrueCloudLab/policy-engine
[#18] chain: Drop Actor object type
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
63ecf63a08
commit
b7645489d0
1 changed files with 0 additions and 1 deletions
1
chain.go
1
chain.go
|
@ -68,7 +68,6 @@ type ObjectType byte
|
|||
const (
|
||||
ObjectResource ObjectType = iota
|
||||
ObjectRequest
|
||||
ObjectActor
|
||||
)
|
||||
|
||||
type ConditionType byte
|
||||
|
|
Loading…
Reference in a new issue