Chat Handler

This commit is contained in:
Ben Toogood
2020-10-15 12:28:27 +01:00
parent 78c19be63a
commit 68f3e52656
7 changed files with 814 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
syntax = "proto3";
package chat;
option go_package = "github.com/micro/services/chat;chat";
option go_package = "github.com/micro/services/chat/proto;chat";
service Chat {
// New creates a chat for a group of users. The RPC is idempotent so if it's called multiple times