|
Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
|
#include <include/arachne/coordinator.hpp>
Public Attributes | |
| std::filesystem::path | source_path |
| std::filesystem::path | inbox_root |
| std::string | submission_ref |
| std::string | title |
| std::optional< std::string > | supersedes |
| std::uintmax_t | max_payload_bytes = 64U * 1024U * 1024U |
Definition at line 32 of file coordinator.hpp.
| std::filesystem::path arachne::coordination::intake_request::inbox_root |
Definition at line 34 of file coordinator.hpp.
| std::uintmax_t arachne::coordination::intake_request::max_payload_bytes = 64U * 1024U * 1024U |
Definition at line 38 of file coordinator.hpp.
| std::filesystem::path arachne::coordination::intake_request::source_path |
Definition at line 33 of file coordinator.hpp.
| std::string arachne::coordination::intake_request::submission_ref |
Definition at line 35 of file coordinator.hpp.
Referenced by arachne::coordination::operational_ledger::intake().
| std::optional<std::string> arachne::coordination::intake_request::supersedes |
Definition at line 37 of file coordinator.hpp.
| std::string arachne::coordination::intake_request::title |
Definition at line 36 of file coordinator.hpp.
Referenced by arachne::coordination::operational_ledger::intake().