Skip to content

Commit

Permalink
fix method
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Jun 5, 2024
1 parent 3f45f00 commit fee88be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/client/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ type gcsBackend struct {
}

// Arize Open routine with offset for use with consumers and signed URLs.
func openWithOffset(ctx context.Context, ep *url.URL, fragment pb.Fragment, offset int64) (io.ReadCloser, error) {
func (s *gcsBackend) openWithOffset(ctx context.Context, ep *url.URL, fragment pb.Fragment, offset int64) (io.ReadCloser, error) {
cfg, gClient, _, err := s.gcsClient(ep)
if err != nil {
return nil, err
Expand Down

0 comments on commit fee88be

Please sign in to comment.