generated from TrueCloudLab/basic
[#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
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:
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