shared

package
v0.0.0-...-4791f44 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const TransferMoneyTaskQueue = "TRANSFER_MONEY_TASK_QUEUE"

Variables

This section is empty.

Functions

This section is empty.

Types

type ITrasnferMoney

type ITrasnferMoney interface {
	TransferMoney(ctx workflow.Context, transferDetails TransferDetails)
}

type TransferDetails

type TransferDetails struct {
	Amount      float32
	FromAccount string
	ToAccount   string
	ReferenceID string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL