Skip to content

Commit

Permalink
chore: regenerate publisher mock with a nicer filename
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Nov 6, 2024
1 parent 54ba3ec commit 545b2be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion internal/messaging/publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

const MessageTypeHeader = "MessageType"

//go:generate go run github.com/vektra/mockery/[email protected] --name Publisher
//go:generate go run github.com/vektra/mockery/[email protected] --name Publisher --filename publisher.go
type Publisher interface {
Publish(message Message) error
}
Expand Down

0 comments on commit 545b2be

Please sign in to comment.