mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-22 20:56:02 +03:00
16 lines
301 B
Go
16 lines
301 B
Go
// Code generated by mockery v1.0.0. DO NOT EDIT.
|
|
|
|
package mocks
|
|
|
|
import mock "github.com/stretchr/testify/mock"
|
|
|
|
// Robot is an autogenerated mock type for the Robot type
|
|
type Robot struct {
|
|
mock.Mock
|
|
}
|
|
|
|
// SayHi provides a mock function with given fields:
|
|
func (_m *Robot) SayHi() {
|
|
_m.Called()
|
|
}
|