Skip to content

Commit

Permalink
Move BroadcastProjectionDeliveryPolicy tag methods to `_nocoverage.…
Browse files Browse the repository at this point in the history
…go` file.
  • Loading branch information
jmalloc committed Jul 15, 2024
1 parent b434628 commit d139987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projection.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ type (
}
)

func (UnicastProjectionDeliveryPolicy) isProjectionDeliveryPolicy() {}
func (BroadcastProjectionDeliveryPolicy) isProjectionDeliveryPolicy() {}

// ProjectionRoute describes a message type that's routed to a
// [ProjectionMessageHandler].
type ProjectionRoute interface {
Expand Down
3 changes: 3 additions & 0 deletions projection_nocoverage.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
package dogma

func (UnicastProjectionDeliveryPolicy) isProjectionDeliveryPolicy() {}
func (BroadcastProjectionDeliveryPolicy) isProjectionDeliveryPolicy() {}

func (HandlesEventRoute) isProjectionRoute() {}

0 comments on commit d139987

Please sign in to comment.