first release 0.1.1
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <string>
|
||||
#include <expected>
|
||||
#include <optional>
|
||||
#include <cstdint>
|
||||
|
||||
struct Service {
|
||||
std::string name;
|
||||
@@ -17,6 +18,7 @@ struct AppSettings {
|
||||
std::optional<std::string> getId(std::string_view name);
|
||||
|
||||
std::vector<Service> services;
|
||||
std::optional<uint16_t> httpPort;
|
||||
};
|
||||
|
||||
#endif // JSON_SETTINGS_H
|
||||
Reference in New Issue
Block a user