mocks

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockParser

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

MockParser is a mock of Parser interface.

func NewMockParser

func NewMockParser(ctrl *gomock.Controller) *MockParser

NewMockParser creates a new mock instance.

func (*MockParser) EXPECT

func (m *MockParser) EXPECT() *MockParserMockRecorder

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

func (*MockParser) Parse

func (m *MockParser) Parse(path string, data interface{}, options ...template.ParseOption) (*template.Content, error)

Parse mocks base method.

type MockParserMockRecorder

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

MockParserMockRecorder is the mock recorder for MockParser.

func (*MockParserMockRecorder) Parse

func (mr *MockParserMockRecorder) Parse(path, data interface{}, options ...interface{}) *gomock.Call

Parse indicates an expected call of Parse.

type MockReadParser

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

MockReadParser is a mock of ReadParser interface.

func NewMockReadParser

func NewMockReadParser(ctrl *gomock.Controller) *MockReadParser

NewMockReadParser creates a new mock instance.

func (*MockReadParser) EXPECT

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

func (*MockReadParser) Parse

func (m *MockReadParser) Parse(path string, data interface{}, options ...template.ParseOption) (*template.Content, error)

Parse mocks base method.

func (*MockReadParser) Read

func (m *MockReadParser) Read(path string) (*template.Content, error)

Read mocks base method.

type MockReadParserMockRecorder

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

MockReadParserMockRecorder is the mock recorder for MockReadParser.

func (*MockReadParserMockRecorder) Parse

func (mr *MockReadParserMockRecorder) Parse(path, data interface{}, options ...interface{}) *gomock.Call

Parse indicates an expected call of Parse.

func (*MockReadParserMockRecorder) Read

func (mr *MockReadParserMockRecorder) Read(path interface{}) *gomock.Call

Read indicates an expected call of Read.

Jump to

Keyboard shortcuts

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