working commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
#include <expected>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
#include <interface.hpp>
|
||||
#include <service.hpp>
|
||||
|
||||
class TClient {
|
||||
private:
|
||||
Interface iface;
|
||||
public:
|
||||
std::expected<void, std::string> Create(const std::string name, const std::string addr, const int prefix);
|
||||
std::expected<void, std::string> Run();
|
||||
};
|
||||
Reference in New Issue
Block a user