Add TRUST ResultStatus (#13)
Some checks are pending
Java deploy / deploy (push) Waiting to run

This commit is contained in:
Baikov Dmitrii 2024-10-17 18:03:52 +03:00 committed by GitHub
parent 913e8790ff
commit e9d16e067c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -371,6 +371,7 @@ union ResultStatus {
6: HighRisk high_risk
7: Normal normal
8: Notify notify
9: Trust trust
}
struct Accept {}
@ -381,6 +382,7 @@ struct DeclineAndNotify {}
struct HighRisk {}
struct Normal {}
struct Notify {}
struct Trust {}
struct ConcreteCheckResult {
1: required ResultStatus result_status