Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: gofmt fixes #1290

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Conversation

noahdietz
Copy link
Collaborator

Not sure what the difference between our environments was, perhaps the Go version used (gofmt can change between versions). Anyways here are the fixes @leahecole @galz10

gofmt -w ./server/services

On my workstation, using Go:
go version go1.21-20230317-RC01 cl/517508637 +f53a95fe39 linux/amd64

On my laptop, using Go:
go version go1.20.3 darwin/amd64

@leahecole
Copy link
Contributor

Thank you, this is super helpful!

@leahecole leahecole merged commit e5cdab0 into googleapis:sequence_streaming Apr 6, 2023
@noahdietz noahdietz deleted the gofmt-fixes branch April 6, 2023 17:11
galz10 added a commit that referenced this pull request Apr 12, 2023
* feat: add proto descriptions for streaming sequence

Co-authored-by: Leah Cole <coleleah@google.com>
Co-authored-by: Gal Zahavi <galzahavi@google.com>

* fix: fix test failure - change endpoint for AttemptStreamingSequence

Co-authored-by: Leah Cole <coleleah@google.com>
Co-authored-by: Gal Zahavi <galzahavi@google.com>

* fix: update URI per Noah's suggestion

Co-authored-by: Leah Cole <coleleah@google.com>
Co-authored-by: Gal Zahavi <galzahavi@google.com>

* fix: adjust indentation

Co-authored-by: Leah Cole <coleleah@google.com>
Co-authored-by: Gal Zahavi <galzahavi@google.com>

* update return type

* Added StreamingSequence Service

Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com>

* Created StreamingSequence file and added functions

Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com>

* changed AttemptStreamingSequence function

Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com>

* updated AttemptStreamingSequence

* updated StreamSequence to support stream resuming

* fixed StreamReport not being found issue

* cleanup: small style changes

* condense streaming logic into sequence svc files

* added StreamingSequence tests

* lint fixes

* chore: gofmt fixes (#1290)

* Apply suggestions from code review

style fixes related to snake/camel case

Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>

* address comments

* Update schema/google/showcase/v1beta1/sequence.proto

Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>

* changed streaming_sequence to streamingSequence

* fixed failing GetStreamingsequence issue

* change Streaming_squence to streaming_sequence

* regenerated sequence service

* fixed lint failure

* changed method_signature to StreamingSequence

* revert changes

* regenerated genrest

* edit AttemptStreamingSeq.error to attempt_status

* changed AttemptStreamingSequenceRequest comment

* remove status from AttemptStreamingSequenceRequest

---------

Co-authored-by: Gal Zahavi <galzahavi@google.com>
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com>
Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants