Skip to content

Commit

Permalink
feat: remove tree modify
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangliang committed Jun 1, 2021
1 parent 8196aef commit 3f34da4
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 75 deletions.
137 changes: 64 additions & 73 deletions pkg/transfer/transfer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pkg/transfer/transfer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ message Plan {
message Event {
string image = 1;
int32 agentNum = 2;
bytes rawTree = 3;
bytes rawConf = 4;
bytes rawCfg = 3;
}

message EventReply {
Expand Down

0 comments on commit 3f34da4

Please sign in to comment.