Documentation
¶
Overview ¶
Package mock_cache is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSubscriber ¶
type MockSubscriber struct {
// contains filtered or unexported fields
}
MockSubscriber is a mock of Subscriber interface
func NewMockSubscriber ¶
func NewMockSubscriber(ctrl *gomock.Controller) *MockSubscriber
NewMockSubscriber creates a new mock instance
func (*MockSubscriber) EXPECT ¶
func (m *MockSubscriber) EXPECT() *MockSubscriberMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSubscriber) Updates ¶
func (m *MockSubscriber) Updates() <-chan *cache.WorkloadUpdate
Updates mocks base method
type MockSubscriberMockRecorder ¶
type MockSubscriberMockRecorder struct {
// contains filtered or unexported fields
}
MockSubscriberMockRecorder is the mock recorder for MockSubscriber
func (*MockSubscriberMockRecorder) Finish ¶
func (mr *MockSubscriberMockRecorder) Finish() *gomock.Call
Finish indicates an expected call of Finish
func (*MockSubscriberMockRecorder) Updates ¶
func (mr *MockSubscriberMockRecorder) Updates() *gomock.Call
Updates indicates an expected call of Updates
Click to show internal directories.
Click to hide internal directories.