GitWatcherBot
1.0.0
A Telegram Bot that notifies you when a new change is made in your repositories (issues, pull requests, stars, forks, and watches)
|
#include <cstdint>
#include <string>
#include <cstring>
#include "sqlite_orm/sqlite_orm.h"
#include "User.hpp"
Go to the source code of this file.
Classes | |
struct | models::Repository |
Namespaces | |
models | |
Macros | |
#define | DESERIALIZE(field) |
Typedefs | |
using | models::RepositoryId = std::int64_t |
#define DESERIALIZE | ( | field | ) |
Definition at line 51 of file Repository.hpp.