Skip to content

Commit

Permalink
Update docs (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 authored Sep 16, 2023
1 parent 8a6ed54 commit a7fa497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cqrs/cqrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/pkg/errors"
)

// Deprecated: use CommandHandler and EventHandler instead.
// Deprecated: use CommandProcessor and EventProcessor instead.
type FacadeConfig struct {
// GenerateCommandsTopic generates topic name based on the command name.
// Command name is generated by CommandEventMarshaler's Name method.
Expand Down

0 comments on commit a7fa497

Please sign in to comment.