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) CancelImportTask

func (_m *IClient) CancelImportTask(ctx context.Context, params *neptunegraph.CancelImportTaskInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.CancelImportTaskOutput, error)

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

func (*IClient) CancelQuery

func (_m *IClient) CancelQuery(ctx context.Context, params *neptunegraph.CancelQueryInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.CancelQueryOutput, error)

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

func (*IClient) CreateGraph

func (_m *IClient) CreateGraph(ctx context.Context, params *neptunegraph.CreateGraphInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.CreateGraphOutput, error)

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

func (*IClient) CreateGraphSnapshot

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

func (*IClient) CreateGraphUsingImportTask

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

func (*IClient) CreatePrivateGraphEndpoint

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

func (*IClient) DeleteGraph

func (_m *IClient) DeleteGraph(ctx context.Context, params *neptunegraph.DeleteGraphInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.DeleteGraphOutput, error)

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

func (*IClient) DeleteGraphSnapshot

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

func (*IClient) DeletePrivateGraphEndpoint

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

func (*IClient) ExecuteQuery

func (_m *IClient) ExecuteQuery(ctx context.Context, params *neptunegraph.ExecuteQueryInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.ExecuteQueryOutput, error)

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

func (*IClient) GetGraph

func (_m *IClient) GetGraph(ctx context.Context, params *neptunegraph.GetGraphInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.GetGraphOutput, error)

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

func (*IClient) GetGraphSnapshot

func (_m *IClient) GetGraphSnapshot(ctx context.Context, params *neptunegraph.GetGraphSnapshotInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.GetGraphSnapshotOutput, error)

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

func (*IClient) GetGraphSummary

func (_m *IClient) GetGraphSummary(ctx context.Context, params *neptunegraph.GetGraphSummaryInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.GetGraphSummaryOutput, error)

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

func (*IClient) GetImportTask

func (_m *IClient) GetImportTask(ctx context.Context, params *neptunegraph.GetImportTaskInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.GetImportTaskOutput, error)

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

func (*IClient) GetPrivateGraphEndpoint

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

func (*IClient) GetQuery

func (_m *IClient) GetQuery(ctx context.Context, params *neptunegraph.GetQueryInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.GetQueryOutput, error)

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

func (*IClient) ListGraphSnapshots

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

func (*IClient) ListGraphs

func (_m *IClient) ListGraphs(ctx context.Context, params *neptunegraph.ListGraphsInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.ListGraphsOutput, error)

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

func (*IClient) ListImportTasks

func (_m *IClient) ListImportTasks(ctx context.Context, params *neptunegraph.ListImportTasksInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.ListImportTasksOutput, error)

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

func (*IClient) ListPrivateGraphEndpoints

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

func (*IClient) ListQueries

func (_m *IClient) ListQueries(ctx context.Context, params *neptunegraph.ListQueriesInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.ListQueriesOutput, error)

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

func (*IClient) ListTagsForResource

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) ResetGraph

func (_m *IClient) ResetGraph(ctx context.Context, params *neptunegraph.ResetGraphInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.ResetGraphOutput, error)

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

func (*IClient) RestoreGraphFromSnapshot

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

func (*IClient) StartImportTask

func (_m *IClient) StartImportTask(ctx context.Context, params *neptunegraph.StartImportTaskInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.StartImportTaskOutput, error)

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

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *neptunegraph.TagResourceInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.TagResourceOutput, error)

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

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *neptunegraph.UntagResourceInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.UntagResourceOutput, error)

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

func (*IClient) UpdateGraph

func (_m *IClient) UpdateGraph(ctx context.Context, params *neptunegraph.UpdateGraphInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.UpdateGraphOutput, error)

UpdateGraph 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