Skip to content

Commit

Permalink
Fix generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Dec 10, 2023
1 parent 551b9ba commit 2a69594
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
35 changes: 19 additions & 16 deletions _examples/golang-sse/proto/chat.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _examples/golang-sse/proto/chat.ridl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ service Chat
- SendMessage(username: string, text: string)
- SubscribeMessages(username: string) => stream (messages: Message)

error 100 ErrEmptyUsername "Username can't be empty." HTTP 400
error 100 EmptyUsername "Username can't be empty." HTTP 400

0 comments on commit 2a69594

Please sign in to comment.