Move mocks to their own packages

This commit is contained in:
Miguel de la Cruz 2023-07-10 13:43:59 +02:00
parent 15f90c1e19
commit b5bd054bbe
5 changed files with 12 additions and 10 deletions

View file

@ -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"

View file

@ -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 (