mock_dashboards

package
v0.60.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_dashboards is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockService

type MockService struct {
	// contains filtered or unexported fields
}

MockService is a mock of Service interface.

func NewMockService

func NewMockService(ctrl *gomock.Controller) *MockService

NewMockService creates a new mock instance.

func (*MockService) CreateDashboard

func (m *MockService) CreateDashboard(arg0 context.Context, arg1 types.CreateDashboardRequest) (string, error)

CreateDashboard mocks base method.

func (*MockService) DeleteDashboard

func (m *MockService) DeleteDashboard(arg0 context.Context, arg1 types.DeleteDashboardRequest) error

DeleteDashboard mocks base method.

func (*MockService) EXPECT

func (m *MockService) EXPECT() *MockServiceMockRecorder

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

func (*MockService) GetAllDashboards

GetAllDashboards mocks base method.

func (*MockService) GetDashboardByUUID

func (m *MockService) GetDashboardByUUID(arg0 context.Context, arg1 string) (types.Dashboard, error)

GetDashboardByUUID mocks base method.

func (*MockService) GetMyDashboards

GetMyDashboards mocks base method.

func (*MockService) SearchDashboards

SearchDashboards mocks base method.

func (*MockService) UpdateDashboard

func (m *MockService) UpdateDashboard(arg0 context.Context, arg1 types.UpdateDashboardRequest) error

UpdateDashboard mocks base method.

type MockServiceMockRecorder

type MockServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockServiceMockRecorder is the mock recorder for MockService.

func (*MockServiceMockRecorder) CreateDashboard

func (mr *MockServiceMockRecorder) CreateDashboard(arg0, arg1 any) *gomock.Call

CreateDashboard indicates an expected call of CreateDashboard.

func (*MockServiceMockRecorder) DeleteDashboard

func (mr *MockServiceMockRecorder) DeleteDashboard(arg0, arg1 any) *gomock.Call

DeleteDashboard indicates an expected call of DeleteDashboard.

func (*MockServiceMockRecorder) GetAllDashboards

func (mr *MockServiceMockRecorder) GetAllDashboards(arg0, arg1 any) *gomock.Call

GetAllDashboards indicates an expected call of GetAllDashboards.

func (*MockServiceMockRecorder) GetDashboardByUUID

func (mr *MockServiceMockRecorder) GetDashboardByUUID(arg0, arg1 any) *gomock.Call

GetDashboardByUUID indicates an expected call of GetDashboardByUUID.

func (*MockServiceMockRecorder) GetMyDashboards

func (mr *MockServiceMockRecorder) GetMyDashboards(arg0, arg1 any) *gomock.Call

GetMyDashboards indicates an expected call of GetMyDashboards.

func (*MockServiceMockRecorder) SearchDashboards

func (mr *MockServiceMockRecorder) SearchDashboards(arg0, arg1 any) *gomock.Call

SearchDashboards indicates an expected call of SearchDashboards.

func (*MockServiceMockRecorder) UpdateDashboard

func (mr *MockServiceMockRecorder) UpdateDashboard(arg0, arg1 any) *gomock.Call

UpdateDashboard indicates an expected call of UpdateDashboard.

Jump to

Keyboard shortcuts

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