common/mock_ExecutorData.go (
5
lines of code) (
raw
):
package common import "github.com/stretchr/testify/mock" type MockExecutorData struct { mock.Mock }