Skip to content

Commit

Permalink
feat: LaanaDataWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley-Young committed Aug 30, 2024
1 parent b637d89 commit 2143c48
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions proto/laana.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
syntax = 'proto3';
package Laana;

import 'proto/action/wrapper.proto';
import 'proto/event/wrapper.proto';

message LannaDataWrapper {
oneof data {
ActionPing actionPing = 1;
ActionPong actionPong = 2;
EventWrapper event = 3;
}
}

0 comments on commit 2143c48

Please sign in to comment.