Skip to content

Commit

Permalink
refactor: Remove unnecessary behavior modules
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o committed Jul 14, 2024
1 parent ab6b914 commit e31cd56
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 367 deletions.
3 changes: 0 additions & 3 deletions src/actor/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ pub mod actor_inner_error;
pub mod actor_process;
pub mod actor_producer;
pub mod actor_receiver;
pub mod behavior;
mod behavior_logic_test;
mod behavior_test;
pub mod context_decorator;
pub mod context_decorator_chain;
pub mod context_handler;
Expand Down
79 changes: 0 additions & 79 deletions src/actor/actor/behavior.rs

This file was deleted.

133 changes: 0 additions & 133 deletions src/actor/actor/behavior_logic_test.rs

This file was deleted.

143 changes: 0 additions & 143 deletions src/actor/actor/behavior_test.rs

This file was deleted.

Loading

0 comments on commit e31cd56

Please sign in to comment.