Move mocks to their own packages
This commit is contained in:
parent
15f90c1e19
commit
b5bd054bbe
5 changed files with 12 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
// Code generated by MockGen. DO NOT EDIT.
|
||||
// Source: service.go
|
||||
|
||||
// Package notification is a generated GoMock package.
|
||||
package notification
|
||||
// Package mocks is a generated GoMock package.
|
||||
package mocks
|
||||
|
||||
import (
|
||||
reflect "reflect"
|
|
@ -1,4 +1,4 @@
|
|||
//go:generate mockgen -source=service.go -destination=service_mock.go -package=notification
|
||||
//go:generate mockgen -source=service.go -destination=mocks/service_mock.go -package=mocks
|
||||
package notification
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue