mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
8
src/client/cli/admin/List.h
Normal file
8
src/client/cli/admin/List.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/utils/Coroutine.h"
|
||||
|
||||
namespace hf3fs::client::cli {
|
||||
class Dispatcher;
|
||||
CoTryTask<void> registerListHandler(Dispatcher &dispatcher);
|
||||
} // namespace hf3fs::client::cli
|
||||
Reference in New Issue
Block a user