mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
HG-472 Try to inject priority field into exists TerminalRef (#439)
This commit is contained in:
parent
0b8b408b91
commit
2f1a27c60e
@ -1756,8 +1756,6 @@ struct WithdrawalProviderDecision {
|
||||
2: required WithdrawalProviderSelector then_
|
||||
}
|
||||
|
||||
struct TerminalRef { 1: required ObjectID id }
|
||||
|
||||
/** Inspectors */
|
||||
|
||||
struct InspectorRef { 1: required ObjectID id }
|
||||
@ -1795,7 +1793,7 @@ struct Terminal {
|
||||
|
||||
union TerminalSelector {
|
||||
1: list<TerminalDecision> decisions
|
||||
2: set<TerminalRef> value
|
||||
2: set<ProviderTerminalRef> value
|
||||
}
|
||||
|
||||
struct TerminalDecision {
|
||||
@ -1803,6 +1801,15 @@ struct TerminalDecision {
|
||||
2: required TerminalSelector then_
|
||||
}
|
||||
|
||||
struct ProviderTerminalRef {
|
||||
1: required ObjectID id
|
||||
2: optional i64 priority = 1000
|
||||
}
|
||||
|
||||
struct TerminalRef {
|
||||
1: required ObjectID id
|
||||
}
|
||||
|
||||
/* Predicates / conditions */
|
||||
|
||||
union Predicate {
|
||||
|
Loading…
Reference in New Issue
Block a user