template

package
v0.0.0-...-7e06a17 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package template is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockManager

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

MockManager is a mock of Manager interface.

func NewMockManager

func NewMockManager(ctrl *gomock.Controller) *MockManager

NewMockManager creates a new mock instance.

func (*MockManager) EXPECT

func (m *MockManager) EXPECT() *MockManagerMockRecorder

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

func (*MockManager) RenderFile

func (m *MockManager) RenderFile(file string, data interface{}) ([]byte, error)

RenderFile mocks base method.

func (*MockManager) StaticFiles

func (m *MockManager) StaticFiles(file string) ([]byte, error)

StaticFiles mocks base method.

type MockManagerMockRecorder

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

MockManagerMockRecorder is the mock recorder for MockManager.

func (*MockManagerMockRecorder) RenderFile

func (mr *MockManagerMockRecorder) RenderFile(file, data interface{}) *gomock.Call

RenderFile indicates an expected call of RenderFile.

func (*MockManagerMockRecorder) StaticFiles

func (mr *MockManagerMockRecorder) StaticFiles(file interface{}) *gomock.Call

StaticFiles indicates an expected call of StaticFiles.

Jump to

Keyboard shortcuts

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