Documentation
¶
Overview ¶
Package selector is a generated GoMock package.
Package selector is a generated GoMock package.
Package selector is a generated GoMock package.
Index ¶
- type MockIntrospectable
- func (m *MockIntrospectable) ConformsTo(protocol string) bool
- func (m *MockIntrospectable) EXPECT() *MockIntrospectableMockRecorder
- func (m *MockIntrospectable) Invoke(arg0 events.Event) events.Event
- func (m *MockIntrospectable) ListProtocols() []string
- func (m *MockIntrospectable) MetadataForSelector(arg0 string) (map[string]string, error)
- func (m *MockIntrospectable) Methods() *selector.Table
- func (m *MockIntrospectable) Name() string
- func (m *MockIntrospectable) RespondsTo(arg0 events.Event) bool
- func (m *MockIntrospectable) Selectors() []string
- func (m *MockIntrospectable) SortedSelectors() []string
- func (m *MockIntrospectable) Type() string
- type MockIntrospectableMockRecorder
- func (mr *MockIntrospectableMockRecorder) ConformsTo(protocol any) *gomock.Call
- func (mr *MockIntrospectableMockRecorder) Invoke(arg0 any) *gomock.Call
- func (mr *MockIntrospectableMockRecorder) ListProtocols() *gomock.Call
- func (mr *MockIntrospectableMockRecorder) MetadataForSelector(arg0 any) *gomock.Call
- func (mr *MockIntrospectableMockRecorder) Methods() *gomock.Call
- func (mr *MockIntrospectableMockRecorder) Name() *gomock.Call
- func (mr *MockIntrospectableMockRecorder) RespondsTo(arg0 any) *gomock.Call
- func (mr *MockIntrospectableMockRecorder) Selectors() *gomock.Call
- func (mr *MockIntrospectableMockRecorder) SortedSelectors() *gomock.Call
- func (mr *MockIntrospectableMockRecorder) Type() *gomock.Call
- type MockSelectorEvent
- type MockSelectorEventMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIntrospectable ¶
type MockIntrospectable struct {
// contains filtered or unexported fields
}
MockIntrospectable is a mock of Introspectable interface.
func NewMockIntrospectable ¶
func NewMockIntrospectable(ctrl *gomock.Controller) *MockIntrospectable
NewMockIntrospectable creates a new mock instance.
func (*MockIntrospectable) ConformsTo ¶
func (m *MockIntrospectable) ConformsTo(protocol string) bool
ConformsTo mocks base method.
func (*MockIntrospectable) EXPECT ¶
func (m *MockIntrospectable) EXPECT() *MockIntrospectableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIntrospectable) Invoke ¶
func (m *MockIntrospectable) Invoke(arg0 events.Event) events.Event
Invoke mocks base method.
func (*MockIntrospectable) ListProtocols ¶
func (m *MockIntrospectable) ListProtocols() []string
ListProtocols mocks base method.
func (*MockIntrospectable) MetadataForSelector ¶
func (m *MockIntrospectable) MetadataForSelector(arg0 string) (map[string]string, error)
MetadataForSelector mocks base method.
func (*MockIntrospectable) Methods ¶
func (m *MockIntrospectable) Methods() *selector.Table
Methods mocks base method.
func (*MockIntrospectable) Name ¶
func (m *MockIntrospectable) Name() string
Name mocks base method.
func (*MockIntrospectable) RespondsTo ¶
func (m *MockIntrospectable) RespondsTo(arg0 events.Event) bool
RespondsTo mocks base method.
func (*MockIntrospectable) Selectors ¶
func (m *MockIntrospectable) Selectors() []string
Selectors mocks base method.
func (*MockIntrospectable) SortedSelectors ¶
func (m *MockIntrospectable) SortedSelectors() []string
SortedSelectors mocks base method.
func (*MockIntrospectable) Type ¶
func (m *MockIntrospectable) Type() string
Type mocks base method.
type MockIntrospectableMockRecorder ¶
type MockIntrospectableMockRecorder struct {
// contains filtered or unexported fields
}
MockIntrospectableMockRecorder is the mock recorder for MockIntrospectable.
func (*MockIntrospectableMockRecorder) ConformsTo ¶
func (mr *MockIntrospectableMockRecorder) ConformsTo(protocol any) *gomock.Call
ConformsTo indicates an expected call of ConformsTo.
func (*MockIntrospectableMockRecorder) Invoke ¶
func (mr *MockIntrospectableMockRecorder) Invoke(arg0 any) *gomock.Call
Invoke indicates an expected call of Invoke.
func (*MockIntrospectableMockRecorder) ListProtocols ¶
func (mr *MockIntrospectableMockRecorder) ListProtocols() *gomock.Call
ListProtocols indicates an expected call of ListProtocols.
func (*MockIntrospectableMockRecorder) MetadataForSelector ¶
func (mr *MockIntrospectableMockRecorder) MetadataForSelector(arg0 any) *gomock.Call
MetadataForSelector indicates an expected call of MetadataForSelector.
func (*MockIntrospectableMockRecorder) Methods ¶
func (mr *MockIntrospectableMockRecorder) Methods() *gomock.Call
Methods indicates an expected call of Methods.
func (*MockIntrospectableMockRecorder) Name ¶
func (mr *MockIntrospectableMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockIntrospectableMockRecorder) RespondsTo ¶
func (mr *MockIntrospectableMockRecorder) RespondsTo(arg0 any) *gomock.Call
RespondsTo indicates an expected call of RespondsTo.
func (*MockIntrospectableMockRecorder) Selectors ¶
func (mr *MockIntrospectableMockRecorder) Selectors() *gomock.Call
Selectors indicates an expected call of Selectors.
func (*MockIntrospectableMockRecorder) SortedSelectors ¶
func (mr *MockIntrospectableMockRecorder) SortedSelectors() *gomock.Call
SortedSelectors indicates an expected call of SortedSelectors.
func (*MockIntrospectableMockRecorder) Type ¶
func (mr *MockIntrospectableMockRecorder) Type() *gomock.Call
Type indicates an expected call of Type.
type MockSelectorEvent ¶
type MockSelectorEvent struct {
// contains filtered or unexported fields
}
MockSelectorEvent is a mock of SelectorEvent interface.
func NewMockSelectorEvent ¶
func NewMockSelectorEvent(ctrl *gomock.Controller) *MockSelectorEvent
NewMockSelectorEvent creates a new mock instance.
func (*MockSelectorEvent) EXPECT ¶
func (m *MockSelectorEvent) EXPECT() *MockSelectorEventMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSelectorEvent) Selector ¶
func (m *MockSelectorEvent) Selector() string
Selector mocks base method.
func (*MockSelectorEvent) String ¶
func (m *MockSelectorEvent) String() string
String mocks base method.
func (*MockSelectorEvent) When ¶
func (m *MockSelectorEvent) When() time.Time
When mocks base method.
type MockSelectorEventMockRecorder ¶
type MockSelectorEventMockRecorder struct {
// contains filtered or unexported fields
}
MockSelectorEventMockRecorder is the mock recorder for MockSelectorEvent.
func (*MockSelectorEventMockRecorder) Selector ¶
func (mr *MockSelectorEventMockRecorder) Selector() *gomock.Call
Selector indicates an expected call of Selector.
func (*MockSelectorEventMockRecorder) String ¶
func (mr *MockSelectorEventMockRecorder) String() *gomock.Call
String indicates an expected call of String.
func (*MockSelectorEventMockRecorder) When ¶
func (mr *MockSelectorEventMockRecorder) When() *gomock.Call
When indicates an expected call of When.