Versions in this module Expand all Collapse all v0 v0.1.0 Mar 1, 2021 Changes in this version + type MockAppServices struct + func NewMockAppServices(ctrl *gomock.Controller) *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 struct + 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 struct + func NewMockProxy(ctrl *gomock.Controller) *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 struct + 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