Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SDK ¶
type SDK struct { Service *servicesdk.Service Instance *instancesdk.Instance Execution *executionsdk.Execution Event *eventsdk.Event Workflow *workflowsdk.Workflow }
SDK exposes all functionalities of MESG Engine.
func New ¶
func New(c container.Container, serviceDB database.ServiceDB, instanceDB database.InstanceDB, execDB database.ExecutionDB, workflowDB database.WorkflowDB, engineName, port string) *SDK
New creates a new SDK with given options.
Click to show internal directories.
Click to hide internal directories.