Documentation ¶
Overview ¶
Package mock_scriptmgrpb is a generated GoMock package.
Index ¶
- type MockScriptMgrServiceClient
- func (m *MockScriptMgrServiceClient) EXPECT() *MockScriptMgrServiceClientMockRecorder
- func (m *MockScriptMgrServiceClient) GetLiveViewContents(ctx context.Context, in *scriptmgrpb.GetLiveViewContentsReq, ...) (*scriptmgrpb.GetLiveViewContentsResp, error)
- func (m *MockScriptMgrServiceClient) GetLiveViews(ctx context.Context, in *scriptmgrpb.GetLiveViewsReq, opts ...grpc.CallOption) (*scriptmgrpb.GetLiveViewsResp, error)
- func (m *MockScriptMgrServiceClient) GetScriptContents(ctx context.Context, in *scriptmgrpb.GetScriptContentsReq, ...) (*scriptmgrpb.GetScriptContentsResp, error)
- func (m *MockScriptMgrServiceClient) GetScripts(ctx context.Context, in *scriptmgrpb.GetScriptsReq, opts ...grpc.CallOption) (*scriptmgrpb.GetScriptsResp, error)
- type MockScriptMgrServiceClientMockRecorder
- func (mr *MockScriptMgrServiceClientMockRecorder) GetLiveViewContents(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockScriptMgrServiceClientMockRecorder) GetLiveViews(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockScriptMgrServiceClientMockRecorder) GetScriptContents(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockScriptMgrServiceClientMockRecorder) GetScripts(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockScriptMgrServiceServer
- func (m *MockScriptMgrServiceServer) EXPECT() *MockScriptMgrServiceServerMockRecorder
- func (m *MockScriptMgrServiceServer) GetLiveViewContents(arg0 context.Context, arg1 *scriptmgrpb.GetLiveViewContentsReq) (*scriptmgrpb.GetLiveViewContentsResp, error)
- func (m *MockScriptMgrServiceServer) GetLiveViews(arg0 context.Context, arg1 *scriptmgrpb.GetLiveViewsReq) (*scriptmgrpb.GetLiveViewsResp, error)
- func (m *MockScriptMgrServiceServer) GetScriptContents(arg0 context.Context, arg1 *scriptmgrpb.GetScriptContentsReq) (*scriptmgrpb.GetScriptContentsResp, error)
- func (m *MockScriptMgrServiceServer) GetScripts(arg0 context.Context, arg1 *scriptmgrpb.GetScriptsReq) (*scriptmgrpb.GetScriptsResp, error)
- type MockScriptMgrServiceServerMockRecorder
- func (mr *MockScriptMgrServiceServerMockRecorder) GetLiveViewContents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockScriptMgrServiceServerMockRecorder) GetLiveViews(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockScriptMgrServiceServerMockRecorder) GetScriptContents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockScriptMgrServiceServerMockRecorder) GetScripts(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockScriptMgrServiceClient ¶
type MockScriptMgrServiceClient struct {
// contains filtered or unexported fields
}
MockScriptMgrServiceClient is a mock of ScriptMgrServiceClient interface.
func NewMockScriptMgrServiceClient ¶
func NewMockScriptMgrServiceClient(ctrl *gomock.Controller) *MockScriptMgrServiceClient
NewMockScriptMgrServiceClient creates a new mock instance.
func (*MockScriptMgrServiceClient) EXPECT ¶
func (m *MockScriptMgrServiceClient) EXPECT() *MockScriptMgrServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockScriptMgrServiceClient) GetLiveViewContents ¶
func (m *MockScriptMgrServiceClient) GetLiveViewContents(ctx context.Context, in *scriptmgrpb.GetLiveViewContentsReq, opts ...grpc.CallOption) (*scriptmgrpb.GetLiveViewContentsResp, error)
GetLiveViewContents mocks base method.
func (*MockScriptMgrServiceClient) GetLiveViews ¶
func (m *MockScriptMgrServiceClient) GetLiveViews(ctx context.Context, in *scriptmgrpb.GetLiveViewsReq, opts ...grpc.CallOption) (*scriptmgrpb.GetLiveViewsResp, error)
GetLiveViews mocks base method.
func (*MockScriptMgrServiceClient) GetScriptContents ¶
func (m *MockScriptMgrServiceClient) GetScriptContents(ctx context.Context, in *scriptmgrpb.GetScriptContentsReq, opts ...grpc.CallOption) (*scriptmgrpb.GetScriptContentsResp, error)
GetScriptContents mocks base method.
func (*MockScriptMgrServiceClient) GetScripts ¶
func (m *MockScriptMgrServiceClient) GetScripts(ctx context.Context, in *scriptmgrpb.GetScriptsReq, opts ...grpc.CallOption) (*scriptmgrpb.GetScriptsResp, error)
GetScripts mocks base method.
type MockScriptMgrServiceClientMockRecorder ¶
type MockScriptMgrServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockScriptMgrServiceClientMockRecorder is the mock recorder for MockScriptMgrServiceClient.
func (*MockScriptMgrServiceClientMockRecorder) GetLiveViewContents ¶
func (mr *MockScriptMgrServiceClientMockRecorder) GetLiveViewContents(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetLiveViewContents indicates an expected call of GetLiveViewContents.
func (*MockScriptMgrServiceClientMockRecorder) GetLiveViews ¶
func (mr *MockScriptMgrServiceClientMockRecorder) GetLiveViews(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetLiveViews indicates an expected call of GetLiveViews.
func (*MockScriptMgrServiceClientMockRecorder) GetScriptContents ¶
func (mr *MockScriptMgrServiceClientMockRecorder) GetScriptContents(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetScriptContents indicates an expected call of GetScriptContents.
func (*MockScriptMgrServiceClientMockRecorder) GetScripts ¶
func (mr *MockScriptMgrServiceClientMockRecorder) GetScripts(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetScripts indicates an expected call of GetScripts.
type MockScriptMgrServiceServer ¶
type MockScriptMgrServiceServer struct {
// contains filtered or unexported fields
}
MockScriptMgrServiceServer is a mock of ScriptMgrServiceServer interface.
func NewMockScriptMgrServiceServer ¶
func NewMockScriptMgrServiceServer(ctrl *gomock.Controller) *MockScriptMgrServiceServer
NewMockScriptMgrServiceServer creates a new mock instance.
func (*MockScriptMgrServiceServer) EXPECT ¶
func (m *MockScriptMgrServiceServer) EXPECT() *MockScriptMgrServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockScriptMgrServiceServer) GetLiveViewContents ¶
func (m *MockScriptMgrServiceServer) GetLiveViewContents(arg0 context.Context, arg1 *scriptmgrpb.GetLiveViewContentsReq) (*scriptmgrpb.GetLiveViewContentsResp, error)
GetLiveViewContents mocks base method.
func (*MockScriptMgrServiceServer) GetLiveViews ¶
func (m *MockScriptMgrServiceServer) GetLiveViews(arg0 context.Context, arg1 *scriptmgrpb.GetLiveViewsReq) (*scriptmgrpb.GetLiveViewsResp, error)
GetLiveViews mocks base method.
func (*MockScriptMgrServiceServer) GetScriptContents ¶
func (m *MockScriptMgrServiceServer) GetScriptContents(arg0 context.Context, arg1 *scriptmgrpb.GetScriptContentsReq) (*scriptmgrpb.GetScriptContentsResp, error)
GetScriptContents mocks base method.
func (*MockScriptMgrServiceServer) GetScripts ¶
func (m *MockScriptMgrServiceServer) GetScripts(arg0 context.Context, arg1 *scriptmgrpb.GetScriptsReq) (*scriptmgrpb.GetScriptsResp, error)
GetScripts mocks base method.
type MockScriptMgrServiceServerMockRecorder ¶
type MockScriptMgrServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockScriptMgrServiceServerMockRecorder is the mock recorder for MockScriptMgrServiceServer.
func (*MockScriptMgrServiceServerMockRecorder) GetLiveViewContents ¶
func (mr *MockScriptMgrServiceServerMockRecorder) GetLiveViewContents(arg0, arg1 interface{}) *gomock.Call
GetLiveViewContents indicates an expected call of GetLiveViewContents.
func (*MockScriptMgrServiceServerMockRecorder) GetLiveViews ¶
func (mr *MockScriptMgrServiceServerMockRecorder) GetLiveViews(arg0, arg1 interface{}) *gomock.Call
GetLiveViews indicates an expected call of GetLiveViews.
func (*MockScriptMgrServiceServerMockRecorder) GetScriptContents ¶
func (mr *MockScriptMgrServiceServerMockRecorder) GetScriptContents(arg0, arg1 interface{}) *gomock.Call
GetScriptContents indicates an expected call of GetScriptContents.
func (*MockScriptMgrServiceServerMockRecorder) GetScripts ¶
func (mr *MockScriptMgrServiceServerMockRecorder) GetScripts(arg0, arg1 interface{}) *gomock.Call
GetScripts indicates an expected call of GetScripts.