mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-27 16:48:58 +00:00
5826396cd0
This commit introduces a significant reorganization of the project structure to improve maintainability and clarity. Key changes include: - Adjusted the directory layout for a more logical module organization. - Removed unused crate dependencies, reducing the overall project size and potentially speeding up build times. - Updated import paths and configuration files to reflect the structural changes.
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
namespace models;
|
|
|
|
table PingBody {
|
|
payload: [ubyte];
|
|
} |