Skip to content

Commit

Permalink
feat: add Notified field to CircuitBreakerMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Shadowbroker committed Feb 12, 2025
1 parent 0b141e1 commit 6bf4e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message/circuit_breaker_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type CircuitBreakerMessage struct {
LastModified *types.Timestamp `json:"lastModified"`
LastOpened *types.Timestamp `json:"lastOpened,omitempty"`
LoopCounter int `json:"loopCounter"`
Notified bool `json:"notified"`
OriginMessageId string `json:"originMessageId"`
Status enum.CircuitBreakerStatus `json:"status"`
}

0 comments on commit 6bf4e8e

Please sign in to comment.