runtime

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_runtime is a generated GoMock package.

Index

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

DelFile mocks base method.

func (*MockRuntimeClient) DeleteBulkState

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

DeleteState mocks base method.

func (*MockRuntimeClient) EXPECT

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

GetBulkState mocks base method.

func (*MockRuntimeClient) GetConfiguration

GetConfiguration mocks base method.

func (*MockRuntimeClient) GetFile

GetFile mocks base method.

func (*MockRuntimeClient) GetFileMeta

GetFileMeta mocks base method.

func (*MockRuntimeClient) GetNextId

GetNextId mocks base method.

func (*MockRuntimeClient) GetState

GetState mocks base method.

func (*MockRuntimeClient) InvokeBinding

InvokeBinding mocks base method.

func (*MockRuntimeClient) InvokeService

InvokeService mocks base method.

func (*MockRuntimeClient) ListFile

ListFile mocks base method.

func (*MockRuntimeClient) PublishEvent

PublishEvent mocks base method.

func (*MockRuntimeClient) PutFile

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

SaveState mocks base method.

func (*MockRuntimeClient) SayHello

SayHello mocks base method.

func (*MockRuntimeClient) SubscribeConfiguration

SubscribeConfiguration mocks base method.

func (*MockRuntimeClient) TryLock

TryLock mocks base method.

func (*MockRuntimeClient) Unlock

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

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

DeleteState mocks base method.

func (*MockRuntimeServer) EXPECT

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

GetBulkState mocks base method.

func (*MockRuntimeServer) GetConfiguration

GetConfiguration mocks base method.

func (*MockRuntimeServer) GetFile

GetFile mocks base method.

func (*MockRuntimeServer) GetFileMeta

GetFileMeta mocks base method.

func (*MockRuntimeServer) GetNextId

GetNextId mocks base method.

func (*MockRuntimeServer) GetState

GetState mocks base method.

func (*MockRuntimeServer) InvokeBinding

InvokeBinding mocks base method.

func (*MockRuntimeServer) InvokeService

InvokeService mocks base method.

func (*MockRuntimeServer) ListFile

ListFile mocks base method.

func (*MockRuntimeServer) PublishEvent

PublishEvent mocks base method.

func (*MockRuntimeServer) PutFile

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

SaveState mocks base method.

func (*MockRuntimeServer) SayHello

SayHello mocks base method.

func (*MockRuntimeServer) SubscribeConfiguration

func (m *MockRuntimeServer) SubscribeConfiguration(arg0 runtime.Runtime_SubscribeConfigurationServer) error

SubscribeConfiguration mocks base method.

func (*MockRuntimeServer) TryLock

TryLock mocks base method.

func (*MockRuntimeServer) Unlock

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

Context mocks base method.

func (*MockRuntime_GetFileClient) EXPECT

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

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

CloseSend indicates an expected call of CloseSend.

func (*MockRuntime_GetFileClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockRuntime_GetFileClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockRuntime_GetFileClientMockRecorder) Recv

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

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

Context mocks base method.

func (*MockRuntime_GetFileServer) EXPECT

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

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

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

Context mocks base method.

func (*MockRuntime_PutFileClient) EXPECT

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

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

CloseAndRecv indicates an expected call of CloseAndRecv.

func (*MockRuntime_PutFileClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockRuntime_PutFileClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockRuntime_PutFileClientMockRecorder) Header

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

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

Context mocks base method.

func (*MockRuntime_PutFileServer) EXPECT

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

func (*MockRuntime_PutFileServer) Recv

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

Context indicates an expected call of Context.

func (*MockRuntime_PutFileServerMockRecorder) Recv

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

CloseSend mocks base method.

func (*MockRuntime_SubscribeConfigurationClient) Context

Context mocks base method.

func (*MockRuntime_SubscribeConfigurationClient) EXPECT

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

func (*MockRuntime_SubscribeConfigurationClient) Header

Header mocks base method.

func (*MockRuntime_SubscribeConfigurationClient) Recv

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

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

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

CloseSend indicates an expected call of CloseSend.

func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockRuntime_SubscribeConfigurationClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Send

Send indicates an expected call of Send.

func (*MockRuntime_SubscribeConfigurationClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockRuntime_SubscribeConfigurationClientMockRecorder) Trailer

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

Context mocks base method.

func (*MockRuntime_SubscribeConfigurationServer) EXPECT

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

func (*MockRuntime_SubscribeConfigurationServer) Recv

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

Send mocks base method.

func (*MockRuntime_SubscribeConfigurationServer) SendHeader

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

SetHeader mocks base method.

func (*MockRuntime_SubscribeConfigurationServer) SetTrailer

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

Context indicates an expected call of Context.

func (*MockRuntime_SubscribeConfigurationServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockRuntime_SubscribeConfigurationServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockRuntime_SubscribeConfigurationServerMockRecorder) Send

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

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.

Jump to

Keyboard shortcuts

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