[#18] chain: Drop Actor object type
All checks were successful
DCO action / DCO (pull_request) Successful in 58s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m32s
Tests and linters / Tests (1.21) (pull_request) Successful in 1m27s
Tests and linters / Tests with -race (pull_request) Successful in 1m26s
Tests and linters / Staticcheck (pull_request) Successful in 1m35s
Tests and linters / Lint (pull_request) Successful in 3m3s

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