Documentation
¶
Overview ¶
Package mock_api is a generated GoMock package.
Package mock_api is a generated GoMock package.
Index ¶
- type MockAppServices
- func (m *MockAppServices) EXPECT() *MockAppServicesMockRecorder
- func (m *MockAppServices) KVDelete(arg0, arg1, arg2 string) error
- func (m *MockAppServices) KVGet(arg0, arg1, arg2 string, arg3 interface{}) error
- func (m *MockAppServices) KVSet(arg0, arg1, arg2 string, arg3 interface{}) (bool, error)
- func (m *MockAppServices) Subscribe(arg0 *apps.Subscription) error
- func (m *MockAppServices) Unsubscribe(arg0 *apps.Subscription) error
- type MockAppServicesMockRecorder
- func (mr *MockAppServicesMockRecorder) KVDelete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAppServicesMockRecorder) KVGet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAppServicesMockRecorder) KVSet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAppServicesMockRecorder) Subscribe(arg0 interface{}) *gomock.Call
- func (mr *MockAppServicesMockRecorder) Unsubscribe(arg0 interface{}) *gomock.Call
- type MockProxy
- func (m *MockProxy) Call(arg0 apps.SessionToken, arg1 *apps.Call) *apps.CallResponse
- func (m *MockProxy) EXPECT() *MockProxyMockRecorder
- func (m *MockProxy) GetBindings(arg0 *apps.Context) ([]*apps.Binding, error)
- func (m *MockProxy) Notify(arg0 *apps.Context, arg1 apps.Subject) error
- func (m *MockProxy) ProvisionBuiltIn(arg0 apps.AppID, arg1 api.Upstream)
- type MockProxyMockRecorder
- func (mr *MockProxyMockRecorder) Call(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProxyMockRecorder) GetBindings(arg0 interface{}) *gomock.Call
- func (mr *MockProxyMockRecorder) Notify(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProxyMockRecorder) ProvisionBuiltIn(arg0, arg1 interface{}) *gomock.Call
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 ¶
func (m *MockAppServices) EXPECT() *MockAppServicesMockRecorder
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 ¶
GetBindings 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