mock_service

package
v0.0.0-...-ed74313 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_service is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStoreClient

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

MockStoreClient is a mock of StoreClient interface

func NewMockStoreClient

func NewMockStoreClient(ctrl *gomock.Controller) *MockStoreClient

NewMockStoreClient creates a new mock instance

func (*MockStoreClient) Delete

func (m *MockStoreClient) Delete(httpClient httpclient.HttpClient, accessToken, remotePath string) error

Delete mocks base method

func (*MockStoreClient) EXPECT

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

func (*MockStoreClient) Get

func (m *MockStoreClient) Get(httpClient httpclient.HttpClient, accessToken, remotePath string) (string, error)

Get mocks base method

func (*MockStoreClient) List

func (m *MockStoreClient) List(httpClient httpclient.HttpClient, accessToken, remotePath string) ([]string, error)

List mocks base method

func (*MockStoreClient) Login

func (m *MockStoreClient) Login(httpClient httpclient.HttpClient, browser browser.Browser) (string, error)

Login mocks base method

func (*MockStoreClient) Upload

func (m *MockStoreClient) Upload(httpClient httpclient.HttpClient, accessToken, remoteFilePath, content string) (bool, error)

Upload mocks base method

type MockStoreClientMockRecorder

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

MockStoreClientMockRecorder is the mock recorder for MockStoreClient

func (*MockStoreClientMockRecorder) Delete

func (mr *MockStoreClientMockRecorder) Delete(httpClient, accessToken, remotePath interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockStoreClientMockRecorder) Get

func (mr *MockStoreClientMockRecorder) Get(httpClient, accessToken, remotePath interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockStoreClientMockRecorder) List

func (mr *MockStoreClientMockRecorder) List(httpClient, accessToken, remotePath interface{}) *gomock.Call

List indicates an expected call of List

func (*MockStoreClientMockRecorder) Login

func (mr *MockStoreClientMockRecorder) Login(httpClient, browser interface{}) *gomock.Call

Login indicates an expected call of Login

func (*MockStoreClientMockRecorder) Upload

func (mr *MockStoreClientMockRecorder) Upload(httpClient, accessToken, remoteFilePath, content interface{}) *gomock.Call

Upload indicates an expected call of Upload

Jump to

Keyboard shortcuts

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