dashboards

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLakeviewInterface

type MockLakeviewInterface struct {
	mock.Mock
}

MockLakeviewInterface is an autogenerated mock type for the LakeviewInterface type

func NewMockLakeviewInterface

func NewMockLakeviewInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockLakeviewInterface

NewMockLakeviewInterface creates a new instance of MockLakeviewInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockLakeviewInterface) Create added in v0.35.0

Create provides a mock function with given fields: ctx, request

func (*MockLakeviewInterface) EXPECT

func (*MockLakeviewInterface) Get added in v0.35.0

Get provides a mock function with given fields: ctx, request

func (*MockLakeviewInterface) GetByDashboardId added in v0.35.0

func (_m *MockLakeviewInterface) GetByDashboardId(ctx context.Context, dashboardId string) (*dashboards.Dashboard, error)

GetByDashboardId provides a mock function with given fields: ctx, dashboardId

func (*MockLakeviewInterface) GetPublished added in v0.35.0

GetPublished provides a mock function with given fields: ctx, request

func (*MockLakeviewInterface) GetPublishedByDashboardId added in v0.35.0

func (_m *MockLakeviewInterface) GetPublishedByDashboardId(ctx context.Context, dashboardId string) (*dashboards.PublishedDashboard, error)

GetPublishedByDashboardId provides a mock function with given fields: ctx, dashboardId

func (*MockLakeviewInterface) Impl

Impl provides a mock function with given fields:

func (*MockLakeviewInterface) Migrate added in v0.37.0

Migrate provides a mock function with given fields: ctx, request

func (*MockLakeviewInterface) Publish

Publish provides a mock function with given fields: ctx, request

func (*MockLakeviewInterface) Trash added in v0.35.0

Trash provides a mock function with given fields: ctx, request

func (*MockLakeviewInterface) TrashByDashboardId added in v0.35.0

func (_m *MockLakeviewInterface) TrashByDashboardId(ctx context.Context, dashboardId string) error

TrashByDashboardId provides a mock function with given fields: ctx, dashboardId

func (*MockLakeviewInterface) Unpublish added in v0.37.0

Unpublish provides a mock function with given fields: ctx, request

func (*MockLakeviewInterface) UnpublishByDashboardId added in v0.37.0

func (_m *MockLakeviewInterface) UnpublishByDashboardId(ctx context.Context, dashboardId string) error

UnpublishByDashboardId provides a mock function with given fields: ctx, dashboardId

func (*MockLakeviewInterface) Update added in v0.35.0

Update provides a mock function with given fields: ctx, request

func (*MockLakeviewInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockLakeviewInterface_Create_Call added in v0.35.0

type MockLakeviewInterface_Create_Call struct {
	*mock.Call
}

MockLakeviewInterface_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*MockLakeviewInterface_Create_Call) Return added in v0.35.0

func (*MockLakeviewInterface_Create_Call) Run added in v0.35.0

func (*MockLakeviewInterface_Create_Call) RunAndReturn added in v0.35.0

type MockLakeviewInterface_Expecter

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

func (*MockLakeviewInterface_Expecter) Create added in v0.35.0

func (_e *MockLakeviewInterface_Expecter) Create(ctx interface{}, request interface{}) *MockLakeviewInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.CreateDashboardRequest

func (*MockLakeviewInterface_Expecter) Get added in v0.35.0

func (_e *MockLakeviewInterface_Expecter) Get(ctx interface{}, request interface{}) *MockLakeviewInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.GetDashboardRequest

func (*MockLakeviewInterface_Expecter) GetByDashboardId added in v0.35.0

func (_e *MockLakeviewInterface_Expecter) GetByDashboardId(ctx interface{}, dashboardId interface{}) *MockLakeviewInterface_GetByDashboardId_Call

GetByDashboardId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string

func (*MockLakeviewInterface_Expecter) GetPublished added in v0.35.0

func (_e *MockLakeviewInterface_Expecter) GetPublished(ctx interface{}, request interface{}) *MockLakeviewInterface_GetPublished_Call

GetPublished is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.GetPublishedDashboardRequest

func (*MockLakeviewInterface_Expecter) GetPublishedByDashboardId added in v0.35.0

func (_e *MockLakeviewInterface_Expecter) GetPublishedByDashboardId(ctx interface{}, dashboardId interface{}) *MockLakeviewInterface_GetPublishedByDashboardId_Call

GetPublishedByDashboardId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string

func (*MockLakeviewInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockLakeviewInterface_Expecter) Migrate added in v0.37.0

func (_e *MockLakeviewInterface_Expecter) Migrate(ctx interface{}, request interface{}) *MockLakeviewInterface_Migrate_Call

Migrate is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.MigrateDashboardRequest

func (*MockLakeviewInterface_Expecter) Publish

func (_e *MockLakeviewInterface_Expecter) Publish(ctx interface{}, request interface{}) *MockLakeviewInterface_Publish_Call

Publish is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.PublishRequest

func (*MockLakeviewInterface_Expecter) Trash added in v0.35.0

func (_e *MockLakeviewInterface_Expecter) Trash(ctx interface{}, request interface{}) *MockLakeviewInterface_Trash_Call

Trash is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.TrashDashboardRequest

func (*MockLakeviewInterface_Expecter) TrashByDashboardId added in v0.35.0

func (_e *MockLakeviewInterface_Expecter) TrashByDashboardId(ctx interface{}, dashboardId interface{}) *MockLakeviewInterface_TrashByDashboardId_Call

TrashByDashboardId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string

func (*MockLakeviewInterface_Expecter) Unpublish added in v0.37.0

func (_e *MockLakeviewInterface_Expecter) Unpublish(ctx interface{}, request interface{}) *MockLakeviewInterface_Unpublish_Call

Unpublish is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.UnpublishDashboardRequest

func (*MockLakeviewInterface_Expecter) UnpublishByDashboardId added in v0.37.0

func (_e *MockLakeviewInterface_Expecter) UnpublishByDashboardId(ctx interface{}, dashboardId interface{}) *MockLakeviewInterface_UnpublishByDashboardId_Call

UnpublishByDashboardId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string

func (*MockLakeviewInterface_Expecter) Update added in v0.35.0

func (_e *MockLakeviewInterface_Expecter) Update(ctx interface{}, request interface{}) *MockLakeviewInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.UpdateDashboardRequest

func (*MockLakeviewInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl dashboards.LakeviewService

type MockLakeviewInterface_GetByDashboardId_Call added in v0.35.0

type MockLakeviewInterface_GetByDashboardId_Call struct {
	*mock.Call
}

MockLakeviewInterface_GetByDashboardId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByDashboardId'

func (*MockLakeviewInterface_GetByDashboardId_Call) Return added in v0.35.0

func (*MockLakeviewInterface_GetByDashboardId_Call) Run added in v0.35.0

func (*MockLakeviewInterface_GetByDashboardId_Call) RunAndReturn added in v0.35.0

type MockLakeviewInterface_GetPublishedByDashboardId_Call added in v0.35.0

type MockLakeviewInterface_GetPublishedByDashboardId_Call struct {
	*mock.Call
}

MockLakeviewInterface_GetPublishedByDashboardId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPublishedByDashboardId'

func (*MockLakeviewInterface_GetPublishedByDashboardId_Call) Return added in v0.35.0

func (*MockLakeviewInterface_GetPublishedByDashboardId_Call) Run added in v0.35.0

func (*MockLakeviewInterface_GetPublishedByDashboardId_Call) RunAndReturn added in v0.35.0

type MockLakeviewInterface_GetPublished_Call added in v0.35.0

type MockLakeviewInterface_GetPublished_Call struct {
	*mock.Call
}

MockLakeviewInterface_GetPublished_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPublished'

func (*MockLakeviewInterface_GetPublished_Call) Return added in v0.35.0

func (*MockLakeviewInterface_GetPublished_Call) Run added in v0.35.0

func (*MockLakeviewInterface_GetPublished_Call) RunAndReturn added in v0.35.0

type MockLakeviewInterface_Get_Call added in v0.35.0

type MockLakeviewInterface_Get_Call struct {
	*mock.Call
}

MockLakeviewInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockLakeviewInterface_Get_Call) Return added in v0.35.0

func (*MockLakeviewInterface_Get_Call) Run added in v0.35.0

func (*MockLakeviewInterface_Get_Call) RunAndReturn added in v0.35.0

type MockLakeviewInterface_Impl_Call

type MockLakeviewInterface_Impl_Call struct {
	*mock.Call
}

MockLakeviewInterface_Impl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Impl'

func (*MockLakeviewInterface_Impl_Call) Return

func (*MockLakeviewInterface_Impl_Call) Run

func (*MockLakeviewInterface_Impl_Call) RunAndReturn

type MockLakeviewInterface_Migrate_Call added in v0.37.0

type MockLakeviewInterface_Migrate_Call struct {
	*mock.Call
}

MockLakeviewInterface_Migrate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Migrate'

func (*MockLakeviewInterface_Migrate_Call) Return added in v0.37.0

func (*MockLakeviewInterface_Migrate_Call) Run added in v0.37.0

func (*MockLakeviewInterface_Migrate_Call) RunAndReturn added in v0.37.0

type MockLakeviewInterface_Publish_Call

type MockLakeviewInterface_Publish_Call struct {
	*mock.Call
}

MockLakeviewInterface_Publish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Publish'

func (*MockLakeviewInterface_Publish_Call) Return

func (*MockLakeviewInterface_Publish_Call) Run

type MockLakeviewInterface_TrashByDashboardId_Call added in v0.35.0

type MockLakeviewInterface_TrashByDashboardId_Call struct {
	*mock.Call
}

MockLakeviewInterface_TrashByDashboardId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TrashByDashboardId'

func (*MockLakeviewInterface_TrashByDashboardId_Call) Return added in v0.35.0

func (*MockLakeviewInterface_TrashByDashboardId_Call) Run added in v0.35.0

func (*MockLakeviewInterface_TrashByDashboardId_Call) RunAndReturn added in v0.35.0

type MockLakeviewInterface_Trash_Call added in v0.35.0

type MockLakeviewInterface_Trash_Call struct {
	*mock.Call
}

MockLakeviewInterface_Trash_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Trash'

func (*MockLakeviewInterface_Trash_Call) Return added in v0.35.0

func (*MockLakeviewInterface_Trash_Call) Run added in v0.35.0

func (*MockLakeviewInterface_Trash_Call) RunAndReturn added in v0.35.0

type MockLakeviewInterface_UnpublishByDashboardId_Call added in v0.37.0

type MockLakeviewInterface_UnpublishByDashboardId_Call struct {
	*mock.Call
}

MockLakeviewInterface_UnpublishByDashboardId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UnpublishByDashboardId'

func (*MockLakeviewInterface_UnpublishByDashboardId_Call) Return added in v0.37.0

func (*MockLakeviewInterface_UnpublishByDashboardId_Call) Run added in v0.37.0

func (*MockLakeviewInterface_UnpublishByDashboardId_Call) RunAndReturn added in v0.37.0

type MockLakeviewInterface_Unpublish_Call added in v0.37.0

type MockLakeviewInterface_Unpublish_Call struct {
	*mock.Call
}

MockLakeviewInterface_Unpublish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Unpublish'

func (*MockLakeviewInterface_Unpublish_Call) Return added in v0.37.0

func (*MockLakeviewInterface_Unpublish_Call) Run added in v0.37.0

func (*MockLakeviewInterface_Unpublish_Call) RunAndReturn added in v0.37.0

type MockLakeviewInterface_Update_Call added in v0.35.0

type MockLakeviewInterface_Update_Call struct {
	*mock.Call
}

MockLakeviewInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockLakeviewInterface_Update_Call) Return added in v0.35.0

func (*MockLakeviewInterface_Update_Call) Run added in v0.35.0

func (*MockLakeviewInterface_Update_Call) RunAndReturn added in v0.35.0

type MockLakeviewInterface_WithImpl_Call

type MockLakeviewInterface_WithImpl_Call struct {
	*mock.Call
}

MockLakeviewInterface_WithImpl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithImpl'

func (*MockLakeviewInterface_WithImpl_Call) Return

func (*MockLakeviewInterface_WithImpl_Call) Run

Jump to

Keyboard shortcuts

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