Skip to content

Commit

Permalink
Fix RIDL definition
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Dec 10, 2023
1 parent a34136a commit d96d194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _examples/golang-sse/proto/chat.ridl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ struct Message

service Chat
- SendMessage(username: string, text: string)
- SubscribeMessages(username: string) => stream (messages: Message)
- SubscribeMessages(username: string) => stream (message: Message)

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

0 comments on commit d96d194

Please sign in to comment.