Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhang93 authored Mar 30, 2024
1 parent 4c47e94 commit d7dd9eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ func main() {

```go
ziggurat.Ziggurat{
Logger StructuredLogger // a logger implementation of ziggurat.StructuredLogger
WaitTimeout time.Duration // wait timeout when consumers are shutdown
ErrorHandler func(err error) // a notifier for when one of the message consumers is shutdown abruptly
Logger StructuredLogger // a logger implementation of ziggurat.StructuredLogger
ShutdownTimeout time.Duration // wait timeout when consumers are shutdown default value: 6 seconds
ErrorHandler func(err error) // a notifier for when one of the message consumers is shutdown abruptly
}
```

Expand Down

0 comments on commit d7dd9eb

Please sign in to comment.