Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlreadyExistsError ¶
AlreadyExistsError is an not found error.
func (*AlreadyExistsError) Error ¶
func (e *AlreadyExistsError) Error() string
type Workflow ¶
type Workflow struct {
// contains filtered or unexported fields
}
Workflow exposes workflow APIs of MESG.
func New ¶
func New(instance *instancesdk.Instance, workflowDB database.WorkflowDB) *Workflow
New creates a new Workflow SDK with given options.
Click to show internal directories.
Click to hide internal directories.