Skip to content

Commit b12a8a1

Browse files
committed
chore(xalign): add comments about interactive order flags
1 parent 15160b1 commit b12a8a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/strategy/xalign/strategy.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ type Strategy struct {
6363
// InteractiveOrderDelay is the delay duration for interactive order confirmation in Slack
6464
InteractiveOrderDelay types.Duration `json:"interactiveOrderDelay"`
6565
// InteractiveOrderEnabled enables interactive order confirmation in Slack
66-
InteractiveOrderEnabled bool `json:"interactiveOrderEnabled"`
66+
InteractiveOrderEnabled bool `json:"interactiveOrderEnabled"`
67+
// isInteractiveOrderEnabled is true iff InteractiveOrderEnabled = true and the interactive order dispatcher is available
6768
isInteractiveOrderEnabled bool
6869

6970
WarningDuration types.Duration `json:"warningFor"`

0 commit comments

Comments
 (0)