Skip to content

Commit

Permalink
Expose Publisher.Error() outside wire package
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdiep committed Nov 26, 2020
1 parent 581a63b commit c2dea0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubsublite/internal/wire/publisher.go
Expand Up @@ -363,6 +363,7 @@ type Publisher interface {
WaitStarted() error
Stop()
WaitStopped() error
Error() error
}

// NewPublisher creates a new client for publishing messages.
Expand Down

0 comments on commit c2dea0a

Please sign in to comment.