Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) BatchExecuteStatement(ctx context.Context, params *redshiftdata.BatchExecuteStatementInput, ...) (*redshiftdata.BatchExecuteStatementOutput, error)
- func (_m *IClient) CancelStatement(ctx context.Context, params *redshiftdata.CancelStatementInput, ...) (*redshiftdata.CancelStatementOutput, error)
- func (_m *IClient) DescribeStatement(ctx context.Context, params *redshiftdata.DescribeStatementInput, ...) (*redshiftdata.DescribeStatementOutput, error)
- func (_m *IClient) DescribeTable(ctx context.Context, params *redshiftdata.DescribeTableInput, ...) (*redshiftdata.DescribeTableOutput, error)
- func (_m *IClient) ExecuteStatement(ctx context.Context, params *redshiftdata.ExecuteStatementInput, ...) (*redshiftdata.ExecuteStatementOutput, error)
- func (_m *IClient) GetStatementResult(ctx context.Context, params *redshiftdata.GetStatementResultInput, ...) (*redshiftdata.GetStatementResultOutput, error)
- func (_m *IClient) GetStatementResultV2(ctx context.Context, params *redshiftdata.GetStatementResultV2Input, ...) (*redshiftdata.GetStatementResultV2Output, error)
- func (_m *IClient) ListDatabases(ctx context.Context, params *redshiftdata.ListDatabasesInput, ...) (*redshiftdata.ListDatabasesOutput, error)
- func (_m *IClient) ListSchemas(ctx context.Context, params *redshiftdata.ListSchemasInput, ...) (*redshiftdata.ListSchemasOutput, error)
- func (_m *IClient) ListStatements(ctx context.Context, params *redshiftdata.ListStatementsInput, ...) (*redshiftdata.ListStatementsOutput, error)
- func (_m *IClient) ListTables(ctx context.Context, params *redshiftdata.ListTablesInput, ...) (*redshiftdata.ListTablesOutput, error)
- func (_m *IClient) Options() redshiftdata.Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
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) BatchExecuteStatement ¶
func (_m *IClient) BatchExecuteStatement(ctx context.Context, params *redshiftdata.BatchExecuteStatementInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.BatchExecuteStatementOutput, error)
BatchExecuteStatement provides a mock function with given fields: ctx, params, optFns
func (*IClient) CancelStatement ¶
func (_m *IClient) CancelStatement(ctx context.Context, params *redshiftdata.CancelStatementInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.CancelStatementOutput, error)
CancelStatement provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeStatement ¶
func (_m *IClient) DescribeStatement(ctx context.Context, params *redshiftdata.DescribeStatementInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.DescribeStatementOutput, error)
DescribeStatement provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeTable ¶
func (_m *IClient) DescribeTable(ctx context.Context, params *redshiftdata.DescribeTableInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.DescribeTableOutput, error)
DescribeTable provides a mock function with given fields: ctx, params, optFns
func (*IClient) ExecuteStatement ¶
func (_m *IClient) ExecuteStatement(ctx context.Context, params *redshiftdata.ExecuteStatementInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.ExecuteStatementOutput, error)
ExecuteStatement provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetStatementResult ¶
func (_m *IClient) GetStatementResult(ctx context.Context, params *redshiftdata.GetStatementResultInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.GetStatementResultOutput, error)
GetStatementResult provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetStatementResultV2 ¶ added in v0.1.0
func (_m *IClient) GetStatementResultV2(ctx context.Context, params *redshiftdata.GetStatementResultV2Input, optFns ...func(*redshiftdata.Options)) (*redshiftdata.GetStatementResultV2Output, error)
GetStatementResultV2 provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDatabases ¶
func (_m *IClient) ListDatabases(ctx context.Context, params *redshiftdata.ListDatabasesInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.ListDatabasesOutput, error)
ListDatabases provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSchemas ¶
func (_m *IClient) ListSchemas(ctx context.Context, params *redshiftdata.ListSchemasInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.ListSchemasOutput, error)
ListSchemas provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListStatements ¶
func (_m *IClient) ListStatements(ctx context.Context, params *redshiftdata.ListStatementsInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.ListStatementsOutput, error)
ListStatements provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTables ¶
func (_m *IClient) ListTables(ctx context.Context, params *redshiftdata.ListTablesInput, optFns ...func(*redshiftdata.Options)) (*redshiftdata.ListTablesOutput, error)
ListTables provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() redshiftdata.Options
Options provides a mock function with given fields: