Skip to content

Commit

Permalink
Add detachRole executor
Browse files Browse the repository at this point in the history
Signed-off-by: grimadas <[email protected]>
  • Loading branch information
grimadas committed Dec 15, 2017
1 parent b9e78e7 commit 1f8507d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irohad/model/execution/impl/command_executor_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CommandExecutorFactory::create() {
executors[typeid(GrantPermission)] = std::make_shared<GrantPermissionExecutor>();
executors[typeid(RevokePermission)] = std::make_shared<RevokePermissionExecutor>();
executors[typeid(SetAccountDetail)] = std::make_shared<SetAccountDetailExecutor>();
executors[typeid(DetachRole)] = std::make_shared<DetachRoleExecutor>();


auto result =
Expand Down

0 comments on commit 1f8507d

Please sign in to comment.