mock

package
v0.0.0-...-1595bd0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuthProvider

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

MockAuthProvider is a mock of AuthProvider interface.

func NewMockAuthProvider

func NewMockAuthProvider(ctrl *gomock.Controller) *MockAuthProvider

NewMockAuthProvider creates a new mock instance.

func (*MockAuthProvider) EXPECT

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

func (*MockAuthProvider) VerifyToken

func (m *MockAuthProvider) VerifyToken(ctx context.Context, token string) (auth.IDToken, error)

VerifyToken mocks base method.

type MockAuthProviderMockRecorder

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

MockAuthProviderMockRecorder is the mock recorder for MockAuthProvider.

func (*MockAuthProviderMockRecorder) VerifyToken

func (mr *MockAuthProviderMockRecorder) VerifyToken(ctx, token interface{}) *gomock.Call

VerifyToken indicates an expected call of VerifyToken.

type MockIDToken

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

MockIDToken is a mock of IDToken interface.

func NewMockIDToken

func NewMockIDToken(ctrl *gomock.Controller) *MockIDToken

NewMockIDToken creates a new mock instance.

func (*MockIDToken) EXPECT

func (m *MockIDToken) EXPECT() *MockIDTokenMockRecorder

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

func (*MockIDToken) GetClaims

func (m *MockIDToken) GetClaims(out interface{}) error

GetClaims mocks base method.

type MockIDTokenMockRecorder

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

MockIDTokenMockRecorder is the mock recorder for MockIDToken.

func (*MockIDTokenMockRecorder) GetClaims

func (mr *MockIDTokenMockRecorder) GetClaims(out interface{}) *gomock.Call

GetClaims indicates an expected call of GetClaims.

type MockRadixAPIClient

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

MockRadixAPIClient is a mock of RadixAPIClient interface.

func NewMockRadixAPIClient

func NewMockRadixAPIClient(ctrl *gomock.Controller) *MockRadixAPIClient

NewMockRadixAPIClient creates a new mock instance.

func (*MockRadixAPIClient) EXPECT

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

func (*MockRadixAPIClient) GetRadixApplicationDetails

func (m *MockRadixAPIClient) GetRadixApplicationDetails(appParams *application.GetApplicationParams, token string) (*radix_api.RadixApplicationDetails, error)

GetRadixApplicationDetails mocks base method.

func (*MockRadixAPIClient) ShowRadixApplications

func (m *MockRadixAPIClient) ShowRadixApplications(appParams *platform.ShowApplicationsParams, token string) (map[string]*radix_api.RadixApplicationDetails, error)

ShowRadixApplications mocks base method.

type MockRadixAPIClientMockRecorder

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

MockRadixAPIClientMockRecorder is the mock recorder for MockRadixAPIClient.

func (*MockRadixAPIClientMockRecorder) GetRadixApplicationDetails

func (mr *MockRadixAPIClientMockRecorder) GetRadixApplicationDetails(appParams, token interface{}) *gomock.Call

GetRadixApplicationDetails indicates an expected call of GetRadixApplicationDetails.

func (*MockRadixAPIClientMockRecorder) ShowRadixApplications

func (mr *MockRadixAPIClientMockRecorder) ShowRadixApplications(appParams, token interface{}) *gomock.Call

ShowRadixApplications indicates an expected call of ShowRadixApplications.

Jump to

Keyboard shortcuts

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