mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
ROADMAP.md
This commit is contained in:
@@ -9,6 +9,7 @@ namespace sdl3cpp::services {
|
|||||||
|
|
||||||
struct WorkflowStepDefinition {
|
struct WorkflowStepDefinition {
|
||||||
std::string id;
|
std::string id;
|
||||||
|
std::string name;
|
||||||
std::string plugin;
|
std::string plugin;
|
||||||
std::unordered_map<std::string, std::string> inputs;
|
std::unordered_map<std::string, std::string> inputs;
|
||||||
std::unordered_map<std::string, std::string> outputs;
|
std::unordered_map<std::string, std::string> outputs;
|
||||||
|
|||||||
Reference in New Issue
Block a user