Skip to content

Commit

Permalink
chore: clean obsolete message
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Oct 10, 2023
1 parent d6bb9d6 commit 038d964
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/Interface/proto/custom.action.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ message CustomActionInit {
optional string name = 2;
}

message CustomActionSubmit {
optional string handle = 1;
optional string cmd_id = 2;
optional bool ok = 3;
}

message CustomActionRequest {
optional bool ok = 1;
oneof result { CustomActionInit init = 101; }
Expand Down

0 comments on commit 038d964

Please sign in to comment.