mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
remove protobuf (part 2)
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
namespace flatbuf;
|
||||
namespace hyperionnet;
|
||||
|
||||
enum Type : int {
|
||||
REPLY = 0,
|
||||
VIDEO = 1,
|
||||
}
|
||||
|
||||
table HyperionReply {
|
||||
type:Type;
|
||||
success:bool;
|
||||
table Reply {
|
||||
error:string;
|
||||
video:int;
|
||||
video:int = -1;
|
||||
}
|
||||
|
||||
root_type HyperionReply;
|
||||
root_type Reply;
|
||||
|
Reference in New Issue
Block a user