summaryrefslogtreecommitdiff
path: root/common/mock_ExecutorData.go
blob: 9dd88b23b285035e26a6925d9f5b3a850340993f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by mockery v1.0.0. DO NOT EDIT.

// This comment works around https://github.com/vektra/mockery/issues/155

package common

import mock "github.com/stretchr/testify/mock"

// MockExecutorData is an autogenerated mock type for the ExecutorData type
type MockExecutorData struct {
	mock.Mock
}