mock

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockQuery

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

MockQuery is a mock of Query interface

func NewMockQuery

func NewMockQuery(ctrl *gomock.Controller) *MockQuery

NewMockQuery creates a new mock instance

func (*MockQuery) Create

func (m *MockQuery) Create(rootDomain, domain string, values sets.String) error

Create mocks base method

func (*MockQuery) Delete

func (m *MockQuery) Delete(rootDomain, domain string, values sets.String) error

Delete mocks base method

func (*MockQuery) EXPECT

func (m *MockQuery) EXPECT() *MockQueryMockRecorder

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

func (*MockQuery) Get

func (m *MockQuery) Get(rootDomain string) (map[string]sets.String, error)

Get mocks base method

type MockQueryMockRecorder

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

MockQueryMockRecorder is the mock recorder for MockQuery

func (*MockQueryMockRecorder) Create

func (mr *MockQueryMockRecorder) Create(rootDomain, domain, values interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockQueryMockRecorder) Delete

func (mr *MockQueryMockRecorder) Delete(rootDomain, domain, values interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockQueryMockRecorder) Get

func (mr *MockQueryMockRecorder) Get(rootDomain interface{}) *gomock.Call

Get indicates an expected call of Get

Jump to

Keyboard shortcuts

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