mock_repo

package
v0.0.0-...-64e8fac Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_repo is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockTemplateRepo

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

MockTemplateRepo is a mock of TemplateRepo interface.

func NewMockTemplateRepo

func NewMockTemplateRepo(ctrl *gomock.Controller) *MockTemplateRepo

NewMockTemplateRepo creates a new mock instance.

func (*MockTemplateRepo) DeleteChart

func (m *MockTemplateRepo) DeleteChart(name, version string) error

DeleteChart mocks base method.

func (*MockTemplateRepo) EXPECT

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

func (*MockTemplateRepo) ExistChart

func (m *MockTemplateRepo) ExistChart(name, version string) (bool, error)

ExistChart mocks base method.

func (*MockTemplateRepo) GetChart

func (m *MockTemplateRepo) GetChart(name, version string, lastSyncAt time.Time) (*chart.Chart, error)

GetChart mocks base method.

func (*MockTemplateRepo) GetLoc

func (m *MockTemplateRepo) GetLoc() string

GetLoc mocks base method.

func (*MockTemplateRepo) UploadChart

func (m *MockTemplateRepo) UploadChart(chart *chart.Chart) error

UploadChart mocks base method.

type MockTemplateRepoMockRecorder

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

MockTemplateRepoMockRecorder is the mock recorder for MockTemplateRepo.

func (*MockTemplateRepoMockRecorder) DeleteChart

func (mr *MockTemplateRepoMockRecorder) DeleteChart(name, version interface{}) *gomock.Call

DeleteChart indicates an expected call of DeleteChart.

func (*MockTemplateRepoMockRecorder) ExistChart

func (mr *MockTemplateRepoMockRecorder) ExistChart(name, version interface{}) *gomock.Call

ExistChart indicates an expected call of ExistChart.

func (*MockTemplateRepoMockRecorder) GetChart

func (mr *MockTemplateRepoMockRecorder) GetChart(name, version, lastSyncAt interface{}) *gomock.Call

GetChart indicates an expected call of GetChart.

func (*MockTemplateRepoMockRecorder) GetLoc

GetLoc indicates an expected call of GetLoc.

func (*MockTemplateRepoMockRecorder) UploadChart

func (mr *MockTemplateRepoMockRecorder) UploadChart(chart interface{}) *gomock.Call

UploadChart indicates an expected call of UploadChart.

Jump to

Keyboard shortcuts

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