potential proto stubs

This commit is contained in:
watsonb8 2020-01-18 18:08:03 -05:00
parent dc7879c23d
commit 0967be50ea

View File

@ -0,0 +1,34 @@
syntax = "proto3";
package Aurora.Proto.Party;
import "Proto/general.proto";
service RemotePartyService {
//Party Resource
//Get Party
//CUSTOM: Join
//CUSTOM: Leave
//Member Resource
//List
//Get
//Create
//Update
//Delete
//Media Resource
//List
//Get
//CUSTOM: Stream
//CUSTOM: Sync
//EventSubscriptions Resource
//List
//Get
//Create
//Delete
//Event
//Get
}