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 Process ¶
type Process struct {
// contains filtered or unexported fields
}
Process exposes process APIs of MESG.
func New ¶
func New(instance *instancesdk.Instance, processDB database.ProcessDB) *Process
New creates a new Process SDK with given options.
Click to show internal directories.
Click to hide internal directories.