[#18] chain: Drop Actor object type

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2023-11-13 17:39:17 +03:00
parent 63ecf63a08
commit b7645489d0

View file

@ -68,7 +68,6 @@ type ObjectType byte
const (
ObjectResource ObjectType = iota
ObjectRequest
ObjectActor
)
type ConditionType byte