summaryrefslogtreecommitdiff
path: root/internal/gotosocial/mock_Gotosocial.go
blob: 8aca69bfc8f1c4a68062f74a086c34dd9712aeaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Code generated by mockery v2.7.4. DO NOT EDIT.

package gotosocial

import (
	context "context"

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

// MockGotosocial is an autogenerated mock type for the Gotosocial type
type MockGotosocial struct {
	mock.Mock
}

// Start provides a mock function with given fields: _a0
func (_m *MockGotosocial) Start(_a0 context.Context) error {
	ret := _m.Called(_a0)

	var r0 error
	if rf, ok := ret.Get(0).(func(context.Context) error); ok {
		r0 = rf(_a0)
	} else {
		r0 = ret.Error(0)
	}

	return r0
}