Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
qhenkart committed Nov 15, 2023
1 parent 9aafff9 commit 081b906
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 385 deletions.
5 changes: 3 additions & 2 deletions app/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ type EnvQueue struct {
ReceiveMessageWaitTimeSeconds int
RedrivePolicy string
MaximumMessageSize int
VisibilityTimeout int
}

type EnvQueueAttributes struct {
VisibilityTimeout int
ReceiveMessageWaitTimeSeconds int
MaximumMessageSize int
MaximumMessageSize int
}

type Environment struct {
Expand All @@ -41,7 +42,7 @@ type Environment struct {
Topics []EnvTopic
Queues []EnvQueue
QueueAttributeDefaults EnvQueueAttributes
RandomLatency RandomLatency
RandomLatency RandomLatency
}

var CurrentEnvironment Environment
Expand Down
Loading

0 comments on commit 081b906

Please sign in to comment.