Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CancelImportTask(ctx context.Context, params *neptunegraph.CancelImportTaskInput, ...) (*neptunegraph.CancelImportTaskOutput, error)
- func (_m *IClient) CancelQuery(ctx context.Context, params *neptunegraph.CancelQueryInput, ...) (*neptunegraph.CancelQueryOutput, error)
- func (_m *IClient) CreateGraph(ctx context.Context, params *neptunegraph.CreateGraphInput, ...) (*neptunegraph.CreateGraphOutput, error)
- func (_m *IClient) CreateGraphSnapshot(ctx context.Context, params *neptunegraph.CreateGraphSnapshotInput, ...) (*neptunegraph.CreateGraphSnapshotOutput, error)
- func (_m *IClient) CreateGraphUsingImportTask(ctx context.Context, params *neptunegraph.CreateGraphUsingImportTaskInput, ...) (*neptunegraph.CreateGraphUsingImportTaskOutput, error)
- func (_m *IClient) CreatePrivateGraphEndpoint(ctx context.Context, params *neptunegraph.CreatePrivateGraphEndpointInput, ...) (*neptunegraph.CreatePrivateGraphEndpointOutput, error)
- func (_m *IClient) DeleteGraph(ctx context.Context, params *neptunegraph.DeleteGraphInput, ...) (*neptunegraph.DeleteGraphOutput, error)
- func (_m *IClient) DeleteGraphSnapshot(ctx context.Context, params *neptunegraph.DeleteGraphSnapshotInput, ...) (*neptunegraph.DeleteGraphSnapshotOutput, error)
- func (_m *IClient) DeletePrivateGraphEndpoint(ctx context.Context, params *neptunegraph.DeletePrivateGraphEndpointInput, ...) (*neptunegraph.DeletePrivateGraphEndpointOutput, error)
- func (_m *IClient) ExecuteQuery(ctx context.Context, params *neptunegraph.ExecuteQueryInput, ...) (*neptunegraph.ExecuteQueryOutput, error)
- func (_m *IClient) GetGraph(ctx context.Context, params *neptunegraph.GetGraphInput, ...) (*neptunegraph.GetGraphOutput, error)
- func (_m *IClient) GetGraphSnapshot(ctx context.Context, params *neptunegraph.GetGraphSnapshotInput, ...) (*neptunegraph.GetGraphSnapshotOutput, error)
- func (_m *IClient) GetGraphSummary(ctx context.Context, params *neptunegraph.GetGraphSummaryInput, ...) (*neptunegraph.GetGraphSummaryOutput, error)
- func (_m *IClient) GetImportTask(ctx context.Context, params *neptunegraph.GetImportTaskInput, ...) (*neptunegraph.GetImportTaskOutput, error)
- func (_m *IClient) GetPrivateGraphEndpoint(ctx context.Context, params *neptunegraph.GetPrivateGraphEndpointInput, ...) (*neptunegraph.GetPrivateGraphEndpointOutput, error)
- func (_m *IClient) GetQuery(ctx context.Context, params *neptunegraph.GetQueryInput, ...) (*neptunegraph.GetQueryOutput, error)
- func (_m *IClient) ListGraphSnapshots(ctx context.Context, params *neptunegraph.ListGraphSnapshotsInput, ...) (*neptunegraph.ListGraphSnapshotsOutput, error)
- func (_m *IClient) ListGraphs(ctx context.Context, params *neptunegraph.ListGraphsInput, ...) (*neptunegraph.ListGraphsOutput, error)
- func (_m *IClient) ListImportTasks(ctx context.Context, params *neptunegraph.ListImportTasksInput, ...) (*neptunegraph.ListImportTasksOutput, error)
- func (_m *IClient) ListPrivateGraphEndpoints(ctx context.Context, params *neptunegraph.ListPrivateGraphEndpointsInput, ...) (*neptunegraph.ListPrivateGraphEndpointsOutput, error)
- func (_m *IClient) ListQueries(ctx context.Context, params *neptunegraph.ListQueriesInput, ...) (*neptunegraph.ListQueriesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *neptunegraph.ListTagsForResourceInput, ...) (*neptunegraph.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() neptunegraph.Options
- func (_m *IClient) ResetGraph(ctx context.Context, params *neptunegraph.ResetGraphInput, ...) (*neptunegraph.ResetGraphOutput, error)
- func (_m *IClient) RestoreGraphFromSnapshot(ctx context.Context, params *neptunegraph.RestoreGraphFromSnapshotInput, ...) (*neptunegraph.RestoreGraphFromSnapshotOutput, error)
- func (_m *IClient) StartImportTask(ctx context.Context, params *neptunegraph.StartImportTaskInput, ...) (*neptunegraph.StartImportTaskOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *neptunegraph.TagResourceInput, ...) (*neptunegraph.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *neptunegraph.UntagResourceInput, ...) (*neptunegraph.UntagResourceOutput, error)
- func (_m *IClient) UpdateGraph(ctx context.Context, params *neptunegraph.UpdateGraphInput, ...) (*neptunegraph.UpdateGraphOutput, error)
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) 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 ¶
func (_m *IClient) CreateGraphSnapshot(ctx context.Context, params *neptunegraph.CreateGraphSnapshotInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.CreateGraphSnapshotOutput, error)
CreateGraphSnapshot provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateGraphUsingImportTask ¶
func (_m *IClient) CreateGraphUsingImportTask(ctx context.Context, params *neptunegraph.CreateGraphUsingImportTaskInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.CreateGraphUsingImportTaskOutput, error)
CreateGraphUsingImportTask provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreatePrivateGraphEndpoint ¶
func (_m *IClient) CreatePrivateGraphEndpoint(ctx context.Context, params *neptunegraph.CreatePrivateGraphEndpointInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.CreatePrivateGraphEndpointOutput, error)
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 ¶
func (_m *IClient) DeleteGraphSnapshot(ctx context.Context, params *neptunegraph.DeleteGraphSnapshotInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.DeleteGraphSnapshotOutput, error)
DeleteGraphSnapshot provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeletePrivateGraphEndpoint ¶
func (_m *IClient) DeletePrivateGraphEndpoint(ctx context.Context, params *neptunegraph.DeletePrivateGraphEndpointInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.DeletePrivateGraphEndpointOutput, error)
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 ¶
func (_m *IClient) GetPrivateGraphEndpoint(ctx context.Context, params *neptunegraph.GetPrivateGraphEndpointInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.GetPrivateGraphEndpointOutput, error)
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 ¶
func (_m *IClient) ListGraphSnapshots(ctx context.Context, params *neptunegraph.ListGraphSnapshotsInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.ListGraphSnapshotsOutput, error)
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 ¶
func (_m *IClient) ListPrivateGraphEndpoints(ctx context.Context, params *neptunegraph.ListPrivateGraphEndpointsInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.ListPrivateGraphEndpointsOutput, error)
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 ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *neptunegraph.ListTagsForResourceInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.ListTagsForResourceOutput, error)
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 ¶
func (_m *IClient) RestoreGraphFromSnapshot(ctx context.Context, params *neptunegraph.RestoreGraphFromSnapshotInput, optFns ...func(*neptunegraph.Options)) (*neptunegraph.RestoreGraphFromSnapshotOutput, error)
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