mock_appauth

package
v3.0.0-pre-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_appauth is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCredentials

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

MockCredentials is a mock of Credentials interface.

func NewMockCredentials

func NewMockCredentials(ctrl *gomock.Controller) *MockCredentials

NewMockCredentials creates a new mock instance.

func (*MockCredentials) AuthProvider

func (m *MockCredentials) AuthProvider(ctx context.Context, workspace string, opts ...auth.Option) (auth.Provider, error)

AuthProvider mocks base method.

func (*MockCredentials) EXPECT

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

func (*MockCredentials) IsEmpty

func (m *MockCredentials) IsEmpty() bool

IsEmpty mocks base method.

type MockCredentialsMockRecorder

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

MockCredentialsMockRecorder is the mock recorder for MockCredentials.

func (*MockCredentialsMockRecorder) AuthProvider

func (mr *MockCredentialsMockRecorder) AuthProvider(ctx, workspace interface{}, opts ...interface{}) *gomock.Call

AuthProvider indicates an expected call of AuthProvider.

func (*MockCredentialsMockRecorder) IsEmpty

func (mr *MockCredentialsMockRecorder) IsEmpty() *gomock.Call

IsEmpty indicates an expected call of IsEmpty.

type Mockcontainer

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

Mockcontainer is a mock of container interface.

func NewMockcontainer

func NewMockcontainer(ctrl *gomock.Controller) *Mockcontainer

NewMockcontainer creates a new mock instance.

func (*Mockcontainer) Create

func (m *Mockcontainer) Create(filename string) (io.WriteCloser, error)

Create mocks base method.

func (*Mockcontainer) EXPECT

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

func (*Mockcontainer) Open

func (m *Mockcontainer) Open(filename string) (io.ReadCloser, error)

Open mocks base method.

type MockcontainerMockRecorder

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

MockcontainerMockRecorder is the mock recorder for Mockcontainer.

func (*MockcontainerMockRecorder) Create

func (mr *MockcontainerMockRecorder) Create(filename interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockcontainerMockRecorder) Open

func (mr *MockcontainerMockRecorder) Open(filename interface{}) *gomock.Call

Open indicates an expected call of Open.

Jump to

Keyboard shortcuts

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