Clio develop
The XRP Ledger API server.
|
The command to run for migration framework. More...
#include <MigrationApplication.hpp>
Classes | |
struct | Migration |
Run a migration. More... | |
struct | Status |
Check the status of the migrations. More... | |
Static Public Member Functions | |
static MigrateSubCmd | status () |
Helper function to create a status command. | |
static MigrateSubCmd | migration (std::string const &name) |
Helper function to create a migration command. | |
Public Attributes | |
std::variant< Status, Migration > | state |
The command to run for migration framework.
|
inlinestatic |
Helper function to create a migration command.
name | The name of the migration to run |
|
inlinestatic |
Helper function to create a status command.