Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Commands Commands
Queries Queries
// contains filtered or unexported fields
}
func NewApplication ¶
func (*Application) StartProjections ¶
func (app *Application) StartProjections()
StartProjections starts the projections
func (*Application) StopProjections ¶
func (app *Application) StopProjections()
StopProjections stops the projections
type Commands ¶
type Commands struct {
CreateNewPlan commands.CreateNewPlanHandler
CreateOrMatchPair commands.CreateOrMatchPairHandler
ConfirmPairWallet commands.ConfirmPairWalletHandler
SetPairAssurances commands.SetPairAssurancesHandler
AddDeposit commands.AddDepositHandler
SignWithdrawal commands.SignWithdrawalHandler
SubmitLP commands.SubmitLPHandler
SubmitWithdrawal commands.SubmitWithdrawalHandler
}
type Queries ¶
type Queries struct {
Plans *queries.PlansQuery
Pairs *queries.PairsQuery
}
Click to show internal directories.
Click to hide internal directories.