Skip to content

Commit

Permalink
Updated to be easier to use. No more duplication of uuid and the extr…
Browse files Browse the repository at this point in the history
…a serialization layer is gone
  • Loading branch information
Kjell Hedstrom committed Jun 2, 2015
1 parent 9f936f5 commit c22bee1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions protofiles/LuaDefinedRule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ message LuaDefinedRule {
}



message LuaRules {
message LuaSerializedRule {
optional string uuid = 1;
required string rule = 2;
}
repeated LuaSerializedRule rules =1;
repeated LuaDefinedRule rules = 1;
}

0 comments on commit c22bee1

Please sign in to comment.