mocks

package
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

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 MockOutgoingAuthRegistry

type MockOutgoingAuthRegistry struct {
	// contains filtered or unexported fields
}

MockOutgoingAuthRegistry is a mock of OutgoingAuthRegistry interface.

func NewMockOutgoingAuthRegistry

func NewMockOutgoingAuthRegistry(ctrl *gomock.Controller) *MockOutgoingAuthRegistry

NewMockOutgoingAuthRegistry creates a new mock instance.

func (*MockOutgoingAuthRegistry) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOutgoingAuthRegistry) GetStrategy

func (m *MockOutgoingAuthRegistry) GetStrategy(name string) (auth.Strategy, error)

GetStrategy mocks base method.

func (*MockOutgoingAuthRegistry) RegisterStrategy

func (m *MockOutgoingAuthRegistry) RegisterStrategy(name string, strategy auth.Strategy) error

RegisterStrategy mocks base method.

type MockOutgoingAuthRegistryMockRecorder

type MockOutgoingAuthRegistryMockRecorder struct {
	// contains filtered or unexported fields
}

MockOutgoingAuthRegistryMockRecorder is the mock recorder for MockOutgoingAuthRegistry.

func (*MockOutgoingAuthRegistryMockRecorder) GetStrategy

func (mr *MockOutgoingAuthRegistryMockRecorder) GetStrategy(name any) *gomock.Call

GetStrategy indicates an expected call of GetStrategy.

func (*MockOutgoingAuthRegistryMockRecorder) RegisterStrategy

func (mr *MockOutgoingAuthRegistryMockRecorder) RegisterStrategy(name, strategy any) *gomock.Call

RegisterStrategy indicates an expected call of RegisterStrategy.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL