Skip to content

Commit

Permalink
use uint8 for recovery mode type
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed May 21, 2024
1 parent bbe5bb1 commit 8357fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func WithRecovery(enabled bool) SubscribeOption {
}
}

type RecoveryMode int32
type RecoveryMode uint8

const (
RecoveryModeStream RecoveryMode = 0
Expand Down

0 comments on commit 8357fe0

Please sign in to comment.