diff --git a/_examples/golang-sse/proto/chat.ridl b/_examples/golang-sse/proto/chat.ridl index c72864c1..4c02260c 100644 --- a/_examples/golang-sse/proto/chat.ridl +++ b/_examples/golang-sse/proto/chat.ridl @@ -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 \ No newline at end of file +error 100 EmptyUsername "Username must be provided." HTTP 400