mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
10
src/core/app/ServerMgmtdClientFetcher.h
Normal file
10
src/core/app/ServerMgmtdClientFetcher.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "MgmtdClientFetcher.h"
|
||||
|
||||
namespace hf3fs::core::launcher {
|
||||
struct ServerMgmtdClientFetcher : public MgmtdClientFetcher {
|
||||
using MgmtdClientFetcher::MgmtdClientFetcher;
|
||||
Result<Void> completeAppInfo(flat::AppInfo &appInfo) final;
|
||||
};
|
||||
} // namespace hf3fs::core::launcher
|
||||
Reference in New Issue
Block a user