Skip to content
Snippets Groups Projects
isSubscribeRequest_Request.go 427 B
Newer Older
  • Learn to ignore specific revisions
  • // Code generated by mockery v2.6.0. DO NOT EDIT.
    
    package mocks
    
    import mock "github.com/stretchr/testify/mock"
    
    // isSubscribeRequest_Request is an autogenerated mock type for the isSubscribeRequest_Request type
    type isSubscribeRequest_Request struct {
    	mock.Mock
    }
    
    // isSubscribeRequest_Request provides a mock function with given fields:
    func (_m *isSubscribeRequest_Request) isSubscribeRequest_Request() {
    	_m.Called()
    }