SVCS - English Documentation
Loading...
Searching...
No Matches
RemoteManager.hxx File Reference

Declaration of the RemoteManager class and Remote struct. More...

#include <string>
#include <unordered_map>
#include <vector>
#include <filesystem>
#include <functional>

Go to the source code of this file.

Classes

struct  svcs::server::Remote
 Represents a single remote repository configuration. More...
class  svcs::server::RemoteManager
 Manages the repository's remote configurations. More...

Namespaces

namespace  svcs::server
 Server-side components and administration commands.

Detailed Description

Declaration of the RemoteManager class and Remote struct.

This file defines the Remote structure to hold information about a single remote repository and the RemoteManager class, which is responsible for adding, removing, loading, and saving remote configurations from the repository's config file.