Workflow workings.
This commit is contained in:
parent
259de9812f
commit
770443c265
18
EntryPoint.h
Normal file
18
EntryPoint.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef __EntryPoint_h__
|
||||
#define __EntryPoint_h__
|
||||
|
||||
namespace http {
|
||||
|
||||
class EntryPoint {
|
||||
|
||||
public:
|
||||
coreutils::MString url;
|
||||
coreutils::MString flowName;
|
||||
Flow flow;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
18
FlowManager.h
Normal file
18
FlowManager.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef __FlowManager_h__
|
||||
#define __FlowManager_h__
|
||||
|
||||
namespace http {
|
||||
|
||||
class FlowManager {
|
||||
|
||||
public:
|
||||
FlowManager();
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
BIN
HTTPServer
BIN
HTTPServer
Binary file not shown.
15
_init.h
Normal file
15
_init.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef ___init_h__
|
||||
#define ___init_h__
|
||||
|
||||
namespace http {
|
||||
|
||||
class _init : ActionQueue {
|
||||
|
||||
public:
|
||||
_init();
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
@ -3,6 +3,7 @@
|
||||
"text": "Default Flow",
|
||||
"queues": [
|
||||
{
|
||||
"id": 1,
|
||||
"type": "XQ",
|
||||
"view": "default",
|
||||
"actions": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user