Documentation
¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: internal/queue/client.go
Generated by this command:
mockgen -source internal/queue/client.go -package mocks
Package mocks is a generated GoMock package.
Code generated by MockGen. DO NOT EDIT. Source: internal/service/routing.go
Generated by this command:
mockgen -source internal/service/routing.go -package mocks
Package mocks is a generated GoMock package.
Code generated by MockGen. DO NOT EDIT. Source: internal/db/store.go
Generated by this command:
mockgen -source internal/db/store.go -package mocks
Package mocks is a generated GoMock package.
Index ¶
- type MockClient
- type MockClientMockRecorder
- type MockInputStore
- func (m *MockInputStore) CreateInput(arg0 context.Context, arg1 *model.Input) error
- func (m *MockInputStore) DeleteInput(arg0 context.Context, arg1 uuid.UUID) error
- func (m *MockInputStore) EXPECT() *MockInputStoreMockRecorder
- func (m *MockInputStore) GetInput(arg0 context.Context, arg1 uuid.UUID) (model.Input, error)
- type MockInputStoreMockRecorder
- type MockOriginHandler
- type MockOriginHandlerMockRecorder
- type MockOriginStore
- type MockOriginStoreMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
type MockInputStore ¶
type MockInputStore struct {
// contains filtered or unexported fields
}
MockInputStore is a mock of InputStore interface.
func NewMockInputStore ¶
func NewMockInputStore(ctrl *gomock.Controller) *MockInputStore
NewMockInputStore creates a new mock instance.
func (*MockInputStore) CreateInput ¶
CreateInput mocks base method.
func (*MockInputStore) DeleteInput ¶
DeleteInput mocks base method.
func (*MockInputStore) EXPECT ¶
func (m *MockInputStore) EXPECT() *MockInputStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockInputStoreMockRecorder ¶
type MockInputStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockInputStoreMockRecorder is the mock recorder for MockInputStore.
func (*MockInputStoreMockRecorder) CreateInput ¶
func (mr *MockInputStoreMockRecorder) CreateInput(arg0, arg1 any) *gomock.Call
CreateInput indicates an expected call of CreateInput.
func (*MockInputStoreMockRecorder) DeleteInput ¶
func (mr *MockInputStoreMockRecorder) DeleteInput(arg0, arg1 any) *gomock.Call
DeleteInput indicates an expected call of DeleteInput.
type MockOriginHandler ¶
type MockOriginHandler struct {
// contains filtered or unexported fields
}
MockOriginHandler is a mock of OriginHandler interface.
func NewMockOriginHandler ¶
func NewMockOriginHandler(ctrl *gomock.Controller) *MockOriginHandler
NewMockOriginHandler creates a new mock instance.
func (*MockOriginHandler) EXPECT ¶
func (m *MockOriginHandler) EXPECT() *MockOriginHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockOriginHandlerMockRecorder ¶
type MockOriginHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockOriginHandlerMockRecorder is the mock recorder for MockOriginHandler.
type MockOriginStore ¶
type MockOriginStore struct {
// contains filtered or unexported fields
}
MockOriginStore is a mock of OriginStore interface.
func NewMockOriginStore ¶
func NewMockOriginStore(ctrl *gomock.Controller) *MockOriginStore
NewMockOriginStore creates a new mock instance.
func (*MockOriginStore) EXPECT ¶
func (m *MockOriginStore) EXPECT() *MockOriginStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockOriginStoreMockRecorder ¶
type MockOriginStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockOriginStoreMockRecorder is the mock recorder for MockOriginStore.