Documentation ¶
Overview ¶
Package mock_runtime is a generated GoMock package.
Index ¶
- type MockRuntimeClient
- func (m *MockRuntimeClient) DelFile(ctx context.Context, in *runtime.DelFileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (m *MockRuntimeClient) DeleteBulkState(ctx context.Context, in *runtime.DeleteBulkStateRequest, ...) (*emptypb.Empty, error)
- func (m *MockRuntimeClient) DeleteConfiguration(ctx context.Context, in *runtime.DeleteConfigurationRequest, ...) (*emptypb.Empty, error)
- func (m *MockRuntimeClient) DeleteState(ctx context.Context, in *runtime.DeleteStateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (m *MockRuntimeClient) EXPECT() *MockRuntimeClientMockRecorder
- func (m *MockRuntimeClient) ExecuteStateTransaction(ctx context.Context, in *runtime.ExecuteStateTransactionRequest, ...) (*emptypb.Empty, error)
- func (m *MockRuntimeClient) GetBulkState(ctx context.Context, in *runtime.GetBulkStateRequest, opts ...grpc.CallOption) (*runtime.GetBulkStateResponse, error)
- func (m *MockRuntimeClient) GetConfiguration(ctx context.Context, in *runtime.GetConfigurationRequest, ...) (*runtime.GetConfigurationResponse, error)
- func (m *MockRuntimeClient) GetFile(ctx context.Context, in *runtime.GetFileRequest, opts ...grpc.CallOption) (runtime.Runtime_GetFileClient, error)
- func (m *MockRuntimeClient) GetFileMeta(ctx context.Context, in *runtime.GetFileMetaRequest, opts ...grpc.CallOption) (*runtime.GetFileMetaResponse, error)
- func (m *MockRuntimeClient) GetNextId(ctx context.Context, in *runtime.GetNextIdRequest, opts ...grpc.CallOption) (*runtime.GetNextIdResponse, error)
- func (m *MockRuntimeClient) GetState(ctx context.Context, in *runtime.GetStateRequest, opts ...grpc.CallOption) (*runtime.GetStateResponse, error)
- func (m *MockRuntimeClient) InvokeBinding(ctx context.Context, in *runtime.InvokeBindingRequest, opts ...grpc.CallOption) (*runtime.InvokeBindingResponse, error)
- func (m *MockRuntimeClient) InvokeService(ctx context.Context, in *runtime.InvokeServiceRequest, opts ...grpc.CallOption) (*runtime.InvokeResponse, error)
- func (m *MockRuntimeClient) ListFile(ctx context.Context, in *runtime.ListFileRequest, opts ...grpc.CallOption) (*runtime.ListFileResp, error)
- func (m *MockRuntimeClient) PublishEvent(ctx context.Context, in *runtime.PublishEventRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (m *MockRuntimeClient) PutFile(ctx context.Context, opts ...grpc.CallOption) (runtime.Runtime_PutFileClient, error)
- func (m *MockRuntimeClient) SaveConfiguration(ctx context.Context, in *runtime.SaveConfigurationRequest, ...) (*emptypb.Empty, error)
- func (m *MockRuntimeClient) SaveState(ctx context.Context, in *runtime.SaveStateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (m *MockRuntimeClient) SayHello(ctx context.Context, in *runtime.SayHelloRequest, opts ...grpc.CallOption) (*runtime.SayHelloResponse, error)
- func (m *MockRuntimeClient) SubscribeConfiguration(ctx context.Context, opts ...grpc.CallOption) (runtime.Runtime_SubscribeConfigurationClient, error)
- func (m *MockRuntimeClient) TryLock(ctx context.Context, in *runtime.TryLockRequest, opts ...grpc.CallOption) (*runtime.TryLockResponse, error)
- func (m *MockRuntimeClient) Unlock(ctx context.Context, in *runtime.UnlockRequest, opts ...grpc.CallOption) (*runtime.UnlockResponse, error)
- type MockRuntimeClientMockRecorder
- func (mr *MockRuntimeClientMockRecorder) DelFile(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) DeleteBulkState(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) DeleteConfiguration(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) DeleteState(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) ExecuteStateTransaction(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) GetBulkState(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) GetConfiguration(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) GetFile(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) GetFileMeta(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) GetNextId(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) GetState(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) InvokeBinding(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) InvokeService(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) ListFile(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) PublishEvent(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) PutFile(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) SaveConfiguration(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) SaveState(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) SayHello(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) SubscribeConfiguration(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) TryLock(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeClientMockRecorder) Unlock(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockRuntimeServer
- func (m *MockRuntimeServer) DelFile(arg0 context.Context, arg1 *runtime.DelFileRequest) (*emptypb.Empty, error)
- func (m *MockRuntimeServer) DeleteBulkState(arg0 context.Context, arg1 *runtime.DeleteBulkStateRequest) (*emptypb.Empty, error)
- func (m *MockRuntimeServer) DeleteConfiguration(arg0 context.Context, arg1 *runtime.DeleteConfigurationRequest) (*emptypb.Empty, error)
- func (m *MockRuntimeServer) DeleteState(arg0 context.Context, arg1 *runtime.DeleteStateRequest) (*emptypb.Empty, error)
- func (m *MockRuntimeServer) EXPECT() *MockRuntimeServerMockRecorder
- func (m *MockRuntimeServer) ExecuteStateTransaction(arg0 context.Context, arg1 *runtime.ExecuteStateTransactionRequest) (*emptypb.Empty, error)
- func (m *MockRuntimeServer) GetBulkState(arg0 context.Context, arg1 *runtime.GetBulkStateRequest) (*runtime.GetBulkStateResponse, error)
- func (m *MockRuntimeServer) GetConfiguration(arg0 context.Context, arg1 *runtime.GetConfigurationRequest) (*runtime.GetConfigurationResponse, error)
- func (m *MockRuntimeServer) GetFile(arg0 *runtime.GetFileRequest, arg1 runtime.Runtime_GetFileServer) error
- func (m *MockRuntimeServer) GetFileMeta(arg0 context.Context, arg1 *runtime.GetFileMetaRequest) (*runtime.GetFileMetaResponse, error)
- func (m *MockRuntimeServer) GetNextId(arg0 context.Context, arg1 *runtime.GetNextIdRequest) (*runtime.GetNextIdResponse, error)
- func (m *MockRuntimeServer) GetState(arg0 context.Context, arg1 *runtime.GetStateRequest) (*runtime.GetStateResponse, error)
- func (m *MockRuntimeServer) InvokeBinding(arg0 context.Context, arg1 *runtime.InvokeBindingRequest) (*runtime.InvokeBindingResponse, error)
- func (m *MockRuntimeServer) InvokeService(arg0 context.Context, arg1 *runtime.InvokeServiceRequest) (*runtime.InvokeResponse, error)
- func (m *MockRuntimeServer) ListFile(arg0 context.Context, arg1 *runtime.ListFileRequest) (*runtime.ListFileResp, error)
- func (m *MockRuntimeServer) PublishEvent(arg0 context.Context, arg1 *runtime.PublishEventRequest) (*emptypb.Empty, error)
- func (m *MockRuntimeServer) PutFile(arg0 runtime.Runtime_PutFileServer) error
- func (m *MockRuntimeServer) SaveConfiguration(arg0 context.Context, arg1 *runtime.SaveConfigurationRequest) (*emptypb.Empty, error)
- func (m *MockRuntimeServer) SaveState(arg0 context.Context, arg1 *runtime.SaveStateRequest) (*emptypb.Empty, error)
- func (m *MockRuntimeServer) SayHello(arg0 context.Context, arg1 *runtime.SayHelloRequest) (*runtime.SayHelloResponse, error)
- func (m *MockRuntimeServer) SubscribeConfiguration(arg0 runtime.Runtime_SubscribeConfigurationServer) error
- func (m *MockRuntimeServer) TryLock(arg0 context.Context, arg1 *runtime.TryLockRequest) (*runtime.TryLockResponse, error)
- func (m *MockRuntimeServer) Unlock(arg0 context.Context, arg1 *runtime.UnlockRequest) (*runtime.UnlockResponse, error)
- type MockRuntimeServerMockRecorder
- func (mr *MockRuntimeServerMockRecorder) DelFile(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) DeleteBulkState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) DeleteConfiguration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) DeleteState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) ExecuteStateTransaction(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) GetBulkState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) GetConfiguration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) GetFile(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) GetFileMeta(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) GetNextId(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) GetState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) InvokeBinding(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) InvokeService(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) ListFile(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) PublishEvent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) PutFile(arg0 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) SaveConfiguration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) SaveState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) SayHello(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) SubscribeConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) TryLock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServerMockRecorder) Unlock(arg0, arg1 interface{}) *gomock.Call
- type MockRuntime_GetFileClient
- func (m *MockRuntime_GetFileClient) CloseSend() error
- func (m *MockRuntime_GetFileClient) Context() context.Context
- func (m *MockRuntime_GetFileClient) EXPECT() *MockRuntime_GetFileClientMockRecorder
- func (m *MockRuntime_GetFileClient) Header() (metadata.MD, error)
- func (m *MockRuntime_GetFileClient) Recv() (*runtime.GetFileResponse, error)
- func (m_2 *MockRuntime_GetFileClient) RecvMsg(m interface{}) error
- func (m_2 *MockRuntime_GetFileClient) SendMsg(m interface{}) error
- func (m *MockRuntime_GetFileClient) Trailer() metadata.MD
- type MockRuntime_GetFileClientMockRecorder
- func (mr *MockRuntime_GetFileClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockRuntime_GetFileClientMockRecorder) Context() *gomock.Call
- func (mr *MockRuntime_GetFileClientMockRecorder) Header() *gomock.Call
- func (mr *MockRuntime_GetFileClientMockRecorder) Recv() *gomock.Call
- func (mr *MockRuntime_GetFileClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_GetFileClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_GetFileClientMockRecorder) Trailer() *gomock.Call
- type MockRuntime_GetFileServer
- func (m *MockRuntime_GetFileServer) Context() context.Context
- func (m *MockRuntime_GetFileServer) EXPECT() *MockRuntime_GetFileServerMockRecorder
- func (m_2 *MockRuntime_GetFileServer) RecvMsg(m interface{}) error
- func (m *MockRuntime_GetFileServer) Send(arg0 *runtime.GetFileResponse) error
- func (m *MockRuntime_GetFileServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockRuntime_GetFileServer) SendMsg(m interface{}) error
- func (m *MockRuntime_GetFileServer) SetHeader(arg0 metadata.MD) error
- func (m *MockRuntime_GetFileServer) SetTrailer(arg0 metadata.MD)
- type MockRuntime_GetFileServerMockRecorder
- func (mr *MockRuntime_GetFileServerMockRecorder) Context() *gomock.Call
- func (mr *MockRuntime_GetFileServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_GetFileServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_GetFileServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_GetFileServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_GetFileServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_GetFileServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockRuntime_PutFileClient
- func (m *MockRuntime_PutFileClient) CloseAndRecv() (*emptypb.Empty, error)
- func (m *MockRuntime_PutFileClient) CloseSend() error
- func (m *MockRuntime_PutFileClient) Context() context.Context
- func (m *MockRuntime_PutFileClient) EXPECT() *MockRuntime_PutFileClientMockRecorder
- func (m *MockRuntime_PutFileClient) Header() (metadata.MD, error)
- func (m_2 *MockRuntime_PutFileClient) RecvMsg(m interface{}) error
- func (m *MockRuntime_PutFileClient) Send(arg0 *runtime.PutFileRequest) error
- func (m_2 *MockRuntime_PutFileClient) SendMsg(m interface{}) error
- func (m *MockRuntime_PutFileClient) Trailer() metadata.MD
- type MockRuntime_PutFileClientMockRecorder
- func (mr *MockRuntime_PutFileClientMockRecorder) CloseAndRecv() *gomock.Call
- func (mr *MockRuntime_PutFileClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockRuntime_PutFileClientMockRecorder) Context() *gomock.Call
- func (mr *MockRuntime_PutFileClientMockRecorder) Header() *gomock.Call
- func (mr *MockRuntime_PutFileClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_PutFileClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_PutFileClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_PutFileClientMockRecorder) Trailer() *gomock.Call
- type MockRuntime_PutFileServer
- func (m *MockRuntime_PutFileServer) Context() context.Context
- func (m *MockRuntime_PutFileServer) EXPECT() *MockRuntime_PutFileServerMockRecorder
- func (m *MockRuntime_PutFileServer) Recv() (*runtime.PutFileRequest, error)
- func (m_2 *MockRuntime_PutFileServer) RecvMsg(m interface{}) error
- func (m *MockRuntime_PutFileServer) SendAndClose(arg0 *emptypb.Empty) error
- func (m *MockRuntime_PutFileServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockRuntime_PutFileServer) SendMsg(m interface{}) error
- func (m *MockRuntime_PutFileServer) SetHeader(arg0 metadata.MD) error
- func (m *MockRuntime_PutFileServer) SetTrailer(arg0 metadata.MD)
- type MockRuntime_PutFileServerMockRecorder
- func (mr *MockRuntime_PutFileServerMockRecorder) Context() *gomock.Call
- func (mr *MockRuntime_PutFileServerMockRecorder) Recv() *gomock.Call
- func (mr *MockRuntime_PutFileServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_PutFileServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_PutFileServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_PutFileServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_PutFileServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_PutFileServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockRuntime_SubscribeConfigurationClient
- func (m *MockRuntime_SubscribeConfigurationClient) CloseSend() error
- func (m *MockRuntime_SubscribeConfigurationClient) Context() context.Context
- func (m *MockRuntime_SubscribeConfigurationClient) EXPECT() *MockRuntime_SubscribeConfigurationClientMockRecorder
- func (m *MockRuntime_SubscribeConfigurationClient) Header() (metadata.MD, error)
- func (m *MockRuntime_SubscribeConfigurationClient) Recv() (*runtime.SubscribeConfigurationResponse, error)
- func (m_2 *MockRuntime_SubscribeConfigurationClient) RecvMsg(m interface{}) error
- func (m *MockRuntime_SubscribeConfigurationClient) Send(arg0 *runtime.SubscribeConfigurationRequest) error
- func (m_2 *MockRuntime_SubscribeConfigurationClient) SendMsg(m interface{}) error
- func (m *MockRuntime_SubscribeConfigurationClient) Trailer() metadata.MD
- type MockRuntime_SubscribeConfigurationClientMockRecorder
- func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Context() *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Header() *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Recv() *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Trailer() *gomock.Call
- type MockRuntime_SubscribeConfigurationServer
- func (m *MockRuntime_SubscribeConfigurationServer) Context() context.Context
- func (m *MockRuntime_SubscribeConfigurationServer) EXPECT() *MockRuntime_SubscribeConfigurationServerMockRecorder
- func (m *MockRuntime_SubscribeConfigurationServer) Recv() (*runtime.SubscribeConfigurationRequest, error)
- func (m_2 *MockRuntime_SubscribeConfigurationServer) RecvMsg(m interface{}) error
- func (m *MockRuntime_SubscribeConfigurationServer) Send(arg0 *runtime.SubscribeConfigurationResponse) error
- func (m *MockRuntime_SubscribeConfigurationServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockRuntime_SubscribeConfigurationServer) SendMsg(m interface{}) error
- func (m *MockRuntime_SubscribeConfigurationServer) SetHeader(arg0 metadata.MD) error
- func (m *MockRuntime_SubscribeConfigurationServer) SetTrailer(arg0 metadata.MD)
- type MockRuntime_SubscribeConfigurationServerMockRecorder
- func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) Context() *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) Recv() *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRuntimeClient ¶
type MockRuntimeClient struct {
// contains filtered or unexported fields
}
MockRuntimeClient is a mock of RuntimeClient interface.
func NewMockRuntimeClient ¶
func NewMockRuntimeClient(ctrl *gomock.Controller) *MockRuntimeClient
NewMockRuntimeClient creates a new mock instance.
func (*MockRuntimeClient) DelFile ¶
func (m *MockRuntimeClient) DelFile(ctx context.Context, in *runtime.DelFileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DelFile mocks base method.
func (*MockRuntimeClient) DeleteBulkState ¶
func (m *MockRuntimeClient) DeleteBulkState(ctx context.Context, in *runtime.DeleteBulkStateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DeleteBulkState mocks base method.
func (*MockRuntimeClient) DeleteConfiguration ¶
func (m *MockRuntimeClient) DeleteConfiguration(ctx context.Context, in *runtime.DeleteConfigurationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DeleteConfiguration mocks base method.
func (*MockRuntimeClient) DeleteState ¶
func (m *MockRuntimeClient) DeleteState(ctx context.Context, in *runtime.DeleteStateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DeleteState mocks base method.
func (*MockRuntimeClient) EXPECT ¶
func (m *MockRuntimeClient) EXPECT() *MockRuntimeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntimeClient) ExecuteStateTransaction ¶
func (m *MockRuntimeClient) ExecuteStateTransaction(ctx context.Context, in *runtime.ExecuteStateTransactionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
ExecuteStateTransaction mocks base method.
func (*MockRuntimeClient) GetBulkState ¶
func (m *MockRuntimeClient) GetBulkState(ctx context.Context, in *runtime.GetBulkStateRequest, opts ...grpc.CallOption) (*runtime.GetBulkStateResponse, error)
GetBulkState mocks base method.
func (*MockRuntimeClient) GetConfiguration ¶
func (m *MockRuntimeClient) GetConfiguration(ctx context.Context, in *runtime.GetConfigurationRequest, opts ...grpc.CallOption) (*runtime.GetConfigurationResponse, error)
GetConfiguration mocks base method.
func (*MockRuntimeClient) GetFile ¶
func (m *MockRuntimeClient) GetFile(ctx context.Context, in *runtime.GetFileRequest, opts ...grpc.CallOption) (runtime.Runtime_GetFileClient, error)
GetFile mocks base method.
func (*MockRuntimeClient) GetFileMeta ¶
func (m *MockRuntimeClient) GetFileMeta(ctx context.Context, in *runtime.GetFileMetaRequest, opts ...grpc.CallOption) (*runtime.GetFileMetaResponse, error)
GetFileMeta mocks base method.
func (*MockRuntimeClient) GetNextId ¶
func (m *MockRuntimeClient) GetNextId(ctx context.Context, in *runtime.GetNextIdRequest, opts ...grpc.CallOption) (*runtime.GetNextIdResponse, error)
GetNextId mocks base method.
func (*MockRuntimeClient) GetState ¶
func (m *MockRuntimeClient) GetState(ctx context.Context, in *runtime.GetStateRequest, opts ...grpc.CallOption) (*runtime.GetStateResponse, error)
GetState mocks base method.
func (*MockRuntimeClient) InvokeBinding ¶
func (m *MockRuntimeClient) InvokeBinding(ctx context.Context, in *runtime.InvokeBindingRequest, opts ...grpc.CallOption) (*runtime.InvokeBindingResponse, error)
InvokeBinding mocks base method.
func (*MockRuntimeClient) InvokeService ¶
func (m *MockRuntimeClient) InvokeService(ctx context.Context, in *runtime.InvokeServiceRequest, opts ...grpc.CallOption) (*runtime.InvokeResponse, error)
InvokeService mocks base method.
func (*MockRuntimeClient) ListFile ¶
func (m *MockRuntimeClient) ListFile(ctx context.Context, in *runtime.ListFileRequest, opts ...grpc.CallOption) (*runtime.ListFileResp, error)
ListFile mocks base method.
func (*MockRuntimeClient) PublishEvent ¶
func (m *MockRuntimeClient) PublishEvent(ctx context.Context, in *runtime.PublishEventRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
PublishEvent mocks base method.
func (*MockRuntimeClient) PutFile ¶
func (m *MockRuntimeClient) PutFile(ctx context.Context, opts ...grpc.CallOption) (runtime.Runtime_PutFileClient, error)
PutFile mocks base method.
func (*MockRuntimeClient) SaveConfiguration ¶
func (m *MockRuntimeClient) SaveConfiguration(ctx context.Context, in *runtime.SaveConfigurationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
SaveConfiguration mocks base method.
func (*MockRuntimeClient) SaveState ¶
func (m *MockRuntimeClient) SaveState(ctx context.Context, in *runtime.SaveStateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
SaveState mocks base method.
func (*MockRuntimeClient) SayHello ¶
func (m *MockRuntimeClient) SayHello(ctx context.Context, in *runtime.SayHelloRequest, opts ...grpc.CallOption) (*runtime.SayHelloResponse, error)
SayHello mocks base method.
func (*MockRuntimeClient) SubscribeConfiguration ¶
func (m *MockRuntimeClient) SubscribeConfiguration(ctx context.Context, opts ...grpc.CallOption) (runtime.Runtime_SubscribeConfigurationClient, error)
SubscribeConfiguration mocks base method.
func (*MockRuntimeClient) TryLock ¶
func (m *MockRuntimeClient) TryLock(ctx context.Context, in *runtime.TryLockRequest, opts ...grpc.CallOption) (*runtime.TryLockResponse, error)
TryLock mocks base method.
func (*MockRuntimeClient) Unlock ¶
func (m *MockRuntimeClient) Unlock(ctx context.Context, in *runtime.UnlockRequest, opts ...grpc.CallOption) (*runtime.UnlockResponse, error)
Unlock mocks base method.
type MockRuntimeClientMockRecorder ¶
type MockRuntimeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntimeClientMockRecorder is the mock recorder for MockRuntimeClient.
func (*MockRuntimeClientMockRecorder) DelFile ¶
func (mr *MockRuntimeClientMockRecorder) DelFile(ctx, in interface{}, opts ...interface{}) *gomock.Call
DelFile indicates an expected call of DelFile.
func (*MockRuntimeClientMockRecorder) DeleteBulkState ¶
func (mr *MockRuntimeClientMockRecorder) DeleteBulkState(ctx, in interface{}, opts ...interface{}) *gomock.Call
DeleteBulkState indicates an expected call of DeleteBulkState.
func (*MockRuntimeClientMockRecorder) DeleteConfiguration ¶
func (mr *MockRuntimeClientMockRecorder) DeleteConfiguration(ctx, in interface{}, opts ...interface{}) *gomock.Call
DeleteConfiguration indicates an expected call of DeleteConfiguration.
func (*MockRuntimeClientMockRecorder) DeleteState ¶
func (mr *MockRuntimeClientMockRecorder) DeleteState(ctx, in interface{}, opts ...interface{}) *gomock.Call
DeleteState indicates an expected call of DeleteState.
func (*MockRuntimeClientMockRecorder) ExecuteStateTransaction ¶
func (mr *MockRuntimeClientMockRecorder) ExecuteStateTransaction(ctx, in interface{}, opts ...interface{}) *gomock.Call
ExecuteStateTransaction indicates an expected call of ExecuteStateTransaction.
func (*MockRuntimeClientMockRecorder) GetBulkState ¶
func (mr *MockRuntimeClientMockRecorder) GetBulkState(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetBulkState indicates an expected call of GetBulkState.
func (*MockRuntimeClientMockRecorder) GetConfiguration ¶
func (mr *MockRuntimeClientMockRecorder) GetConfiguration(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetConfiguration indicates an expected call of GetConfiguration.
func (*MockRuntimeClientMockRecorder) GetFile ¶
func (mr *MockRuntimeClientMockRecorder) GetFile(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetFile indicates an expected call of GetFile.
func (*MockRuntimeClientMockRecorder) GetFileMeta ¶
func (mr *MockRuntimeClientMockRecorder) GetFileMeta(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetFileMeta indicates an expected call of GetFileMeta.
func (*MockRuntimeClientMockRecorder) GetNextId ¶
func (mr *MockRuntimeClientMockRecorder) GetNextId(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetNextId indicates an expected call of GetNextId.
func (*MockRuntimeClientMockRecorder) GetState ¶
func (mr *MockRuntimeClientMockRecorder) GetState(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetState indicates an expected call of GetState.
func (*MockRuntimeClientMockRecorder) InvokeBinding ¶
func (mr *MockRuntimeClientMockRecorder) InvokeBinding(ctx, in interface{}, opts ...interface{}) *gomock.Call
InvokeBinding indicates an expected call of InvokeBinding.
func (*MockRuntimeClientMockRecorder) InvokeService ¶
func (mr *MockRuntimeClientMockRecorder) InvokeService(ctx, in interface{}, opts ...interface{}) *gomock.Call
InvokeService indicates an expected call of InvokeService.
func (*MockRuntimeClientMockRecorder) ListFile ¶
func (mr *MockRuntimeClientMockRecorder) ListFile(ctx, in interface{}, opts ...interface{}) *gomock.Call
ListFile indicates an expected call of ListFile.
func (*MockRuntimeClientMockRecorder) PublishEvent ¶
func (mr *MockRuntimeClientMockRecorder) PublishEvent(ctx, in interface{}, opts ...interface{}) *gomock.Call
PublishEvent indicates an expected call of PublishEvent.
func (*MockRuntimeClientMockRecorder) PutFile ¶
func (mr *MockRuntimeClientMockRecorder) PutFile(ctx interface{}, opts ...interface{}) *gomock.Call
PutFile indicates an expected call of PutFile.
func (*MockRuntimeClientMockRecorder) SaveConfiguration ¶
func (mr *MockRuntimeClientMockRecorder) SaveConfiguration(ctx, in interface{}, opts ...interface{}) *gomock.Call
SaveConfiguration indicates an expected call of SaveConfiguration.
func (*MockRuntimeClientMockRecorder) SaveState ¶
func (mr *MockRuntimeClientMockRecorder) SaveState(ctx, in interface{}, opts ...interface{}) *gomock.Call
SaveState indicates an expected call of SaveState.
func (*MockRuntimeClientMockRecorder) SayHello ¶
func (mr *MockRuntimeClientMockRecorder) SayHello(ctx, in interface{}, opts ...interface{}) *gomock.Call
SayHello indicates an expected call of SayHello.
func (*MockRuntimeClientMockRecorder) SubscribeConfiguration ¶
func (mr *MockRuntimeClientMockRecorder) SubscribeConfiguration(ctx interface{}, opts ...interface{}) *gomock.Call
SubscribeConfiguration indicates an expected call of SubscribeConfiguration.
func (*MockRuntimeClientMockRecorder) TryLock ¶
func (mr *MockRuntimeClientMockRecorder) TryLock(ctx, in interface{}, opts ...interface{}) *gomock.Call
TryLock indicates an expected call of TryLock.
func (*MockRuntimeClientMockRecorder) Unlock ¶
func (mr *MockRuntimeClientMockRecorder) Unlock(ctx, in interface{}, opts ...interface{}) *gomock.Call
Unlock indicates an expected call of Unlock.
type MockRuntimeServer ¶
type MockRuntimeServer struct {
// contains filtered or unexported fields
}
MockRuntimeServer is a mock of RuntimeServer interface.
func NewMockRuntimeServer ¶
func NewMockRuntimeServer(ctrl *gomock.Controller) *MockRuntimeServer
NewMockRuntimeServer creates a new mock instance.
func (*MockRuntimeServer) DelFile ¶
func (m *MockRuntimeServer) DelFile(arg0 context.Context, arg1 *runtime.DelFileRequest) (*emptypb.Empty, error)
DelFile mocks base method.
func (*MockRuntimeServer) DeleteBulkState ¶
func (m *MockRuntimeServer) DeleteBulkState(arg0 context.Context, arg1 *runtime.DeleteBulkStateRequest) (*emptypb.Empty, error)
DeleteBulkState mocks base method.
func (*MockRuntimeServer) DeleteConfiguration ¶
func (m *MockRuntimeServer) DeleteConfiguration(arg0 context.Context, arg1 *runtime.DeleteConfigurationRequest) (*emptypb.Empty, error)
DeleteConfiguration mocks base method.
func (*MockRuntimeServer) DeleteState ¶
func (m *MockRuntimeServer) DeleteState(arg0 context.Context, arg1 *runtime.DeleteStateRequest) (*emptypb.Empty, error)
DeleteState mocks base method.
func (*MockRuntimeServer) EXPECT ¶
func (m *MockRuntimeServer) EXPECT() *MockRuntimeServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntimeServer) ExecuteStateTransaction ¶
func (m *MockRuntimeServer) ExecuteStateTransaction(arg0 context.Context, arg1 *runtime.ExecuteStateTransactionRequest) (*emptypb.Empty, error)
ExecuteStateTransaction mocks base method.
func (*MockRuntimeServer) GetBulkState ¶
func (m *MockRuntimeServer) GetBulkState(arg0 context.Context, arg1 *runtime.GetBulkStateRequest) (*runtime.GetBulkStateResponse, error)
GetBulkState mocks base method.
func (*MockRuntimeServer) GetConfiguration ¶
func (m *MockRuntimeServer) GetConfiguration(arg0 context.Context, arg1 *runtime.GetConfigurationRequest) (*runtime.GetConfigurationResponse, error)
GetConfiguration mocks base method.
func (*MockRuntimeServer) GetFile ¶
func (m *MockRuntimeServer) GetFile(arg0 *runtime.GetFileRequest, arg1 runtime.Runtime_GetFileServer) error
GetFile mocks base method.
func (*MockRuntimeServer) GetFileMeta ¶
func (m *MockRuntimeServer) GetFileMeta(arg0 context.Context, arg1 *runtime.GetFileMetaRequest) (*runtime.GetFileMetaResponse, error)
GetFileMeta mocks base method.
func (*MockRuntimeServer) GetNextId ¶
func (m *MockRuntimeServer) GetNextId(arg0 context.Context, arg1 *runtime.GetNextIdRequest) (*runtime.GetNextIdResponse, error)
GetNextId mocks base method.
func (*MockRuntimeServer) GetState ¶
func (m *MockRuntimeServer) GetState(arg0 context.Context, arg1 *runtime.GetStateRequest) (*runtime.GetStateResponse, error)
GetState mocks base method.
func (*MockRuntimeServer) InvokeBinding ¶
func (m *MockRuntimeServer) InvokeBinding(arg0 context.Context, arg1 *runtime.InvokeBindingRequest) (*runtime.InvokeBindingResponse, error)
InvokeBinding mocks base method.
func (*MockRuntimeServer) InvokeService ¶
func (m *MockRuntimeServer) InvokeService(arg0 context.Context, arg1 *runtime.InvokeServiceRequest) (*runtime.InvokeResponse, error)
InvokeService mocks base method.
func (*MockRuntimeServer) ListFile ¶
func (m *MockRuntimeServer) ListFile(arg0 context.Context, arg1 *runtime.ListFileRequest) (*runtime.ListFileResp, error)
ListFile mocks base method.
func (*MockRuntimeServer) PublishEvent ¶
func (m *MockRuntimeServer) PublishEvent(arg0 context.Context, arg1 *runtime.PublishEventRequest) (*emptypb.Empty, error)
PublishEvent mocks base method.
func (*MockRuntimeServer) PutFile ¶
func (m *MockRuntimeServer) PutFile(arg0 runtime.Runtime_PutFileServer) error
PutFile mocks base method.
func (*MockRuntimeServer) SaveConfiguration ¶
func (m *MockRuntimeServer) SaveConfiguration(arg0 context.Context, arg1 *runtime.SaveConfigurationRequest) (*emptypb.Empty, error)
SaveConfiguration mocks base method.
func (*MockRuntimeServer) SaveState ¶
func (m *MockRuntimeServer) SaveState(arg0 context.Context, arg1 *runtime.SaveStateRequest) (*emptypb.Empty, error)
SaveState mocks base method.
func (*MockRuntimeServer) SayHello ¶
func (m *MockRuntimeServer) SayHello(arg0 context.Context, arg1 *runtime.SayHelloRequest) (*runtime.SayHelloResponse, error)
SayHello mocks base method.
func (*MockRuntimeServer) SubscribeConfiguration ¶
func (m *MockRuntimeServer) SubscribeConfiguration(arg0 runtime.Runtime_SubscribeConfigurationServer) error
SubscribeConfiguration mocks base method.
func (*MockRuntimeServer) TryLock ¶
func (m *MockRuntimeServer) TryLock(arg0 context.Context, arg1 *runtime.TryLockRequest) (*runtime.TryLockResponse, error)
TryLock mocks base method.
func (*MockRuntimeServer) Unlock ¶
func (m *MockRuntimeServer) Unlock(arg0 context.Context, arg1 *runtime.UnlockRequest) (*runtime.UnlockResponse, error)
Unlock mocks base method.
type MockRuntimeServerMockRecorder ¶
type MockRuntimeServerMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntimeServerMockRecorder is the mock recorder for MockRuntimeServer.
func (*MockRuntimeServerMockRecorder) DelFile ¶
func (mr *MockRuntimeServerMockRecorder) DelFile(arg0, arg1 interface{}) *gomock.Call
DelFile indicates an expected call of DelFile.
func (*MockRuntimeServerMockRecorder) DeleteBulkState ¶
func (mr *MockRuntimeServerMockRecorder) DeleteBulkState(arg0, arg1 interface{}) *gomock.Call
DeleteBulkState indicates an expected call of DeleteBulkState.
func (*MockRuntimeServerMockRecorder) DeleteConfiguration ¶
func (mr *MockRuntimeServerMockRecorder) DeleteConfiguration(arg0, arg1 interface{}) *gomock.Call
DeleteConfiguration indicates an expected call of DeleteConfiguration.
func (*MockRuntimeServerMockRecorder) DeleteState ¶
func (mr *MockRuntimeServerMockRecorder) DeleteState(arg0, arg1 interface{}) *gomock.Call
DeleteState indicates an expected call of DeleteState.
func (*MockRuntimeServerMockRecorder) ExecuteStateTransaction ¶
func (mr *MockRuntimeServerMockRecorder) ExecuteStateTransaction(arg0, arg1 interface{}) *gomock.Call
ExecuteStateTransaction indicates an expected call of ExecuteStateTransaction.
func (*MockRuntimeServerMockRecorder) GetBulkState ¶
func (mr *MockRuntimeServerMockRecorder) GetBulkState(arg0, arg1 interface{}) *gomock.Call
GetBulkState indicates an expected call of GetBulkState.
func (*MockRuntimeServerMockRecorder) GetConfiguration ¶
func (mr *MockRuntimeServerMockRecorder) GetConfiguration(arg0, arg1 interface{}) *gomock.Call
GetConfiguration indicates an expected call of GetConfiguration.
func (*MockRuntimeServerMockRecorder) GetFile ¶
func (mr *MockRuntimeServerMockRecorder) GetFile(arg0, arg1 interface{}) *gomock.Call
GetFile indicates an expected call of GetFile.
func (*MockRuntimeServerMockRecorder) GetFileMeta ¶
func (mr *MockRuntimeServerMockRecorder) GetFileMeta(arg0, arg1 interface{}) *gomock.Call
GetFileMeta indicates an expected call of GetFileMeta.
func (*MockRuntimeServerMockRecorder) GetNextId ¶
func (mr *MockRuntimeServerMockRecorder) GetNextId(arg0, arg1 interface{}) *gomock.Call
GetNextId indicates an expected call of GetNextId.
func (*MockRuntimeServerMockRecorder) GetState ¶
func (mr *MockRuntimeServerMockRecorder) GetState(arg0, arg1 interface{}) *gomock.Call
GetState indicates an expected call of GetState.
func (*MockRuntimeServerMockRecorder) InvokeBinding ¶
func (mr *MockRuntimeServerMockRecorder) InvokeBinding(arg0, arg1 interface{}) *gomock.Call
InvokeBinding indicates an expected call of InvokeBinding.
func (*MockRuntimeServerMockRecorder) InvokeService ¶
func (mr *MockRuntimeServerMockRecorder) InvokeService(arg0, arg1 interface{}) *gomock.Call
InvokeService indicates an expected call of InvokeService.
func (*MockRuntimeServerMockRecorder) ListFile ¶
func (mr *MockRuntimeServerMockRecorder) ListFile(arg0, arg1 interface{}) *gomock.Call
ListFile indicates an expected call of ListFile.
func (*MockRuntimeServerMockRecorder) PublishEvent ¶
func (mr *MockRuntimeServerMockRecorder) PublishEvent(arg0, arg1 interface{}) *gomock.Call
PublishEvent indicates an expected call of PublishEvent.
func (*MockRuntimeServerMockRecorder) PutFile ¶
func (mr *MockRuntimeServerMockRecorder) PutFile(arg0 interface{}) *gomock.Call
PutFile indicates an expected call of PutFile.
func (*MockRuntimeServerMockRecorder) SaveConfiguration ¶
func (mr *MockRuntimeServerMockRecorder) SaveConfiguration(arg0, arg1 interface{}) *gomock.Call
SaveConfiguration indicates an expected call of SaveConfiguration.
func (*MockRuntimeServerMockRecorder) SaveState ¶
func (mr *MockRuntimeServerMockRecorder) SaveState(arg0, arg1 interface{}) *gomock.Call
SaveState indicates an expected call of SaveState.
func (*MockRuntimeServerMockRecorder) SayHello ¶
func (mr *MockRuntimeServerMockRecorder) SayHello(arg0, arg1 interface{}) *gomock.Call
SayHello indicates an expected call of SayHello.
func (*MockRuntimeServerMockRecorder) SubscribeConfiguration ¶
func (mr *MockRuntimeServerMockRecorder) SubscribeConfiguration(arg0 interface{}) *gomock.Call
SubscribeConfiguration indicates an expected call of SubscribeConfiguration.
func (*MockRuntimeServerMockRecorder) TryLock ¶
func (mr *MockRuntimeServerMockRecorder) TryLock(arg0, arg1 interface{}) *gomock.Call
TryLock indicates an expected call of TryLock.
func (*MockRuntimeServerMockRecorder) Unlock ¶
func (mr *MockRuntimeServerMockRecorder) Unlock(arg0, arg1 interface{}) *gomock.Call
Unlock indicates an expected call of Unlock.
type MockRuntime_GetFileClient ¶
type MockRuntime_GetFileClient struct {
// contains filtered or unexported fields
}
MockRuntime_GetFileClient is a mock of Runtime_GetFileClient interface.
func NewMockRuntime_GetFileClient ¶
func NewMockRuntime_GetFileClient(ctrl *gomock.Controller) *MockRuntime_GetFileClient
NewMockRuntime_GetFileClient creates a new mock instance.
func (*MockRuntime_GetFileClient) CloseSend ¶
func (m *MockRuntime_GetFileClient) CloseSend() error
CloseSend mocks base method.
func (*MockRuntime_GetFileClient) Context ¶
func (m *MockRuntime_GetFileClient) Context() context.Context
Context mocks base method.
func (*MockRuntime_GetFileClient) EXPECT ¶
func (m *MockRuntime_GetFileClient) EXPECT() *MockRuntime_GetFileClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntime_GetFileClient) Header ¶
func (m *MockRuntime_GetFileClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockRuntime_GetFileClient) Recv ¶
func (m *MockRuntime_GetFileClient) Recv() (*runtime.GetFileResponse, error)
Recv mocks base method.
func (*MockRuntime_GetFileClient) RecvMsg ¶
func (m_2 *MockRuntime_GetFileClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockRuntime_GetFileClient) SendMsg ¶
func (m_2 *MockRuntime_GetFileClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockRuntime_GetFileClient) Trailer ¶
func (m *MockRuntime_GetFileClient) Trailer() metadata.MD
Trailer mocks base method.
type MockRuntime_GetFileClientMockRecorder ¶
type MockRuntime_GetFileClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntime_GetFileClientMockRecorder is the mock recorder for MockRuntime_GetFileClient.
func (*MockRuntime_GetFileClientMockRecorder) CloseSend ¶
func (mr *MockRuntime_GetFileClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockRuntime_GetFileClientMockRecorder) Context ¶
func (mr *MockRuntime_GetFileClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockRuntime_GetFileClientMockRecorder) Header ¶
func (mr *MockRuntime_GetFileClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockRuntime_GetFileClientMockRecorder) Recv ¶
func (mr *MockRuntime_GetFileClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockRuntime_GetFileClientMockRecorder) RecvMsg ¶
func (mr *MockRuntime_GetFileClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockRuntime_GetFileClientMockRecorder) SendMsg ¶
func (mr *MockRuntime_GetFileClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockRuntime_GetFileClientMockRecorder) Trailer ¶
func (mr *MockRuntime_GetFileClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockRuntime_GetFileServer ¶
type MockRuntime_GetFileServer struct {
// contains filtered or unexported fields
}
MockRuntime_GetFileServer is a mock of Runtime_GetFileServer interface.
func NewMockRuntime_GetFileServer ¶
func NewMockRuntime_GetFileServer(ctrl *gomock.Controller) *MockRuntime_GetFileServer
NewMockRuntime_GetFileServer creates a new mock instance.
func (*MockRuntime_GetFileServer) Context ¶
func (m *MockRuntime_GetFileServer) Context() context.Context
Context mocks base method.
func (*MockRuntime_GetFileServer) EXPECT ¶
func (m *MockRuntime_GetFileServer) EXPECT() *MockRuntime_GetFileServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntime_GetFileServer) RecvMsg ¶
func (m_2 *MockRuntime_GetFileServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockRuntime_GetFileServer) Send ¶
func (m *MockRuntime_GetFileServer) Send(arg0 *runtime.GetFileResponse) error
Send mocks base method.
func (*MockRuntime_GetFileServer) SendHeader ¶
func (m *MockRuntime_GetFileServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockRuntime_GetFileServer) SendMsg ¶
func (m_2 *MockRuntime_GetFileServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockRuntime_GetFileServer) SetHeader ¶
func (m *MockRuntime_GetFileServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockRuntime_GetFileServer) SetTrailer ¶
func (m *MockRuntime_GetFileServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockRuntime_GetFileServerMockRecorder ¶
type MockRuntime_GetFileServerMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntime_GetFileServerMockRecorder is the mock recorder for MockRuntime_GetFileServer.
func (*MockRuntime_GetFileServerMockRecorder) Context ¶
func (mr *MockRuntime_GetFileServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockRuntime_GetFileServerMockRecorder) RecvMsg ¶
func (mr *MockRuntime_GetFileServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockRuntime_GetFileServerMockRecorder) Send ¶
func (mr *MockRuntime_GetFileServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockRuntime_GetFileServerMockRecorder) SendHeader ¶
func (mr *MockRuntime_GetFileServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockRuntime_GetFileServerMockRecorder) SendMsg ¶
func (mr *MockRuntime_GetFileServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockRuntime_GetFileServerMockRecorder) SetHeader ¶
func (mr *MockRuntime_GetFileServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockRuntime_GetFileServerMockRecorder) SetTrailer ¶
func (mr *MockRuntime_GetFileServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockRuntime_PutFileClient ¶
type MockRuntime_PutFileClient struct {
// contains filtered or unexported fields
}
MockRuntime_PutFileClient is a mock of Runtime_PutFileClient interface.
func NewMockRuntime_PutFileClient ¶
func NewMockRuntime_PutFileClient(ctrl *gomock.Controller) *MockRuntime_PutFileClient
NewMockRuntime_PutFileClient creates a new mock instance.
func (*MockRuntime_PutFileClient) CloseAndRecv ¶
func (m *MockRuntime_PutFileClient) CloseAndRecv() (*emptypb.Empty, error)
CloseAndRecv mocks base method.
func (*MockRuntime_PutFileClient) CloseSend ¶
func (m *MockRuntime_PutFileClient) CloseSend() error
CloseSend mocks base method.
func (*MockRuntime_PutFileClient) Context ¶
func (m *MockRuntime_PutFileClient) Context() context.Context
Context mocks base method.
func (*MockRuntime_PutFileClient) EXPECT ¶
func (m *MockRuntime_PutFileClient) EXPECT() *MockRuntime_PutFileClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntime_PutFileClient) Header ¶
func (m *MockRuntime_PutFileClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockRuntime_PutFileClient) RecvMsg ¶
func (m_2 *MockRuntime_PutFileClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockRuntime_PutFileClient) Send ¶
func (m *MockRuntime_PutFileClient) Send(arg0 *runtime.PutFileRequest) error
Send mocks base method.
func (*MockRuntime_PutFileClient) SendMsg ¶
func (m_2 *MockRuntime_PutFileClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockRuntime_PutFileClient) Trailer ¶
func (m *MockRuntime_PutFileClient) Trailer() metadata.MD
Trailer mocks base method.
type MockRuntime_PutFileClientMockRecorder ¶
type MockRuntime_PutFileClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntime_PutFileClientMockRecorder is the mock recorder for MockRuntime_PutFileClient.
func (*MockRuntime_PutFileClientMockRecorder) CloseAndRecv ¶
func (mr *MockRuntime_PutFileClientMockRecorder) CloseAndRecv() *gomock.Call
CloseAndRecv indicates an expected call of CloseAndRecv.
func (*MockRuntime_PutFileClientMockRecorder) CloseSend ¶
func (mr *MockRuntime_PutFileClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockRuntime_PutFileClientMockRecorder) Context ¶
func (mr *MockRuntime_PutFileClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockRuntime_PutFileClientMockRecorder) Header ¶
func (mr *MockRuntime_PutFileClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockRuntime_PutFileClientMockRecorder) RecvMsg ¶
func (mr *MockRuntime_PutFileClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockRuntime_PutFileClientMockRecorder) Send ¶
func (mr *MockRuntime_PutFileClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockRuntime_PutFileClientMockRecorder) SendMsg ¶
func (mr *MockRuntime_PutFileClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockRuntime_PutFileClientMockRecorder) Trailer ¶
func (mr *MockRuntime_PutFileClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockRuntime_PutFileServer ¶
type MockRuntime_PutFileServer struct {
// contains filtered or unexported fields
}
MockRuntime_PutFileServer is a mock of Runtime_PutFileServer interface.
func NewMockRuntime_PutFileServer ¶
func NewMockRuntime_PutFileServer(ctrl *gomock.Controller) *MockRuntime_PutFileServer
NewMockRuntime_PutFileServer creates a new mock instance.
func (*MockRuntime_PutFileServer) Context ¶
func (m *MockRuntime_PutFileServer) Context() context.Context
Context mocks base method.
func (*MockRuntime_PutFileServer) EXPECT ¶
func (m *MockRuntime_PutFileServer) EXPECT() *MockRuntime_PutFileServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntime_PutFileServer) Recv ¶
func (m *MockRuntime_PutFileServer) Recv() (*runtime.PutFileRequest, error)
Recv mocks base method.
func (*MockRuntime_PutFileServer) RecvMsg ¶
func (m_2 *MockRuntime_PutFileServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockRuntime_PutFileServer) SendAndClose ¶
func (m *MockRuntime_PutFileServer) SendAndClose(arg0 *emptypb.Empty) error
SendAndClose mocks base method.
func (*MockRuntime_PutFileServer) SendHeader ¶
func (m *MockRuntime_PutFileServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockRuntime_PutFileServer) SendMsg ¶
func (m_2 *MockRuntime_PutFileServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockRuntime_PutFileServer) SetHeader ¶
func (m *MockRuntime_PutFileServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockRuntime_PutFileServer) SetTrailer ¶
func (m *MockRuntime_PutFileServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockRuntime_PutFileServerMockRecorder ¶
type MockRuntime_PutFileServerMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntime_PutFileServerMockRecorder is the mock recorder for MockRuntime_PutFileServer.
func (*MockRuntime_PutFileServerMockRecorder) Context ¶
func (mr *MockRuntime_PutFileServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockRuntime_PutFileServerMockRecorder) Recv ¶
func (mr *MockRuntime_PutFileServerMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockRuntime_PutFileServerMockRecorder) RecvMsg ¶
func (mr *MockRuntime_PutFileServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockRuntime_PutFileServerMockRecorder) SendAndClose ¶
func (mr *MockRuntime_PutFileServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
SendAndClose indicates an expected call of SendAndClose.
func (*MockRuntime_PutFileServerMockRecorder) SendHeader ¶
func (mr *MockRuntime_PutFileServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockRuntime_PutFileServerMockRecorder) SendMsg ¶
func (mr *MockRuntime_PutFileServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockRuntime_PutFileServerMockRecorder) SetHeader ¶
func (mr *MockRuntime_PutFileServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockRuntime_PutFileServerMockRecorder) SetTrailer ¶
func (mr *MockRuntime_PutFileServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockRuntime_SubscribeConfigurationClient ¶
type MockRuntime_SubscribeConfigurationClient struct {
// contains filtered or unexported fields
}
MockRuntime_SubscribeConfigurationClient is a mock of Runtime_SubscribeConfigurationClient interface.
func NewMockRuntime_SubscribeConfigurationClient ¶
func NewMockRuntime_SubscribeConfigurationClient(ctrl *gomock.Controller) *MockRuntime_SubscribeConfigurationClient
NewMockRuntime_SubscribeConfigurationClient creates a new mock instance.
func (*MockRuntime_SubscribeConfigurationClient) CloseSend ¶
func (m *MockRuntime_SubscribeConfigurationClient) CloseSend() error
CloseSend mocks base method.
func (*MockRuntime_SubscribeConfigurationClient) Context ¶
func (m *MockRuntime_SubscribeConfigurationClient) Context() context.Context
Context mocks base method.
func (*MockRuntime_SubscribeConfigurationClient) EXPECT ¶
func (m *MockRuntime_SubscribeConfigurationClient) EXPECT() *MockRuntime_SubscribeConfigurationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntime_SubscribeConfigurationClient) Header ¶
func (m *MockRuntime_SubscribeConfigurationClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockRuntime_SubscribeConfigurationClient) Recv ¶
func (m *MockRuntime_SubscribeConfigurationClient) Recv() (*runtime.SubscribeConfigurationResponse, error)
Recv mocks base method.
func (*MockRuntime_SubscribeConfigurationClient) RecvMsg ¶
func (m_2 *MockRuntime_SubscribeConfigurationClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockRuntime_SubscribeConfigurationClient) Send ¶
func (m *MockRuntime_SubscribeConfigurationClient) Send(arg0 *runtime.SubscribeConfigurationRequest) error
Send mocks base method.
func (*MockRuntime_SubscribeConfigurationClient) SendMsg ¶
func (m_2 *MockRuntime_SubscribeConfigurationClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockRuntime_SubscribeConfigurationClient) Trailer ¶
func (m *MockRuntime_SubscribeConfigurationClient) Trailer() metadata.MD
Trailer mocks base method.
type MockRuntime_SubscribeConfigurationClientMockRecorder ¶
type MockRuntime_SubscribeConfigurationClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntime_SubscribeConfigurationClientMockRecorder is the mock recorder for MockRuntime_SubscribeConfigurationClient.
func (*MockRuntime_SubscribeConfigurationClientMockRecorder) CloseSend ¶
func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Context ¶
func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Header ¶
func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Recv ¶
func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockRuntime_SubscribeConfigurationClientMockRecorder) RecvMsg ¶
func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Send ¶
func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockRuntime_SubscribeConfigurationClientMockRecorder) SendMsg ¶
func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Trailer ¶
func (mr *MockRuntime_SubscribeConfigurationClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockRuntime_SubscribeConfigurationServer ¶
type MockRuntime_SubscribeConfigurationServer struct {
// contains filtered or unexported fields
}
MockRuntime_SubscribeConfigurationServer is a mock of Runtime_SubscribeConfigurationServer interface.
func NewMockRuntime_SubscribeConfigurationServer ¶
func NewMockRuntime_SubscribeConfigurationServer(ctrl *gomock.Controller) *MockRuntime_SubscribeConfigurationServer
NewMockRuntime_SubscribeConfigurationServer creates a new mock instance.
func (*MockRuntime_SubscribeConfigurationServer) Context ¶
func (m *MockRuntime_SubscribeConfigurationServer) Context() context.Context
Context mocks base method.
func (*MockRuntime_SubscribeConfigurationServer) EXPECT ¶
func (m *MockRuntime_SubscribeConfigurationServer) EXPECT() *MockRuntime_SubscribeConfigurationServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntime_SubscribeConfigurationServer) Recv ¶
func (m *MockRuntime_SubscribeConfigurationServer) Recv() (*runtime.SubscribeConfigurationRequest, error)
Recv mocks base method.
func (*MockRuntime_SubscribeConfigurationServer) RecvMsg ¶
func (m_2 *MockRuntime_SubscribeConfigurationServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockRuntime_SubscribeConfigurationServer) Send ¶
func (m *MockRuntime_SubscribeConfigurationServer) Send(arg0 *runtime.SubscribeConfigurationResponse) error
Send mocks base method.
func (*MockRuntime_SubscribeConfigurationServer) SendHeader ¶
func (m *MockRuntime_SubscribeConfigurationServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockRuntime_SubscribeConfigurationServer) SendMsg ¶
func (m_2 *MockRuntime_SubscribeConfigurationServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockRuntime_SubscribeConfigurationServer) SetHeader ¶
func (m *MockRuntime_SubscribeConfigurationServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockRuntime_SubscribeConfigurationServer) SetTrailer ¶
func (m *MockRuntime_SubscribeConfigurationServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockRuntime_SubscribeConfigurationServerMockRecorder ¶
type MockRuntime_SubscribeConfigurationServerMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntime_SubscribeConfigurationServerMockRecorder is the mock recorder for MockRuntime_SubscribeConfigurationServer.
func (*MockRuntime_SubscribeConfigurationServerMockRecorder) Context ¶
func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockRuntime_SubscribeConfigurationServerMockRecorder) Recv ¶
func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockRuntime_SubscribeConfigurationServerMockRecorder) RecvMsg ¶
func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockRuntime_SubscribeConfigurationServerMockRecorder) Send ¶
func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockRuntime_SubscribeConfigurationServerMockRecorder) SendHeader ¶
func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockRuntime_SubscribeConfigurationServerMockRecorder) SendMsg ¶
func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockRuntime_SubscribeConfigurationServerMockRecorder) SetHeader ¶
func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockRuntime_SubscribeConfigurationServerMockRecorder) SetTrailer ¶
func (mr *MockRuntime_SubscribeConfigurationServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
Directories ¶
Path | Synopsis |
---|---|
Package mock_appcallback is a generated GoMock package.
|
Package mock_appcallback is a generated GoMock package. |
Package mock_s3 is a generated GoMock package.
|
Package mock_s3 is a generated GoMock package. |