Files
coder/coderd/database/pubsub/psmock/doc.go
T
Steven Masley 51b531f5b3 chore: 'go generate' mockgen to use go tool wrapper (#25490)
Calling `mockgen` relies on the executable in the `$PATH`. Using `go
tool` uses the one defined in `go.mod`
2026-05-19 14:53:13 +00:00

5 lines
242 B
Go

// package psmock contains a mocked implementation of the pubsub.Pubsub interface for use in tests
package psmock
//go:generate go tool mockgen -destination ./psmock.go -package psmock github.com/coder/coder/v2/coderd/database/pubsub Pubsub