База для ручки GetUserDiariesExecutor.h

This commit is contained in:
2026-01-17 11:24:12 +03:00
parent 8a61656343
commit 22be5842be
8 changed files with 74 additions and 27 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public:
virtual bool HasAuthorized(const std::string& auth_token) = 0;
virtual std::string_view GetLogin(const std::string& auth_token) = 0;
virtual std::string_view GetUUID(const std::string& auth_token) = 0;
virtual bool Logout(const std::string& user_token) = 0;