package
0.0.0-20201214022834-82560b4159db
Repository: https://github.com/xoe-labs/ddd-gen.git
Documentation: pkg.go.dev

# Functions

NewArchiveAccountHandlerWrapper returns ArchiveAccountHandlerWrapper.
NewBlockAccountHandlerWrapper returns BlockAccountHandlerWrapper.
NewMakeNewAccountHandlerWrapper returns MakeNewAccountHandlerWrapper.
NewMakeNewAccountQuickHandlerWrapper returns MakeNewAccountQuickHandlerWrapper.
NewModifyBalanceFromSvcHandlerWrapper returns ModifyBalanceFromSvcHandlerWrapper.
NewModifyBalanceHandlerWrapper returns ModifyBalanceHandlerWrapper.
NewValidateHolderHandlerWrapper returns ValidateHolderHandlerWrapper.

# Variables

ErrArchiveAccountFailedInDomain signals that ArchiveAccount failed in the domain layer.
ErrArchiveAccountHasNoTarget signals that ArchiveAccount's target was not distinguishable.
ErrArchiveAccountLoadingFailed signals that ArchiveAccount storage failed to load the entity.
ErrArchiveAccountSavingFailed signals that ArchiveAccount failed to save the entity.
ErrBlockAccountFailedInDomain signals that BlockAccount failed in the domain layer.
ErrBlockAccountHasNoTarget signals that BlockAccount's target was not distinguishable.
ErrBlockAccountLoadingFailed signals that BlockAccount storage failed to load the entity.
ErrBlockAccountSavingFailed signals that BlockAccount failed to save the entity.
ErrMakeNewAccountFailedInDomain signals that MakeNewAccount failed in the domain layer.
ErrMakeNewAccountHasNoTarget signals that MakeNewAccount's target was not distinguishable.
ErrMakeNewAccountLoadingFailed signals that MakeNewAccount storage failed to load the entity.
ErrMakeNewAccountQuickFailedInDomain signals that MakeNewAccountQuick failed in the domain layer.
ErrMakeNewAccountQuickHasNoTarget signals that MakeNewAccountQuick's target was not distinguishable.
ErrMakeNewAccountQuickLoadingFailed signals that MakeNewAccountQuick storage failed to load the entity.
ErrMakeNewAccountQuickSavingFailed signals that MakeNewAccountQuick failed to save the entity.
ErrMakeNewAccountSavingFailed signals that MakeNewAccount failed to save the entity.
ErrModifyBalanceFailedInDomain signals that ModifyBalance failed in the domain layer.
ErrModifyBalanceFromSvcFailedInDomain signals that ModifyBalanceFromSvc failed in the domain layer.
ErrModifyBalanceFromSvcHasNoTarget signals that ModifyBalanceFromSvc's target was not distinguishable.
ErrModifyBalanceFromSvcLoadingFailed signals that ModifyBalanceFromSvc storage failed to load the entity.
ErrModifyBalanceFromSvcSavingFailed signals that ModifyBalanceFromSvc failed to save the entity.
ErrModifyBalanceHasNoTarget signals that ModifyBalance's target was not distinguishable.
ErrModifyBalanceLoadingFailed signals that ModifyBalance storage failed to load the entity.
ErrModifyBalanceSavingFailed signals that ModifyBalance failed to save the entity.
ErrNotAuthorizedToArchiveAccount signals that the caller is not authorized to perform ArchiveAccount.
ErrNotAuthorizedToBlockAccount signals that the caller is not authorized to perform BlockAccount.
ErrNotAuthorizedToMakeNewAccount signals that the caller is not authorized to perform MakeNewAccount.
ErrNotAuthorizedToMakeNewAccountQuick signals that the caller is not authorized to perform MakeNewAccountQuick.
ErrNotAuthorizedToModifyBalance signals that the caller is not authorized to perform ModifyBalance.
ErrNotAuthorizedToModifyBalanceFromSvc signals that the caller is not authorized to perform ModifyBalanceFromSvc.
ErrValidateHolderFailedInDomain signals that ValidateHolder failed in the domain layer.
ErrValidateHolderHasNoTarget signals that ValidateHolder's target was not distinguishable.
ErrValidateHolderLoadingFailed signals that ValidateHolder storage failed to load the entity.
ErrValidateHolderSavingFailed signals that ValidateHolder failed to save the entity.

# Structs

ArchiveAccountHandlerWrapper knows how to perform ArchiveAccount.
BlockAccountHandlerWrapper knows how to perform BlockAccount.
go:generate go run ../../../../main.go --config ../../ddd-config.yaml app command --fact-based -t Commands.
MakeNewAccountHandlerWrapper knows how to perform MakeNewAccount.
MakeNewAccountQuickHandlerWrapper knows how to perform MakeNewAccountQuick.
ModifyBalanceFromSvcHandlerWrapper knows how to perform ModifyBalanceFromSvc.
ModifyBalanceHandlerWrapper knows how to perform ModifyBalance.
ValidateHolderHandlerWrapper knows how to perform ValidateHolder.