Documentation
¶
Overview ¶
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 MockStrategy ¶
type MockStrategy struct {
// contains filtered or unexported fields
}
MockStrategy is a mock of Strategy interface.
func NewMockStrategy ¶
func NewMockStrategy(ctrl *gomock.Controller) *MockStrategy
NewMockStrategy creates a new mock instance.
func (*MockStrategy) Authenticate ¶
func (m *MockStrategy) Authenticate(ctx context.Context, req *http.Request, metadata map[string]any) error
Authenticate mocks base method.
func (*MockStrategy) EXPECT ¶
func (m *MockStrategy) EXPECT() *MockStrategyMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockStrategyMockRecorder ¶
type MockStrategyMockRecorder struct {
// contains filtered or unexported fields
}
MockStrategyMockRecorder is the mock recorder for MockStrategy.
func (*MockStrategyMockRecorder) Authenticate ¶
func (mr *MockStrategyMockRecorder) Authenticate(ctx, req, metadata any) *gomock.Call
Authenticate indicates an expected call of Authenticate.
func (*MockStrategyMockRecorder) Name ¶
func (mr *MockStrategyMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
Click to show internal directories.
Click to hide internal directories.