mock_types

package
v0.0.0-...-53a8481 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_types is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockResult

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

MockResult is a mock of Result interface

func NewMockResult

func NewMockResult(ctrl *gomock.Controller) *MockResult

NewMockResult creates a new mock instance

func (*MockResult) EXPECT

func (m *MockResult) EXPECT() *MockResultMockRecorder

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

func (*MockResult) GetAsVersion

func (m *MockResult) GetAsVersion(arg0 string) (types.Result, error)

GetAsVersion mocks base method

func (*MockResult) Print

func (m *MockResult) Print() error

Print mocks base method

func (*MockResult) String

func (m *MockResult) String() string

String mocks base method

func (*MockResult) Version

func (m *MockResult) Version() string

Version mocks base method

type MockResultMockRecorder

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

MockResultMockRecorder is the mock recorder for MockResult

func (*MockResultMockRecorder) GetAsVersion

func (mr *MockResultMockRecorder) GetAsVersion(arg0 interface{}) *gomock.Call

GetAsVersion indicates an expected call of GetAsVersion

func (*MockResultMockRecorder) Print

func (mr *MockResultMockRecorder) Print() *gomock.Call

Print indicates an expected call of Print

func (*MockResultMockRecorder) String

func (mr *MockResultMockRecorder) String() *gomock.Call

String indicates an expected call of String

func (*MockResultMockRecorder) Version

func (mr *MockResultMockRecorder) Version() *gomock.Call

Version indicates an expected call of Version

Jump to

Keyboard shortcuts

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