Skip to content

Commit

Permalink
Fix interface implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-bradley committed Aug 7, 2024
1 parent a0b8bfd commit 6f85be2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions consumer/consumererror/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ func WithGRPCStatus(status *status.Status) ErrorOption {

var _ error = &errorData{}

func (e *errorData) unexported() {}

func (e *errorData) Error() string {
return e.error.Error()
}
Expand Down

0 comments on commit 6f85be2

Please sign in to comment.