Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DemoCommand ¶
type DemoCommand cqrs.CommandHandler[*DemoCommandCmd]
func NewDemoCommand ¶
func NewDemoCommand() DemoCommand
type DemoCommandAssembler ¶
type DemoCommandAssembler[Req any] interface { FromDemoCommandRequest(ctx context.Context, req Req) (*DemoCommandCmd, error) }
type DemoCommandCmd ¶
type DemoCommandCmd struct { }
Click to show internal directories.
Click to hide internal directories.