Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DemoQuery ¶
type DemoQuery cqrs.QueryHandler[*DemoQueryQuery, *DemoQueryResult]
func NewDemoQuery ¶
func NewDemoQuery() DemoQuery
type DemoQueryAssembler ¶
type DemoQueryAssembler[Req any, Resp any] interface { FromDemoQueryReq(ctx context.Context, req Req) (*DemoQueryQuery, error) ToDemoQueryResp(ctx context.Context, res *DemoQueryResult) (Resp, error) }
type DemoQueryQuery ¶
type DemoQueryQuery struct { }
type DemoQueryResult ¶
type DemoQueryResult struct { }
Click to show internal directories.
Click to hide internal directories.