github.com/graphql-editor/azure-functions-golang-worker@v0.1.0/mocks/Function.go (about) 1 // Code generated by mockery v1.0.0. DO NOT EDIT. 2 3 package mocks 4 5 import api "github.com/graphql-editor/azure-functions-golang-worker/api" 6 import context "context" 7 import mock "github.com/stretchr/testify/mock" 8 9 // Function is an autogenerated mock type for the Function type 10 type Function struct { 11 mock.Mock 12 } 13 14 // Run provides a mock function with given fields: _a0, _a1 15 func (_m *Function) Run(_a0 context.Context, _a1 api.Logger) { 16 _m.Called(_a0, _a1) 17 }