mock_render

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mock_render is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFileStore

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

MockFileStore is a mock of FileStore interface

func NewMockFileStore

func NewMockFileStore(ctrl *gomock.Controller) *MockFileStore

NewMockFileStore creates a new mock instance

func (*MockFileStore) EXPECT

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

func (*MockFileStore) Exists

func (m *MockFileStore) Exists(arg0 string) (bool, error)

Exists mocks base method

func (*MockFileStore) Load

func (m *MockFileStore) Load(arg0 string) (string, error)

Load mocks base method

func (*MockFileStore) LoadYaml

func (m *MockFileStore) LoadYaml(arg0 string, arg1 interface{}) error

LoadYaml mocks base method

func (*MockFileStore) Save

func (m *MockFileStore) Save(arg0, arg1 string) error

Save mocks base method

func (*MockFileStore) SaveYaml

func (m *MockFileStore) SaveYaml(arg0 string, arg1 interface{}) error

SaveYaml mocks base method

type MockFileStoreMockRecorder

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

MockFileStoreMockRecorder is the mock recorder for MockFileStore

func (*MockFileStoreMockRecorder) Exists

func (mr *MockFileStoreMockRecorder) Exists(arg0 interface{}) *gomock.Call

Exists indicates an expected call of Exists

func (*MockFileStoreMockRecorder) Load

func (mr *MockFileStoreMockRecorder) Load(arg0 interface{}) *gomock.Call

Load indicates an expected call of Load

func (*MockFileStoreMockRecorder) LoadYaml

func (mr *MockFileStoreMockRecorder) LoadYaml(arg0, arg1 interface{}) *gomock.Call

LoadYaml indicates an expected call of LoadYaml

func (*MockFileStoreMockRecorder) Save

func (mr *MockFileStoreMockRecorder) Save(arg0, arg1 interface{}) *gomock.Call

Save indicates an expected call of Save

func (*MockFileStoreMockRecorder) SaveYaml

func (mr *MockFileStoreMockRecorder) SaveYaml(arg0, arg1 interface{}) *gomock.Call

SaveYaml indicates an expected call of SaveYaml

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳