Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶ added in v0.14.0
type Backend struct {
Service *servicesdk.Backend
Execution *executionsdk.Backend
Ownership *ownershipsdk.Backend
Instance *instancesdk.Backend
Runner *runnersdk.Backend
}
Backend handles all the backend functions.
func NewBackend ¶ added in v0.14.0
func NewBackend(appFactory *cosmos.AppFactory) *Backend
NewBackend creates a new backend and init the sub-backend modules.
type SDK ¶
type SDK struct {
Service *servicesdk.SDK
Instance *instancesdk.SDK
Execution *executionsdk.SDK
Event *eventsdk.Event
Process *processesdk.Process
Account *accountsdk.SDK
Ownership *ownershipsdk.SDK
Runner *runnersdk.SDK
}
SDK exposes all functionalities of MESG Engine.
Click to show internal directories.
Click to hide internal directories.