mocks

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2026 License: Apache-2.0 Imports: 4 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 MockKeyProvider

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

MockKeyProvider is a mock of KeyProvider interface.

func NewMockKeyProvider

func NewMockKeyProvider(ctrl *gomock.Controller) *MockKeyProvider

NewMockKeyProvider creates a new mock instance.

func (*MockKeyProvider) EXPECT

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

func (*MockKeyProvider) PublicKeys

func (m *MockKeyProvider) PublicKeys(ctx context.Context) ([]*keys.PublicKeyData, error)

PublicKeys mocks base method.

func (*MockKeyProvider) SigningKey

func (m *MockKeyProvider) SigningKey(ctx context.Context) (*keys.SigningKeyData, error)

SigningKey mocks base method.

type MockKeyProviderMockRecorder

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

MockKeyProviderMockRecorder is the mock recorder for MockKeyProvider.

func (*MockKeyProviderMockRecorder) PublicKeys

func (mr *MockKeyProviderMockRecorder) PublicKeys(ctx any) *gomock.Call

PublicKeys indicates an expected call of PublicKeys.

func (*MockKeyProviderMockRecorder) SigningKey

func (mr *MockKeyProviderMockRecorder) SigningKey(ctx any) *gomock.Call

SigningKey indicates an expected call of SigningKey.

Jump to

Keyboard shortcuts

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