mock_dependency

package
v0.0.0-...-8b501b0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mock_dependency is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPI

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

MockAPI is a mock of API interface

func NewMockAPI

func NewMockAPI(ctrl *gomock.Controller) *MockAPI

NewMockAPI creates a new mock instance

func (*MockAPI) DependencyType

func (m *MockAPI) DependencyType(arg0 string) (dependency.DepType, error)

DependencyType mocks base method

func (*MockAPI) EXPECT

func (m *MockAPI) EXPECT() *MockAPIMockRecorder

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

func (*MockAPI) ListDependencies

func (m *MockAPI) ListDependencies(arg0 string) ([]string, error)

ListDependencies mocks base method

type MockAPIMockRecorder

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

MockAPIMockRecorder is the mock recorder for MockAPI

func (*MockAPIMockRecorder) DependencyType

func (mr *MockAPIMockRecorder) DependencyType(arg0 interface{}) *gomock.Call

DependencyType indicates an expected call of DependencyType

func (*MockAPIMockRecorder) ListDependencies

func (mr *MockAPIMockRecorder) ListDependencies(arg0 interface{}) *gomock.Call

ListDependencies indicates an expected call of ListDependencies

Jump to

Keyboard shortcuts

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