mirror of
https://github.com/jimeh/ozu.io.git
synced 2026-02-19 08:06:39 +00:00
Update go generate related stuff
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
// Mocks
|
||||
|
||||
//go:generate mockery -name Store -dir .. -recursive
|
||||
//go:generate mockery -name Store -dir ../storage
|
||||
|
||||
// Suite Setup
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package mocks
|
||||
|
||||
import "github.com/stretchr/testify/mock"
|
||||
import mock "github.com/stretchr/testify/mock"
|
||||
import storage "github.com/jimeh/ozu.io/storage"
|
||||
|
||||
// Store is an autogenerated mock type for the Store type
|
||||
type Store struct {
|
||||
@@ -92,3 +93,5 @@ func (_m *Store) Set(_a0 []byte, _a1 []byte) error {
|
||||
|
||||
return r0
|
||||
}
|
||||
|
||||
var _ storage.Store = (*Store)(nil)
|
||||
|
||||
Reference in New Issue
Block a user