Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adriandavila committed Dec 29, 2023
1 parent d1b1075 commit 4b435b2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ortoa-lbl/Operation.thrift
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
enum OpType {
GET,
PUT,
EOD
}

struct Operation {
1: OpType op,
1: string op,
2: string key,
3: string value
}

service RPC {
service Send_Op {
binary access(1:Operation operation),
}

0 comments on commit 4b435b2

Please sign in to comment.