mock_api

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_api is a generated GoMock package.

Package mock_api is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAppServices

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

MockAppServices is a mock of AppServices interface

func NewMockAppServices

func NewMockAppServices(ctrl *gomock.Controller) *MockAppServices

NewMockAppServices creates a new mock instance

func (*MockAppServices) EXPECT

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

func (*MockAppServices) KVDelete

func (m *MockAppServices) KVDelete(arg0, arg1, arg2 string) error

KVDelete mocks base method

func (*MockAppServices) KVGet

func (m *MockAppServices) KVGet(arg0, arg1, arg2 string, arg3 interface{}) error

KVGet mocks base method

func (*MockAppServices) KVSet

func (m *MockAppServices) KVSet(arg0, arg1, arg2 string, arg3 interface{}) (bool, error)

KVSet mocks base method

func (*MockAppServices) Subscribe

func (m *MockAppServices) Subscribe(arg0 *apps.Subscription) error

Subscribe mocks base method

func (*MockAppServices) Unsubscribe

func (m *MockAppServices) Unsubscribe(arg0 *apps.Subscription) error

Unsubscribe mocks base method

type MockAppServicesMockRecorder

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

MockAppServicesMockRecorder is the mock recorder for MockAppServices

func (*MockAppServicesMockRecorder) KVDelete

func (mr *MockAppServicesMockRecorder) KVDelete(arg0, arg1, arg2 interface{}) *gomock.Call

KVDelete indicates an expected call of KVDelete

func (*MockAppServicesMockRecorder) KVGet

func (mr *MockAppServicesMockRecorder) KVGet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

KVGet indicates an expected call of KVGet

func (*MockAppServicesMockRecorder) KVSet

func (mr *MockAppServicesMockRecorder) KVSet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

KVSet indicates an expected call of KVSet

func (*MockAppServicesMockRecorder) Subscribe

func (mr *MockAppServicesMockRecorder) Subscribe(arg0 interface{}) *gomock.Call

Subscribe indicates an expected call of Subscribe

func (*MockAppServicesMockRecorder) Unsubscribe

func (mr *MockAppServicesMockRecorder) Unsubscribe(arg0 interface{}) *gomock.Call

Unsubscribe indicates an expected call of Unsubscribe

type MockProxy

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

MockProxy is a mock of Proxy interface

func NewMockProxy

func NewMockProxy(ctrl *gomock.Controller) *MockProxy

NewMockProxy creates a new mock instance

func (*MockProxy) Call

func (m *MockProxy) Call(arg0 apps.SessionToken, arg1 *apps.Call) *apps.CallResponse

Call mocks base method

func (*MockProxy) EXPECT

func (m *MockProxy) EXPECT() *MockProxyMockRecorder

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

func (*MockProxy) GetBindings

func (m *MockProxy) GetBindings(arg0 *apps.Context) ([]*apps.Binding, error)

GetBindings mocks base method

func (*MockProxy) Notify

func (m *MockProxy) Notify(arg0 *apps.Context, arg1 apps.Subject) error

Notify mocks base method

func (*MockProxy) ProvisionBuiltIn

func (m *MockProxy) ProvisionBuiltIn(arg0 apps.AppID, arg1 api.Upstream)

ProvisionBuiltIn mocks base method

type MockProxyMockRecorder

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

MockProxyMockRecorder is the mock recorder for MockProxy

func (*MockProxyMockRecorder) Call

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

Call indicates an expected call of Call

func (*MockProxyMockRecorder) GetBindings

func (mr *MockProxyMockRecorder) GetBindings(arg0 interface{}) *gomock.Call

GetBindings indicates an expected call of GetBindings

func (*MockProxyMockRecorder) Notify

func (mr *MockProxyMockRecorder) Notify(arg0, arg1 interface{}) *gomock.Call

Notify indicates an expected call of Notify

func (*MockProxyMockRecorder) ProvisionBuiltIn

func (mr *MockProxyMockRecorder) ProvisionBuiltIn(arg0, arg1 interface{}) *gomock.Call

ProvisionBuiltIn indicates an expected call of ProvisionBuiltIn

Jump to

Keyboard shortcuts

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