mocks

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. 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 (*IClient) AssociateUserToPermissionGroup

AssociateUserToPermissionGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateChangeset

func (_m *IClient) CreateChangeset(ctx context.Context, params *finspacedata.CreateChangesetInput, optFns ...func(*finspacedata.Options)) (*finspacedata.CreateChangesetOutput, error)

CreateChangeset provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateDataView

func (_m *IClient) CreateDataView(ctx context.Context, params *finspacedata.CreateDataViewInput, optFns ...func(*finspacedata.Options)) (*finspacedata.CreateDataViewOutput, error)

CreateDataView provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateDataset

func (_m *IClient) CreateDataset(ctx context.Context, params *finspacedata.CreateDatasetInput, optFns ...func(*finspacedata.Options)) (*finspacedata.CreateDatasetOutput, error)

CreateDataset provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreatePermissionGroup

CreatePermissionGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateUser

func (_m *IClient) CreateUser(ctx context.Context, params *finspacedata.CreateUserInput, optFns ...func(*finspacedata.Options)) (*finspacedata.CreateUserOutput, error)

CreateUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteDataset

func (_m *IClient) DeleteDataset(ctx context.Context, params *finspacedata.DeleteDatasetInput, optFns ...func(*finspacedata.Options)) (*finspacedata.DeleteDatasetOutput, error)

DeleteDataset provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeletePermissionGroup

DeletePermissionGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisableUser

func (_m *IClient) DisableUser(ctx context.Context, params *finspacedata.DisableUserInput, optFns ...func(*finspacedata.Options)) (*finspacedata.DisableUserOutput, error)

DisableUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociateUserFromPermissionGroup

DisassociateUserFromPermissionGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) EnableUser

func (_m *IClient) EnableUser(ctx context.Context, params *finspacedata.EnableUserInput, optFns ...func(*finspacedata.Options)) (*finspacedata.EnableUserOutput, error)

EnableUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetChangeset

func (_m *IClient) GetChangeset(ctx context.Context, params *finspacedata.GetChangesetInput, optFns ...func(*finspacedata.Options)) (*finspacedata.GetChangesetOutput, error)

GetChangeset provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetDataView

func (_m *IClient) GetDataView(ctx context.Context, params *finspacedata.GetDataViewInput, optFns ...func(*finspacedata.Options)) (*finspacedata.GetDataViewOutput, error)

GetDataView provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetDataset

func (_m *IClient) GetDataset(ctx context.Context, params *finspacedata.GetDatasetInput, optFns ...func(*finspacedata.Options)) (*finspacedata.GetDatasetOutput, error)

GetDataset provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetExternalDataViewAccessDetails

GetExternalDataViewAccessDetails provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetPermissionGroup

GetPermissionGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetProgrammaticAccessCredentials

GetProgrammaticAccessCredentials provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetUser

func (_m *IClient) GetUser(ctx context.Context, params *finspacedata.GetUserInput, optFns ...func(*finspacedata.Options)) (*finspacedata.GetUserOutput, error)

GetUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetWorkingLocation

GetWorkingLocation provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListChangesets

func (_m *IClient) ListChangesets(ctx context.Context, params *finspacedata.ListChangesetsInput, optFns ...func(*finspacedata.Options)) (*finspacedata.ListChangesetsOutput, error)

ListChangesets provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDataViews

func (_m *IClient) ListDataViews(ctx context.Context, params *finspacedata.ListDataViewsInput, optFns ...func(*finspacedata.Options)) (*finspacedata.ListDataViewsOutput, error)

ListDataViews provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDatasets

func (_m *IClient) ListDatasets(ctx context.Context, params *finspacedata.ListDatasetsInput, optFns ...func(*finspacedata.Options)) (*finspacedata.ListDatasetsOutput, error)

ListDatasets provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListPermissionGroups

ListPermissionGroups provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListPermissionGroupsByUser

ListPermissionGroupsByUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListUsers

func (_m *IClient) ListUsers(ctx context.Context, params *finspacedata.ListUsersInput, optFns ...func(*finspacedata.Options)) (*finspacedata.ListUsersOutput, error)

ListUsers provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListUsersByPermissionGroup

ListUsersByPermissionGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() finspacedata.Options

Options provides a mock function with given fields:

func (*IClient) ResetUserPassword

func (_m *IClient) ResetUserPassword(ctx context.Context, params *finspacedata.ResetUserPasswordInput, optFns ...func(*finspacedata.Options)) (*finspacedata.ResetUserPasswordOutput, error)

ResetUserPassword provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateChangeset

func (_m *IClient) UpdateChangeset(ctx context.Context, params *finspacedata.UpdateChangesetInput, optFns ...func(*finspacedata.Options)) (*finspacedata.UpdateChangesetOutput, error)

UpdateChangeset provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateDataset

func (_m *IClient) UpdateDataset(ctx context.Context, params *finspacedata.UpdateDatasetInput, optFns ...func(*finspacedata.Options)) (*finspacedata.UpdateDatasetOutput, error)

UpdateDataset provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdatePermissionGroup

UpdatePermissionGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateUser

func (_m *IClient) UpdateUser(ctx context.Context, params *finspacedata.UpdateUserInput, optFns ...func(*finspacedata.Options)) (*finspacedata.UpdateUserOutput, error)

UpdateUser provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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