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