service

package
v0.0.0-...-0371123 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package service is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filer

type Filer interface {
	GetPath() string
	ReadWithCheck() (string, error)
}

type MockFiler

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

MockFiler is a mock of Filer interface.

func NewMockFiler

func NewMockFiler(ctrl *gomock.Controller) *MockFiler

NewMockFiler creates a new mock instance.

func (*MockFiler) EXPECT

func (m *MockFiler) EXPECT() *MockFilerMockRecorder

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

func (*MockFiler) GetPath

func (m *MockFiler) GetPath() string

GetPath mocks base method.

func (*MockFiler) ReadWithCheck

func (m *MockFiler) ReadWithCheck() (string, error)

ReadWithCheck mocks base method.

type MockFilerMockRecorder

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

MockFilerMockRecorder is the mock recorder for MockFiler.

func (*MockFilerMockRecorder) GetPath

func (mr *MockFilerMockRecorder) GetPath() *gomock.Call

GetPath indicates an expected call of GetPath.

func (*MockFilerMockRecorder) ReadWithCheck

func (mr *MockFilerMockRecorder) ReadWithCheck() *gomock.Call

ReadWithCheck indicates an expected call of ReadWithCheck.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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