gotosocial/internal/media/mock_API.go

10 lines
207 B
Go
Raw Normal View History

2021-03-26 23:55:32 +01:00
// Code generated by mockery v2.7.4. DO NOT EDIT.
2021-03-27 16:27:28 +01:00
package media
2021-03-26 23:55:32 +01:00
import mock "github.com/stretchr/testify/mock"
2021-03-27 16:27:28 +01:00
// MockAPI is an autogenerated mock type for the API type
type MockAPI struct {
2021-03-26 23:55:32 +01:00
mock.Mock
}