You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Code generated by mockery v2.12.1. DO NOT EDIT.
package component
import (
testing "testing"
mock "github.com/stretchr/testify/mock"
)
// ReadyFunc is an autogenerated mock type for the ReadyFunc type
type ReadyFunc struct {
mock.Mock
}
// Execute provides a mock function with given fields:
func (_m *ReadyFunc) Execute() {
_m.Called()
}
// NewReadyFunc creates a new instance of ReadyFunc. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.