mocks

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteEnvironmentManager

type RemoteEnvironmentManager struct {
	mock.Mock
}

RemoteEnvironmentManager is an autogenerated mock type for the RemoteEnvironmentManager type

func (*RemoteEnvironmentManager) Get

Get provides a mock function with given fields: name, options

func (*RemoteEnvironmentManager) Update

Update provides a mock function with given fields: _a0

type ServiceRepository

type ServiceRepository struct {
	mock.Mock
}

ServiceRepository is an autogenerated mock type for the ServiceRepository type

func (*ServiceRepository) Create

func (_m *ServiceRepository) Create(remoteEnvironment string, service remoteenv.Service) apperrors.AppError

Create provides a mock function with given fields: remoteEnvironment, service

func (*ServiceRepository) Delete

func (_m *ServiceRepository) Delete(remoteEnvironment string, id string) apperrors.AppError

Delete provides a mock function with given fields: remoteEnvironment, id

func (*ServiceRepository) Get

func (_m *ServiceRepository) Get(remoteEnvironment string, id string) (remoteenv.Service, apperrors.AppError)

Get provides a mock function with given fields: remoteEnvironment, id

func (*ServiceRepository) GetAll

func (_m *ServiceRepository) GetAll(remoteEnvironment string) ([]remoteenv.Service, apperrors.AppError)

GetAll provides a mock function with given fields: remoteEnvironment

func (*ServiceRepository) Update

func (_m *ServiceRepository) Update(remoteEnvironment string, service remoteenv.Service) apperrors.AppError

Update provides a mock function with given fields: remoteEnvironment, service

Jump to

Keyboard shortcuts

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