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