Documentation ¶
Index ¶
- type MockLakeviewInterface
- func (_m *MockLakeviewInterface) Create(ctx context.Context, request dashboards.CreateDashboardRequest) (*dashboards.Dashboard, error)
- func (_m *MockLakeviewInterface) EXPECT() *MockLakeviewInterface_Expecter
- func (_m *MockLakeviewInterface) Get(ctx context.Context, request dashboards.GetDashboardRequest) (*dashboards.Dashboard, error)
- func (_m *MockLakeviewInterface) GetByDashboardId(ctx context.Context, dashboardId string) (*dashboards.Dashboard, error)
- func (_m *MockLakeviewInterface) GetPublished(ctx context.Context, request dashboards.GetPublishedDashboardRequest) (*dashboards.PublishedDashboard, error)
- func (_m *MockLakeviewInterface) GetPublishedByDashboardId(ctx context.Context, dashboardId string) (*dashboards.PublishedDashboard, error)
- func (_m *MockLakeviewInterface) Impl() dashboards.LakeviewService
- func (_m *MockLakeviewInterface) Publish(ctx context.Context, request dashboards.PublishRequest) (*dashboards.PublishedDashboard, error)
- func (_m *MockLakeviewInterface) Trash(ctx context.Context, request dashboards.TrashDashboardRequest) error
- func (_m *MockLakeviewInterface) TrashByDashboardId(ctx context.Context, dashboardId string) error
- func (_m *MockLakeviewInterface) Update(ctx context.Context, request dashboards.UpdateDashboardRequest) (*dashboards.Dashboard, error)
- func (_m *MockLakeviewInterface) WithImpl(impl dashboards.LakeviewService) dashboards.LakeviewInterface
- type MockLakeviewInterface_Create_Call
- func (_c *MockLakeviewInterface_Create_Call) Return(_a0 *dashboards.Dashboard, _a1 error) *MockLakeviewInterface_Create_Call
- func (_c *MockLakeviewInterface_Create_Call) Run(run func(ctx context.Context, request dashboards.CreateDashboardRequest)) *MockLakeviewInterface_Create_Call
- func (_c *MockLakeviewInterface_Create_Call) RunAndReturn(...) *MockLakeviewInterface_Create_Call
- type MockLakeviewInterface_Expecter
- func (_e *MockLakeviewInterface_Expecter) Create(ctx interface{}, request interface{}) *MockLakeviewInterface_Create_Call
- func (_e *MockLakeviewInterface_Expecter) Get(ctx interface{}, request interface{}) *MockLakeviewInterface_Get_Call
- func (_e *MockLakeviewInterface_Expecter) GetByDashboardId(ctx interface{}, dashboardId interface{}) *MockLakeviewInterface_GetByDashboardId_Call
- func (_e *MockLakeviewInterface_Expecter) GetPublished(ctx interface{}, request interface{}) *MockLakeviewInterface_GetPublished_Call
- func (_e *MockLakeviewInterface_Expecter) GetPublishedByDashboardId(ctx interface{}, dashboardId interface{}) *MockLakeviewInterface_GetPublishedByDashboardId_Call
- func (_e *MockLakeviewInterface_Expecter) Impl() *MockLakeviewInterface_Impl_Call
- func (_e *MockLakeviewInterface_Expecter) Publish(ctx interface{}, request interface{}) *MockLakeviewInterface_Publish_Call
- func (_e *MockLakeviewInterface_Expecter) Trash(ctx interface{}, request interface{}) *MockLakeviewInterface_Trash_Call
- func (_e *MockLakeviewInterface_Expecter) TrashByDashboardId(ctx interface{}, dashboardId interface{}) *MockLakeviewInterface_TrashByDashboardId_Call
- func (_e *MockLakeviewInterface_Expecter) Update(ctx interface{}, request interface{}) *MockLakeviewInterface_Update_Call
- func (_e *MockLakeviewInterface_Expecter) WithImpl(impl interface{}) *MockLakeviewInterface_WithImpl_Call
- type MockLakeviewInterface_GetByDashboardId_Call
- func (_c *MockLakeviewInterface_GetByDashboardId_Call) Return(_a0 *dashboards.Dashboard, _a1 error) *MockLakeviewInterface_GetByDashboardId_Call
- func (_c *MockLakeviewInterface_GetByDashboardId_Call) Run(run func(ctx context.Context, dashboardId string)) *MockLakeviewInterface_GetByDashboardId_Call
- func (_c *MockLakeviewInterface_GetByDashboardId_Call) RunAndReturn(run func(context.Context, string) (*dashboards.Dashboard, error)) *MockLakeviewInterface_GetByDashboardId_Call
- type MockLakeviewInterface_GetPublishedByDashboardId_Call
- func (_c *MockLakeviewInterface_GetPublishedByDashboardId_Call) Return(_a0 *dashboards.PublishedDashboard, _a1 error) *MockLakeviewInterface_GetPublishedByDashboardId_Call
- func (_c *MockLakeviewInterface_GetPublishedByDashboardId_Call) Run(run func(ctx context.Context, dashboardId string)) *MockLakeviewInterface_GetPublishedByDashboardId_Call
- func (_c *MockLakeviewInterface_GetPublishedByDashboardId_Call) RunAndReturn(run func(context.Context, string) (*dashboards.PublishedDashboard, error)) *MockLakeviewInterface_GetPublishedByDashboardId_Call
- type MockLakeviewInterface_GetPublished_Call
- func (_c *MockLakeviewInterface_GetPublished_Call) Return(_a0 *dashboards.PublishedDashboard, _a1 error) *MockLakeviewInterface_GetPublished_Call
- func (_c *MockLakeviewInterface_GetPublished_Call) Run(run func(ctx context.Context, request dashboards.GetPublishedDashboardRequest)) *MockLakeviewInterface_GetPublished_Call
- func (_c *MockLakeviewInterface_GetPublished_Call) RunAndReturn(...) *MockLakeviewInterface_GetPublished_Call
- type MockLakeviewInterface_Get_Call
- func (_c *MockLakeviewInterface_Get_Call) Return(_a0 *dashboards.Dashboard, _a1 error) *MockLakeviewInterface_Get_Call
- func (_c *MockLakeviewInterface_Get_Call) Run(run func(ctx context.Context, request dashboards.GetDashboardRequest)) *MockLakeviewInterface_Get_Call
- func (_c *MockLakeviewInterface_Get_Call) RunAndReturn(...) *MockLakeviewInterface_Get_Call
- type MockLakeviewInterface_Impl_Call
- func (_c *MockLakeviewInterface_Impl_Call) Return(_a0 dashboards.LakeviewService) *MockLakeviewInterface_Impl_Call
- func (_c *MockLakeviewInterface_Impl_Call) Run(run func()) *MockLakeviewInterface_Impl_Call
- func (_c *MockLakeviewInterface_Impl_Call) RunAndReturn(run func() dashboards.LakeviewService) *MockLakeviewInterface_Impl_Call
- type MockLakeviewInterface_Publish_Call
- func (_c *MockLakeviewInterface_Publish_Call) Return(_a0 *dashboards.PublishedDashboard, _a1 error) *MockLakeviewInterface_Publish_Call
- func (_c *MockLakeviewInterface_Publish_Call) Run(run func(ctx context.Context, request dashboards.PublishRequest)) *MockLakeviewInterface_Publish_Call
- func (_c *MockLakeviewInterface_Publish_Call) RunAndReturn(...) *MockLakeviewInterface_Publish_Call
- type MockLakeviewInterface_TrashByDashboardId_Call
- func (_c *MockLakeviewInterface_TrashByDashboardId_Call) Return(_a0 error) *MockLakeviewInterface_TrashByDashboardId_Call
- func (_c *MockLakeviewInterface_TrashByDashboardId_Call) Run(run func(ctx context.Context, dashboardId string)) *MockLakeviewInterface_TrashByDashboardId_Call
- func (_c *MockLakeviewInterface_TrashByDashboardId_Call) RunAndReturn(run func(context.Context, string) error) *MockLakeviewInterface_TrashByDashboardId_Call
- type MockLakeviewInterface_Trash_Call
- func (_c *MockLakeviewInterface_Trash_Call) Return(_a0 error) *MockLakeviewInterface_Trash_Call
- func (_c *MockLakeviewInterface_Trash_Call) Run(run func(ctx context.Context, request dashboards.TrashDashboardRequest)) *MockLakeviewInterface_Trash_Call
- func (_c *MockLakeviewInterface_Trash_Call) RunAndReturn(run func(context.Context, dashboards.TrashDashboardRequest) error) *MockLakeviewInterface_Trash_Call
- type MockLakeviewInterface_Update_Call
- func (_c *MockLakeviewInterface_Update_Call) Return(_a0 *dashboards.Dashboard, _a1 error) *MockLakeviewInterface_Update_Call
- func (_c *MockLakeviewInterface_Update_Call) Run(run func(ctx context.Context, request dashboards.UpdateDashboardRequest)) *MockLakeviewInterface_Update_Call
- func (_c *MockLakeviewInterface_Update_Call) RunAndReturn(...) *MockLakeviewInterface_Update_Call
- type MockLakeviewInterface_WithImpl_Call
- func (_c *MockLakeviewInterface_WithImpl_Call) Return(_a0 dashboards.LakeviewInterface) *MockLakeviewInterface_WithImpl_Call
- func (_c *MockLakeviewInterface_WithImpl_Call) Run(run func(impl dashboards.LakeviewService)) *MockLakeviewInterface_WithImpl_Call
- func (_c *MockLakeviewInterface_WithImpl_Call) RunAndReturn(run func(dashboards.LakeviewService) dashboards.LakeviewInterface) *MockLakeviewInterface_WithImpl_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLakeviewInterface ¶
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
func (_m *MockLakeviewInterface) Create(ctx context.Context, request dashboards.CreateDashboardRequest) (*dashboards.Dashboard, error)
Create provides a mock function with given fields: ctx, request
func (*MockLakeviewInterface) EXPECT ¶
func (_m *MockLakeviewInterface) EXPECT() *MockLakeviewInterface_Expecter
func (*MockLakeviewInterface) Get ¶ added in v0.35.0
func (_m *MockLakeviewInterface) Get(ctx context.Context, request dashboards.GetDashboardRequest) (*dashboards.Dashboard, error)
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
func (_m *MockLakeviewInterface) GetPublished(ctx context.Context, request dashboards.GetPublishedDashboardRequest) (*dashboards.PublishedDashboard, error)
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 ¶
func (_m *MockLakeviewInterface) Impl() dashboards.LakeviewService
Impl provides a mock function with given fields:
func (*MockLakeviewInterface) Publish ¶
func (_m *MockLakeviewInterface) Publish(ctx context.Context, request dashboards.PublishRequest) (*dashboards.PublishedDashboard, error)
Publish provides a mock function with given fields: ctx, request
func (*MockLakeviewInterface) Trash ¶ added in v0.35.0
func (_m *MockLakeviewInterface) Trash(ctx context.Context, request dashboards.TrashDashboardRequest) error
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) Update ¶ added in v0.35.0
func (_m *MockLakeviewInterface) Update(ctx context.Context, request dashboards.UpdateDashboardRequest) (*dashboards.Dashboard, error)
Update provides a mock function with given fields: ctx, request
func (*MockLakeviewInterface) WithImpl ¶
func (_m *MockLakeviewInterface) WithImpl(impl dashboards.LakeviewService) dashboards.LakeviewInterface
WithImpl provides a mock function with given fields: impl
type MockLakeviewInterface_Create_Call ¶ added in v0.35.0
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 (_c *MockLakeviewInterface_Create_Call) Return(_a0 *dashboards.Dashboard, _a1 error) *MockLakeviewInterface_Create_Call
func (*MockLakeviewInterface_Create_Call) Run ¶ added in v0.35.0
func (_c *MockLakeviewInterface_Create_Call) Run(run func(ctx context.Context, request dashboards.CreateDashboardRequest)) *MockLakeviewInterface_Create_Call
func (*MockLakeviewInterface_Create_Call) RunAndReturn ¶ added in v0.35.0
func (_c *MockLakeviewInterface_Create_Call) RunAndReturn(run func(context.Context, dashboards.CreateDashboardRequest) (*dashboards.Dashboard, error)) *MockLakeviewInterface_Create_Call
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 ¶
func (_e *MockLakeviewInterface_Expecter) Impl() *MockLakeviewInterface_Impl_Call
Impl is a helper method to define mock.On call
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) 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 ¶
func (_e *MockLakeviewInterface_Expecter) WithImpl(impl interface{}) *MockLakeviewInterface_WithImpl_Call
WithImpl is a helper method to define mock.On call
- impl dashboards.LakeviewService
type MockLakeviewInterface_GetByDashboardId_Call ¶ added in v0.35.0
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 (_c *MockLakeviewInterface_GetByDashboardId_Call) Return(_a0 *dashboards.Dashboard, _a1 error) *MockLakeviewInterface_GetByDashboardId_Call
func (*MockLakeviewInterface_GetByDashboardId_Call) Run ¶ added in v0.35.0
func (_c *MockLakeviewInterface_GetByDashboardId_Call) Run(run func(ctx context.Context, dashboardId string)) *MockLakeviewInterface_GetByDashboardId_Call
func (*MockLakeviewInterface_GetByDashboardId_Call) RunAndReturn ¶ added in v0.35.0
func (_c *MockLakeviewInterface_GetByDashboardId_Call) RunAndReturn(run func(context.Context, string) (*dashboards.Dashboard, error)) *MockLakeviewInterface_GetByDashboardId_Call
type MockLakeviewInterface_GetPublishedByDashboardId_Call ¶ added in v0.35.0
MockLakeviewInterface_GetPublishedByDashboardId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPublishedByDashboardId'
func (*MockLakeviewInterface_GetPublishedByDashboardId_Call) Run ¶ added in v0.35.0
func (_c *MockLakeviewInterface_GetPublishedByDashboardId_Call) Run(run func(ctx context.Context, dashboardId string)) *MockLakeviewInterface_GetPublishedByDashboardId_Call
func (*MockLakeviewInterface_GetPublishedByDashboardId_Call) RunAndReturn ¶ added in v0.35.0
func (_c *MockLakeviewInterface_GetPublishedByDashboardId_Call) RunAndReturn(run func(context.Context, string) (*dashboards.PublishedDashboard, error)) *MockLakeviewInterface_GetPublishedByDashboardId_Call
type MockLakeviewInterface_GetPublished_Call ¶ added in v0.35.0
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 (_c *MockLakeviewInterface_GetPublished_Call) Return(_a0 *dashboards.PublishedDashboard, _a1 error) *MockLakeviewInterface_GetPublished_Call
func (*MockLakeviewInterface_GetPublished_Call) Run ¶ added in v0.35.0
func (_c *MockLakeviewInterface_GetPublished_Call) Run(run func(ctx context.Context, request dashboards.GetPublishedDashboardRequest)) *MockLakeviewInterface_GetPublished_Call
func (*MockLakeviewInterface_GetPublished_Call) RunAndReturn ¶ added in v0.35.0
func (_c *MockLakeviewInterface_GetPublished_Call) RunAndReturn(run func(context.Context, dashboards.GetPublishedDashboardRequest) (*dashboards.PublishedDashboard, error)) *MockLakeviewInterface_GetPublished_Call
type MockLakeviewInterface_Get_Call ¶ added in v0.35.0
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 (_c *MockLakeviewInterface_Get_Call) Return(_a0 *dashboards.Dashboard, _a1 error) *MockLakeviewInterface_Get_Call
func (*MockLakeviewInterface_Get_Call) Run ¶ added in v0.35.0
func (_c *MockLakeviewInterface_Get_Call) Run(run func(ctx context.Context, request dashboards.GetDashboardRequest)) *MockLakeviewInterface_Get_Call
func (*MockLakeviewInterface_Get_Call) RunAndReturn ¶ added in v0.35.0
func (_c *MockLakeviewInterface_Get_Call) RunAndReturn(run func(context.Context, dashboards.GetDashboardRequest) (*dashboards.Dashboard, error)) *MockLakeviewInterface_Get_Call
type MockLakeviewInterface_Impl_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 (_c *MockLakeviewInterface_Impl_Call) Return(_a0 dashboards.LakeviewService) *MockLakeviewInterface_Impl_Call
func (*MockLakeviewInterface_Impl_Call) Run ¶
func (_c *MockLakeviewInterface_Impl_Call) Run(run func()) *MockLakeviewInterface_Impl_Call
func (*MockLakeviewInterface_Impl_Call) RunAndReturn ¶
func (_c *MockLakeviewInterface_Impl_Call) RunAndReturn(run func() dashboards.LakeviewService) *MockLakeviewInterface_Impl_Call
type MockLakeviewInterface_Publish_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 (_c *MockLakeviewInterface_Publish_Call) Return(_a0 *dashboards.PublishedDashboard, _a1 error) *MockLakeviewInterface_Publish_Call
func (*MockLakeviewInterface_Publish_Call) Run ¶
func (_c *MockLakeviewInterface_Publish_Call) Run(run func(ctx context.Context, request dashboards.PublishRequest)) *MockLakeviewInterface_Publish_Call
func (*MockLakeviewInterface_Publish_Call) RunAndReturn ¶
func (_c *MockLakeviewInterface_Publish_Call) RunAndReturn(run func(context.Context, dashboards.PublishRequest) (*dashboards.PublishedDashboard, error)) *MockLakeviewInterface_Publish_Call
type MockLakeviewInterface_TrashByDashboardId_Call ¶ added in v0.35.0
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 (_c *MockLakeviewInterface_TrashByDashboardId_Call) Return(_a0 error) *MockLakeviewInterface_TrashByDashboardId_Call
func (*MockLakeviewInterface_TrashByDashboardId_Call) Run ¶ added in v0.35.0
func (_c *MockLakeviewInterface_TrashByDashboardId_Call) Run(run func(ctx context.Context, dashboardId string)) *MockLakeviewInterface_TrashByDashboardId_Call
func (*MockLakeviewInterface_TrashByDashboardId_Call) RunAndReturn ¶ added in v0.35.0
func (_c *MockLakeviewInterface_TrashByDashboardId_Call) RunAndReturn(run func(context.Context, string) error) *MockLakeviewInterface_TrashByDashboardId_Call
type MockLakeviewInterface_Trash_Call ¶ added in v0.35.0
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 (_c *MockLakeviewInterface_Trash_Call) Return(_a0 error) *MockLakeviewInterface_Trash_Call
func (*MockLakeviewInterface_Trash_Call) Run ¶ added in v0.35.0
func (_c *MockLakeviewInterface_Trash_Call) Run(run func(ctx context.Context, request dashboards.TrashDashboardRequest)) *MockLakeviewInterface_Trash_Call
func (*MockLakeviewInterface_Trash_Call) RunAndReturn ¶ added in v0.35.0
func (_c *MockLakeviewInterface_Trash_Call) RunAndReturn(run func(context.Context, dashboards.TrashDashboardRequest) error) *MockLakeviewInterface_Trash_Call
type MockLakeviewInterface_Update_Call ¶ added in v0.35.0
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 (_c *MockLakeviewInterface_Update_Call) Return(_a0 *dashboards.Dashboard, _a1 error) *MockLakeviewInterface_Update_Call
func (*MockLakeviewInterface_Update_Call) Run ¶ added in v0.35.0
func (_c *MockLakeviewInterface_Update_Call) Run(run func(ctx context.Context, request dashboards.UpdateDashboardRequest)) *MockLakeviewInterface_Update_Call
func (*MockLakeviewInterface_Update_Call) RunAndReturn ¶ added in v0.35.0
func (_c *MockLakeviewInterface_Update_Call) RunAndReturn(run func(context.Context, dashboards.UpdateDashboardRequest) (*dashboards.Dashboard, error)) *MockLakeviewInterface_Update_Call
type MockLakeviewInterface_WithImpl_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 (_c *MockLakeviewInterface_WithImpl_Call) Return(_a0 dashboards.LakeviewInterface) *MockLakeviewInterface_WithImpl_Call
func (*MockLakeviewInterface_WithImpl_Call) Run ¶
func (_c *MockLakeviewInterface_WithImpl_Call) Run(run func(impl dashboards.LakeviewService)) *MockLakeviewInterface_WithImpl_Call
func (*MockLakeviewInterface_WithImpl_Call) RunAndReturn ¶
func (_c *MockLakeviewInterface_WithImpl_Call) RunAndReturn(run func(dashboards.LakeviewService) dashboards.LakeviewInterface) *MockLakeviewInterface_WithImpl_Call