diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-12 05:12:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-12 05:36:40 +0800 |
| commit | e3f4b8188515eeec149eec0405b51e1b57f6e7bb (patch) | |
| tree | df80e7289621c39c9d32befbe9bf85a2e129eefb /actions/src/remote_actions/mapping_manage.rs | |
| parent | dd8cbe7e863b3fec594696c15c5e009f172749f5 (diff) | |
Rename and reorganize remote actions modules
Diffstat (limited to 'actions/src/remote_actions/mapping_manage.rs')
| -rw-r--r-- | actions/src/remote_actions/mapping_manage.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/src/remote_actions/mapping_manage.rs b/actions/src/remote_actions/mapping_manage.rs new file mode 100644 index 0000000..624b4ab --- /dev/null +++ b/actions/src/remote_actions/mapping_manage.rs @@ -0,0 +1,3 @@ +pub mod edit_mapping; +pub mod merge_share_mapping; +pub mod share_mapping; |
