services_mocks

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockEntityService

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

Mock of EntityService interface

func NewMockEntityService

func NewMockEntityService(ctrl *gomock.Controller) *MockEntityService

func (*MockEntityService) Create

func (_m *MockEntityService) Create(body []byte, options map[string]string) ([]byte, error)

func (*MockEntityService) Delete

func (_m *MockEntityService) Delete(id string, body []byte, options map[string]string) ([]byte, error)

func (*MockEntityService) EXPECT

func (_m *MockEntityService) EXPECT() *_MockEntityServiceRecorder

func (*MockEntityService) Execute

func (_m *MockEntityService) Execute(id string, operation string, body []byte, options map[string]string) ([]byte, error)

func (*MockEntityService) Get

func (_m *MockEntityService) Get(id string, options map[string]string) ([]byte, error)

func (*MockEntityService) List

func (_m *MockEntityService) List(options map[string]string) ([]byte, error)

func (*MockEntityService) Update

func (_m *MockEntityService) Update(id string, body []byte, options map[string]string) ([]byte, error)

Jump to

Keyboard shortcuts

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