dashboards

package
v0.51.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockGenieInterface added in v0.44.0

type MockGenieInterface struct {
	mock.Mock
}

MockGenieInterface is an autogenerated mock type for the GenieInterface type

func NewMockGenieInterface added in v0.44.0

func NewMockGenieInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockGenieInterface

NewMockGenieInterface creates a new instance of MockGenieInterface. 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 (*MockGenieInterface) CreateMessage added in v0.44.0

CreateMessage provides a mock function with given fields: ctx, genieCreateConversationMessageRequest

func (*MockGenieInterface) CreateMessageAndWait added in v0.44.0

func (_m *MockGenieInterface) CreateMessageAndWait(ctx context.Context, genieCreateConversationMessageRequest dashboards.GenieCreateConversationMessageRequest, options ...retries.Option[dashboards.GenieMessage]) (*dashboards.GenieMessage, error)

CreateMessageAndWait provides a mock function with given fields: ctx, genieCreateConversationMessageRequest, options

func (*MockGenieInterface) EXPECT added in v0.44.0

func (*MockGenieInterface) ExecuteMessageQuery added in v0.44.0

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

func (*MockGenieInterface) GetMessage added in v0.44.0

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

func (*MockGenieInterface) GetMessageBySpaceIdAndConversationIdAndMessageId added in v0.44.0

func (_m *MockGenieInterface) GetMessageBySpaceIdAndConversationIdAndMessageId(ctx context.Context, spaceId string, conversationId string, messageId string) (*dashboards.GenieMessage, error)

GetMessageBySpaceIdAndConversationIdAndMessageId provides a mock function with given fields: ctx, spaceId, conversationId, messageId

func (*MockGenieInterface) GetMessageQueryResult added in v0.44.0

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

func (*MockGenieInterface) GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId added in v0.44.0

func (_m *MockGenieInterface) GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId(ctx context.Context, spaceId string, conversationId string, messageId string) (*dashboards.GenieGetMessageQueryResultResponse, error)

GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId provides a mock function with given fields: ctx, spaceId, conversationId, messageId

func (*MockGenieInterface) StartConversation added in v0.44.0

StartConversation provides a mock function with given fields: ctx, genieStartConversationMessageRequest

func (*MockGenieInterface) StartConversationAndWait added in v0.44.0

func (_m *MockGenieInterface) StartConversationAndWait(ctx context.Context, genieStartConversationMessageRequest dashboards.GenieStartConversationMessageRequest, options ...retries.Option[dashboards.GenieMessage]) (*dashboards.GenieMessage, error)

StartConversationAndWait provides a mock function with given fields: ctx, genieStartConversationMessageRequest, options

func (*MockGenieInterface) WaitGetMessageGenieCompleted added in v0.44.0

func (_m *MockGenieInterface) WaitGetMessageGenieCompleted(ctx context.Context, conversationId string, messageId string, spaceId string, timeout time.Duration, callback func(*dashboards.GenieMessage)) (*dashboards.GenieMessage, error)

WaitGetMessageGenieCompleted provides a mock function with given fields: ctx, conversationId, messageId, spaceId, timeout, callback

type MockGenieInterface_CreateMessageAndWait_Call added in v0.44.0

type MockGenieInterface_CreateMessageAndWait_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_CreateMessageAndWait_Call) Return added in v0.44.0

func (*MockGenieInterface_CreateMessageAndWait_Call) Run added in v0.44.0

type MockGenieInterface_CreateMessage_Call added in v0.44.0

type MockGenieInterface_CreateMessage_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_CreateMessage_Call) Return added in v0.44.0

func (*MockGenieInterface_CreateMessage_Call) Run added in v0.44.0

type MockGenieInterface_ExecuteMessageQuery_Call added in v0.44.0

type MockGenieInterface_ExecuteMessageQuery_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_ExecuteMessageQuery_Call) Return added in v0.44.0

func (*MockGenieInterface_ExecuteMessageQuery_Call) Run added in v0.44.0

type MockGenieInterface_Expecter added in v0.44.0

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

func (*MockGenieInterface_Expecter) CreateMessage added in v0.44.0

func (_e *MockGenieInterface_Expecter) CreateMessage(ctx interface{}, genieCreateConversationMessageRequest interface{}) *MockGenieInterface_CreateMessage_Call

CreateMessage is a helper method to define mock.On call

  • ctx context.Context
  • genieCreateConversationMessageRequest dashboards.GenieCreateConversationMessageRequest

func (*MockGenieInterface_Expecter) CreateMessageAndWait added in v0.44.0

func (_e *MockGenieInterface_Expecter) CreateMessageAndWait(ctx interface{}, genieCreateConversationMessageRequest interface{}, options ...interface{}) *MockGenieInterface_CreateMessageAndWait_Call

CreateMessageAndWait is a helper method to define mock.On call

  • ctx context.Context
  • genieCreateConversationMessageRequest dashboards.GenieCreateConversationMessageRequest
  • options ...retries.Option[dashboards.GenieMessage]

func (*MockGenieInterface_Expecter) ExecuteMessageQuery added in v0.44.0

func (_e *MockGenieInterface_Expecter) ExecuteMessageQuery(ctx interface{}, request interface{}) *MockGenieInterface_ExecuteMessageQuery_Call

ExecuteMessageQuery is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.GenieExecuteMessageQueryRequest

func (*MockGenieInterface_Expecter) GetMessage added in v0.44.0

func (_e *MockGenieInterface_Expecter) GetMessage(ctx interface{}, request interface{}) *MockGenieInterface_GetMessage_Call

GetMessage is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.GenieGetConversationMessageRequest

func (*MockGenieInterface_Expecter) GetMessageBySpaceIdAndConversationIdAndMessageId added in v0.44.0

func (_e *MockGenieInterface_Expecter) GetMessageBySpaceIdAndConversationIdAndMessageId(ctx interface{}, spaceId interface{}, conversationId interface{}, messageId interface{}) *MockGenieInterface_GetMessageBySpaceIdAndConversationIdAndMessageId_Call

GetMessageBySpaceIdAndConversationIdAndMessageId is a helper method to define mock.On call

  • ctx context.Context
  • spaceId string
  • conversationId string
  • messageId string

func (*MockGenieInterface_Expecter) GetMessageQueryResult added in v0.44.0

func (_e *MockGenieInterface_Expecter) GetMessageQueryResult(ctx interface{}, request interface{}) *MockGenieInterface_GetMessageQueryResult_Call

GetMessageQueryResult is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.GenieGetMessageQueryResultRequest

func (*MockGenieInterface_Expecter) GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId added in v0.44.0

func (_e *MockGenieInterface_Expecter) GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId(ctx interface{}, spaceId interface{}, conversationId interface{}, messageId interface{}) *MockGenieInterface_GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId_Call

GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId is a helper method to define mock.On call

  • ctx context.Context
  • spaceId string
  • conversationId string
  • messageId string

func (*MockGenieInterface_Expecter) StartConversation added in v0.44.0

func (_e *MockGenieInterface_Expecter) StartConversation(ctx interface{}, genieStartConversationMessageRequest interface{}) *MockGenieInterface_StartConversation_Call

StartConversation is a helper method to define mock.On call

  • ctx context.Context
  • genieStartConversationMessageRequest dashboards.GenieStartConversationMessageRequest

func (*MockGenieInterface_Expecter) StartConversationAndWait added in v0.44.0

func (_e *MockGenieInterface_Expecter) StartConversationAndWait(ctx interface{}, genieStartConversationMessageRequest interface{}, options ...interface{}) *MockGenieInterface_StartConversationAndWait_Call

StartConversationAndWait is a helper method to define mock.On call

  • ctx context.Context
  • genieStartConversationMessageRequest dashboards.GenieStartConversationMessageRequest
  • options ...retries.Option[dashboards.GenieMessage]

func (*MockGenieInterface_Expecter) WaitGetMessageGenieCompleted added in v0.44.0

func (_e *MockGenieInterface_Expecter) WaitGetMessageGenieCompleted(ctx interface{}, conversationId interface{}, messageId interface{}, spaceId interface{}, timeout interface{}, callback interface{}) *MockGenieInterface_WaitGetMessageGenieCompleted_Call

WaitGetMessageGenieCompleted is a helper method to define mock.On call

  • ctx context.Context
  • conversationId string
  • messageId string
  • spaceId string
  • timeout time.Duration
  • callback func(*dashboards.GenieMessage)

type MockGenieInterface_GetMessageBySpaceIdAndConversationIdAndMessageId_Call added in v0.44.0

type MockGenieInterface_GetMessageBySpaceIdAndConversationIdAndMessageId_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_GetMessageBySpaceIdAndConversationIdAndMessageId_Call) Return added in v0.44.0

func (*MockGenieInterface_GetMessageBySpaceIdAndConversationIdAndMessageId_Call) Run added in v0.44.0

func (*MockGenieInterface_GetMessageBySpaceIdAndConversationIdAndMessageId_Call) RunAndReturn added in v0.44.0

type MockGenieInterface_GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId_Call added in v0.44.0

type MockGenieInterface_GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_GetMessageQueryResultBySpaceIdAndConversationIdAndMessageId_Call) Run added in v0.44.0

type MockGenieInterface_GetMessageQueryResult_Call added in v0.44.0

type MockGenieInterface_GetMessageQueryResult_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_GetMessageQueryResult_Call) Return added in v0.44.0

func (*MockGenieInterface_GetMessageQueryResult_Call) Run added in v0.44.0

type MockGenieInterface_GetMessage_Call added in v0.44.0

type MockGenieInterface_GetMessage_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_GetMessage_Call) Return added in v0.44.0

func (*MockGenieInterface_GetMessage_Call) Run added in v0.44.0

func (*MockGenieInterface_GetMessage_Call) RunAndReturn added in v0.44.0

type MockGenieInterface_StartConversationAndWait_Call added in v0.44.0

type MockGenieInterface_StartConversationAndWait_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_StartConversationAndWait_Call) Return added in v0.44.0

func (*MockGenieInterface_StartConversationAndWait_Call) Run added in v0.44.0

type MockGenieInterface_StartConversation_Call added in v0.44.0

type MockGenieInterface_StartConversation_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_StartConversation_Call) Run added in v0.44.0

type MockGenieInterface_WaitGetMessageGenieCompleted_Call added in v0.44.0

type MockGenieInterface_WaitGetMessageGenieCompleted_Call struct {
	*mock.Call
}

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

func (*MockGenieInterface_WaitGetMessageGenieCompleted_Call) Return added in v0.44.0

func (*MockGenieInterface_WaitGetMessageGenieCompleted_Call) Run added in v0.44.0

func (*MockGenieInterface_WaitGetMessageGenieCompleted_Call) RunAndReturn added in v0.44.0

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) CreateSchedule added in v0.43.0

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

func (*MockLakeviewInterface) CreateSubscription added in v0.43.0

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

func (*MockLakeviewInterface) DeleteSchedule added in v0.43.0

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

func (*MockLakeviewInterface) DeleteScheduleByDashboardIdAndScheduleId added in v0.43.0

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

DeleteScheduleByDashboardIdAndScheduleId provides a mock function with given fields: ctx, dashboardId, scheduleId

func (*MockLakeviewInterface) DeleteSubscription added in v0.43.0

func (_m *MockLakeviewInterface) DeleteSubscription(ctx context.Context, request dashboards.DeleteSubscriptionRequest) error

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

func (*MockLakeviewInterface) DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId added in v0.43.0

func (_m *MockLakeviewInterface) DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId(ctx context.Context, dashboardId string, scheduleId string, subscriptionId string) error

DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId provides a mock function with given fields: ctx, dashboardId, scheduleId, subscriptionId

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) GetSchedule added in v0.43.0

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

func (*MockLakeviewInterface) GetScheduleByDashboardIdAndScheduleId added in v0.43.0

func (_m *MockLakeviewInterface) GetScheduleByDashboardIdAndScheduleId(ctx context.Context, dashboardId string, scheduleId string) (*dashboards.Schedule, error)

GetScheduleByDashboardIdAndScheduleId provides a mock function with given fields: ctx, dashboardId, scheduleId

func (*MockLakeviewInterface) GetSubscription added in v0.43.0

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

func (*MockLakeviewInterface) GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId added in v0.43.0

func (_m *MockLakeviewInterface) GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId(ctx context.Context, dashboardId string, scheduleId string, subscriptionId string) (*dashboards.Subscription, error)

GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId provides a mock function with given fields: ctx, dashboardId, scheduleId, subscriptionId

func (*MockLakeviewInterface) List added in v0.43.0

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

func (*MockLakeviewInterface) ListAll added in v0.43.0

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

func (*MockLakeviewInterface) ListSchedules added in v0.43.0

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

func (*MockLakeviewInterface) ListSchedulesAll added in v0.43.0

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

func (*MockLakeviewInterface) ListSchedulesByDashboardId added in v0.43.0

func (_m *MockLakeviewInterface) ListSchedulesByDashboardId(ctx context.Context, dashboardId string) (*dashboards.ListSchedulesResponse, error)

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

func (*MockLakeviewInterface) ListSubscriptions added in v0.43.0

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

func (*MockLakeviewInterface) ListSubscriptionsAll added in v0.43.0

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

func (*MockLakeviewInterface) ListSubscriptionsByDashboardIdAndScheduleId added in v0.43.0

func (_m *MockLakeviewInterface) ListSubscriptionsByDashboardIdAndScheduleId(ctx context.Context, dashboardId string, scheduleId string) (*dashboards.ListSubscriptionsResponse, error)

ListSubscriptionsByDashboardIdAndScheduleId provides a mock function with given fields: ctx, dashboardId, scheduleId

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) UpdateSchedule added in v0.43.0

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

type MockLakeviewInterface_CreateSchedule_Call added in v0.43.0

type MockLakeviewInterface_CreateSchedule_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_CreateSchedule_Call) Return added in v0.43.0

func (*MockLakeviewInterface_CreateSchedule_Call) Run added in v0.43.0

func (*MockLakeviewInterface_CreateSchedule_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_CreateSubscription_Call added in v0.43.0

type MockLakeviewInterface_CreateSubscription_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_CreateSubscription_Call) Return added in v0.43.0

func (*MockLakeviewInterface_CreateSubscription_Call) Run added in v0.43.0

func (*MockLakeviewInterface_CreateSubscription_Call) RunAndReturn added in v0.43.0

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_DeleteScheduleByDashboardIdAndScheduleId_Call added in v0.43.0

type MockLakeviewInterface_DeleteScheduleByDashboardIdAndScheduleId_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_DeleteScheduleByDashboardIdAndScheduleId_Call) Return added in v0.43.0

func (*MockLakeviewInterface_DeleteScheduleByDashboardIdAndScheduleId_Call) Run added in v0.43.0

func (*MockLakeviewInterface_DeleteScheduleByDashboardIdAndScheduleId_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_DeleteSchedule_Call added in v0.43.0

type MockLakeviewInterface_DeleteSchedule_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_DeleteSchedule_Call) Return added in v0.43.0

func (*MockLakeviewInterface_DeleteSchedule_Call) Run added in v0.43.0

func (*MockLakeviewInterface_DeleteSchedule_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call added in v0.43.0

type MockLakeviewInterface_DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call) Return added in v0.43.0

func (*MockLakeviewInterface_DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call) Run added in v0.43.0

func (*MockLakeviewInterface_DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_DeleteSubscription_Call added in v0.43.0

type MockLakeviewInterface_DeleteSubscription_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_DeleteSubscription_Call) Return added in v0.43.0

func (*MockLakeviewInterface_DeleteSubscription_Call) Run added in v0.43.0

func (*MockLakeviewInterface_DeleteSubscription_Call) RunAndReturn added in v0.43.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) CreateSchedule added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) CreateSchedule(ctx interface{}, request interface{}) *MockLakeviewInterface_CreateSchedule_Call

CreateSchedule is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.CreateScheduleRequest

func (*MockLakeviewInterface_Expecter) CreateSubscription added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) CreateSubscription(ctx interface{}, request interface{}) *MockLakeviewInterface_CreateSubscription_Call

CreateSubscription is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.CreateSubscriptionRequest

func (*MockLakeviewInterface_Expecter) DeleteSchedule added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) DeleteSchedule(ctx interface{}, request interface{}) *MockLakeviewInterface_DeleteSchedule_Call

DeleteSchedule is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.DeleteScheduleRequest

func (*MockLakeviewInterface_Expecter) DeleteScheduleByDashboardIdAndScheduleId added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) DeleteScheduleByDashboardIdAndScheduleId(ctx interface{}, dashboardId interface{}, scheduleId interface{}) *MockLakeviewInterface_DeleteScheduleByDashboardIdAndScheduleId_Call

DeleteScheduleByDashboardIdAndScheduleId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string
  • scheduleId string

func (*MockLakeviewInterface_Expecter) DeleteSubscription added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) DeleteSubscription(ctx interface{}, request interface{}) *MockLakeviewInterface_DeleteSubscription_Call

DeleteSubscription is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.DeleteSubscriptionRequest

func (*MockLakeviewInterface_Expecter) DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId(ctx interface{}, dashboardId interface{}, scheduleId interface{}, subscriptionId interface{}) *MockLakeviewInterface_DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call

DeleteSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string
  • scheduleId string
  • subscriptionId string

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) GetSchedule added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) GetSchedule(ctx interface{}, request interface{}) *MockLakeviewInterface_GetSchedule_Call

GetSchedule is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.GetScheduleRequest

func (*MockLakeviewInterface_Expecter) GetScheduleByDashboardIdAndScheduleId added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) GetScheduleByDashboardIdAndScheduleId(ctx interface{}, dashboardId interface{}, scheduleId interface{}) *MockLakeviewInterface_GetScheduleByDashboardIdAndScheduleId_Call

GetScheduleByDashboardIdAndScheduleId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string
  • scheduleId string

func (*MockLakeviewInterface_Expecter) GetSubscription added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) GetSubscription(ctx interface{}, request interface{}) *MockLakeviewInterface_GetSubscription_Call

GetSubscription is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.GetSubscriptionRequest

func (*MockLakeviewInterface_Expecter) GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId(ctx interface{}, dashboardId interface{}, scheduleId interface{}, subscriptionId interface{}) *MockLakeviewInterface_GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call

GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string
  • scheduleId string
  • subscriptionId string

func (*MockLakeviewInterface_Expecter) List added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) List(ctx interface{}, request interface{}) *MockLakeviewInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.ListDashboardsRequest

func (*MockLakeviewInterface_Expecter) ListAll added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockLakeviewInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.ListDashboardsRequest

func (*MockLakeviewInterface_Expecter) ListSchedules added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) ListSchedules(ctx interface{}, request interface{}) *MockLakeviewInterface_ListSchedules_Call

ListSchedules is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.ListSchedulesRequest

func (*MockLakeviewInterface_Expecter) ListSchedulesAll added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) ListSchedulesAll(ctx interface{}, request interface{}) *MockLakeviewInterface_ListSchedulesAll_Call

ListSchedulesAll is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.ListSchedulesRequest

func (*MockLakeviewInterface_Expecter) ListSchedulesByDashboardId added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) ListSchedulesByDashboardId(ctx interface{}, dashboardId interface{}) *MockLakeviewInterface_ListSchedulesByDashboardId_Call

ListSchedulesByDashboardId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string

func (*MockLakeviewInterface_Expecter) ListSubscriptions added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) ListSubscriptions(ctx interface{}, request interface{}) *MockLakeviewInterface_ListSubscriptions_Call

ListSubscriptions is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.ListSubscriptionsRequest

func (*MockLakeviewInterface_Expecter) ListSubscriptionsAll added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) ListSubscriptionsAll(ctx interface{}, request interface{}) *MockLakeviewInterface_ListSubscriptionsAll_Call

ListSubscriptionsAll is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.ListSubscriptionsRequest

func (*MockLakeviewInterface_Expecter) ListSubscriptionsByDashboardIdAndScheduleId added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) ListSubscriptionsByDashboardIdAndScheduleId(ctx interface{}, dashboardId interface{}, scheduleId interface{}) *MockLakeviewInterface_ListSubscriptionsByDashboardIdAndScheduleId_Call

ListSubscriptionsByDashboardIdAndScheduleId is a helper method to define mock.On call

  • ctx context.Context
  • dashboardId string
  • scheduleId string

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) UpdateSchedule added in v0.43.0

func (_e *MockLakeviewInterface_Expecter) UpdateSchedule(ctx interface{}, request interface{}) *MockLakeviewInterface_UpdateSchedule_Call

UpdateSchedule is a helper method to define mock.On call

  • ctx context.Context
  • request dashboards.UpdateScheduleRequest

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_GetScheduleByDashboardIdAndScheduleId_Call added in v0.43.0

type MockLakeviewInterface_GetScheduleByDashboardIdAndScheduleId_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_GetScheduleByDashboardIdAndScheduleId_Call) Return added in v0.43.0

func (*MockLakeviewInterface_GetScheduleByDashboardIdAndScheduleId_Call) Run added in v0.43.0

func (*MockLakeviewInterface_GetScheduleByDashboardIdAndScheduleId_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_GetSchedule_Call added in v0.43.0

type MockLakeviewInterface_GetSchedule_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_GetSchedule_Call) Return added in v0.43.0

func (*MockLakeviewInterface_GetSchedule_Call) Run added in v0.43.0

func (*MockLakeviewInterface_GetSchedule_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call added in v0.43.0

type MockLakeviewInterface_GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call) Return added in v0.43.0

func (*MockLakeviewInterface_GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call) Run added in v0.43.0

func (*MockLakeviewInterface_GetSubscriptionByDashboardIdAndScheduleIdAndSubscriptionId_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_GetSubscription_Call added in v0.43.0

type MockLakeviewInterface_GetSubscription_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_GetSubscription_Call) Return added in v0.43.0

func (*MockLakeviewInterface_GetSubscription_Call) Run added in v0.43.0

func (*MockLakeviewInterface_GetSubscription_Call) RunAndReturn added in v0.43.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_ListAll_Call added in v0.43.0

type MockLakeviewInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_ListAll_Call) Return added in v0.43.0

func (*MockLakeviewInterface_ListAll_Call) Run added in v0.43.0

func (*MockLakeviewInterface_ListAll_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_ListSchedulesAll_Call added in v0.43.0

type MockLakeviewInterface_ListSchedulesAll_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_ListSchedulesAll_Call) Return added in v0.43.0

func (*MockLakeviewInterface_ListSchedulesAll_Call) Run added in v0.43.0

func (*MockLakeviewInterface_ListSchedulesAll_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_ListSchedulesByDashboardId_Call added in v0.43.0

type MockLakeviewInterface_ListSchedulesByDashboardId_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_ListSchedulesByDashboardId_Call) Return added in v0.43.0

func (*MockLakeviewInterface_ListSchedulesByDashboardId_Call) Run added in v0.43.0

func (*MockLakeviewInterface_ListSchedulesByDashboardId_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_ListSchedules_Call added in v0.43.0

type MockLakeviewInterface_ListSchedules_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_ListSchedules_Call) Return added in v0.43.0

func (*MockLakeviewInterface_ListSchedules_Call) Run added in v0.43.0

func (*MockLakeviewInterface_ListSchedules_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_ListSubscriptionsAll_Call added in v0.43.0

type MockLakeviewInterface_ListSubscriptionsAll_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_ListSubscriptionsAll_Call) Return added in v0.43.0

func (*MockLakeviewInterface_ListSubscriptionsAll_Call) Run added in v0.43.0

func (*MockLakeviewInterface_ListSubscriptionsAll_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_ListSubscriptionsByDashboardIdAndScheduleId_Call added in v0.43.0

type MockLakeviewInterface_ListSubscriptionsByDashboardIdAndScheduleId_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_ListSubscriptionsByDashboardIdAndScheduleId_Call) Return added in v0.43.0

func (*MockLakeviewInterface_ListSubscriptionsByDashboardIdAndScheduleId_Call) Run added in v0.43.0

func (*MockLakeviewInterface_ListSubscriptionsByDashboardIdAndScheduleId_Call) RunAndReturn added in v0.43.0

type MockLakeviewInterface_ListSubscriptions_Call added in v0.43.0

type MockLakeviewInterface_ListSubscriptions_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_ListSubscriptions_Call) Return added in v0.43.0

func (*MockLakeviewInterface_ListSubscriptions_Call) Run added in v0.43.0

type MockLakeviewInterface_List_Call added in v0.43.0

type MockLakeviewInterface_List_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_List_Call) Return added in v0.43.0

func (*MockLakeviewInterface_List_Call) Run added in v0.43.0

func (*MockLakeviewInterface_List_Call) RunAndReturn added in v0.43.0

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_UpdateSchedule_Call added in v0.43.0

type MockLakeviewInterface_UpdateSchedule_Call struct {
	*mock.Call
}

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

func (*MockLakeviewInterface_UpdateSchedule_Call) Return added in v0.43.0

func (*MockLakeviewInterface_UpdateSchedule_Call) Run added in v0.43.0

func (*MockLakeviewInterface_UpdateSchedule_Call) RunAndReturn added in v0.43.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

Jump to

Keyboard shortcuts

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