mock

package
v0.0.0-...-3fc36a1 Latest Latest
Warning

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

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

Documentation

Overview

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 MockClienter

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

MockClienter is a mock of Clienter interface.

func NewMockClienter

func NewMockClienter(ctrl *gomock.Controller) *MockClienter

NewMockClienter creates a new mock instance.

func (*MockClienter) Deploy

func (m *MockClienter) Deploy(repoPath string, stacks []string, contexts map[string]string) (string, error)

Deploy mocks base method.

func (*MockClienter) Diff

func (m *MockClienter) Diff(repoPath string, stacks []string, contexts map[string]string) (string, bool, error)

Diff mocks base method.

func (*MockClienter) EXPECT

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

func (*MockClienter) List

func (m *MockClienter) List(repoPath string, contexts map[string]string) ([]string, error)

List mocks base method.

func (*MockClienter) Setup

func (m *MockClienter) Setup(repoPath string) error

Setup mocks base method.

type MockClienterMockRecorder

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

MockClienterMockRecorder is the mock recorder for MockClienter.

func (*MockClienterMockRecorder) Deploy

func (mr *MockClienterMockRecorder) Deploy(repoPath, stacks, contexts any) *gomock.Call

Deploy indicates an expected call of Deploy.

func (*MockClienterMockRecorder) Diff

func (mr *MockClienterMockRecorder) Diff(repoPath, stacks, contexts any) *gomock.Call

Diff indicates an expected call of Diff.

func (*MockClienterMockRecorder) List

func (mr *MockClienterMockRecorder) List(repoPath, contexts any) *gomock.Call

List indicates an expected call of List.

func (*MockClienterMockRecorder) Setup

func (mr *MockClienterMockRecorder) Setup(repoPath any) *gomock.Call

Setup indicates an expected call of Setup.

Jump to

Keyboard shortcuts

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