mock_api

package
v0.0.0-...-156c033 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_api is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

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

MockClient is a mock of Client interface

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) GetCredentials

func (m *MockClient) GetCredentials(arg0 string) (*api.Auth, error)

GetCredentials mocks base method

func (*MockClient) ListCredentials

func (m *MockClient) ListCredentials() ([]*api.Auth, error)

ListCredentials mocks base method

type MockClientFactory

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

MockClientFactory is a mock of ClientFactory interface

func NewMockClientFactory

func NewMockClientFactory(ctrl *gomock.Controller) *MockClientFactory

NewMockClientFactory creates a new mock instance

func (*MockClientFactory) EXPECT

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

func (*MockClientFactory) NewClient

func (m *MockClientFactory) NewClient(arg0 *session.Session, arg1 *aws.Config) api.Client

NewClient mocks base method

func (*MockClientFactory) NewClientFromRegion

func (m *MockClientFactory) NewClientFromRegion(arg0 string) api.Client

NewClientFromRegion mocks base method

func (*MockClientFactory) NewClientWithDefaults

func (m *MockClientFactory) NewClientWithDefaults() api.Client

NewClientWithDefaults mocks base method

func (*MockClientFactory) NewClientWithOptions

func (m *MockClientFactory) NewClientWithOptions(arg0 api.Options) api.Client

NewClientWithOptions mocks base method

type MockClientFactoryMockRecorder

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

MockClientFactoryMockRecorder is the mock recorder for MockClientFactory

func (*MockClientFactoryMockRecorder) NewClient

func (mr *MockClientFactoryMockRecorder) NewClient(arg0, arg1 interface{}) *gomock.Call

NewClient indicates an expected call of NewClient

func (*MockClientFactoryMockRecorder) NewClientFromRegion

func (mr *MockClientFactoryMockRecorder) NewClientFromRegion(arg0 interface{}) *gomock.Call

NewClientFromRegion indicates an expected call of NewClientFromRegion

func (*MockClientFactoryMockRecorder) NewClientWithDefaults

func (mr *MockClientFactoryMockRecorder) NewClientWithDefaults() *gomock.Call

NewClientWithDefaults indicates an expected call of NewClientWithDefaults

func (*MockClientFactoryMockRecorder) NewClientWithOptions

func (mr *MockClientFactoryMockRecorder) NewClientWithOptions(arg0 interface{}) *gomock.Call

NewClientWithOptions indicates an expected call of NewClientWithOptions

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient

func (*MockClientMockRecorder) GetCredentials

func (mr *MockClientMockRecorder) GetCredentials(arg0 interface{}) *gomock.Call

GetCredentials indicates an expected call of GetCredentials

func (*MockClientMockRecorder) ListCredentials

func (mr *MockClientMockRecorder) ListCredentials() *gomock.Call

ListCredentials indicates an expected call of ListCredentials

Jump to

Keyboard shortcuts

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