Documentation
¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: internal/testing/urler.go
Generated by this command:
mockgen -source=internal/testing/urler.go -destination=internal/testing/mocks/urler_mock.go -package=mocks
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUrler ¶
type MockUrler struct {
// contains filtered or unexported fields
}
MockUrler is a mock of Urler interface.
func NewMockUrler ¶
func NewMockUrler(ctrl *gomock.Controller) *MockUrler
NewMockUrler creates a new mock instance.
func (*MockUrler) EXPECT ¶
func (m *MockUrler) EXPECT() *MockUrlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUrlerMockRecorder ¶
type MockUrlerMockRecorder struct {
// contains filtered or unexported fields
}
MockUrlerMockRecorder is the mock recorder for MockUrler.
Click to show internal directories.
Click to hide internal directories.