mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
5 lines
234 B
Go
5 lines
234 B
Go
// package psmock contains a mocked implementation of the pubsub.Pubsub interface for use in tests
|
|
package psmock
|
|
|
|
//go:generate mockgen -destination ./psmock.go -package psmock github.com/coder/coder/v2/coderd/database/pubsub Pubsub
|