mocks

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Aug 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) BatchEvaluateFeature

func (_m *IClient) BatchEvaluateFeature(ctx context.Context, params *evidently.BatchEvaluateFeatureInput, optFns ...func(*evidently.Options)) (*evidently.BatchEvaluateFeatureOutput, error)

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

func (*IClient) CreateExperiment

func (_m *IClient) CreateExperiment(ctx context.Context, params *evidently.CreateExperimentInput, optFns ...func(*evidently.Options)) (*evidently.CreateExperimentOutput, error)

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

func (*IClient) CreateFeature

func (_m *IClient) CreateFeature(ctx context.Context, params *evidently.CreateFeatureInput, optFns ...func(*evidently.Options)) (*evidently.CreateFeatureOutput, error)

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

func (*IClient) CreateLaunch

func (_m *IClient) CreateLaunch(ctx context.Context, params *evidently.CreateLaunchInput, optFns ...func(*evidently.Options)) (*evidently.CreateLaunchOutput, error)

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

func (*IClient) CreateProject

func (_m *IClient) CreateProject(ctx context.Context, params *evidently.CreateProjectInput, optFns ...func(*evidently.Options)) (*evidently.CreateProjectOutput, error)

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

func (*IClient) CreateSegment

func (_m *IClient) CreateSegment(ctx context.Context, params *evidently.CreateSegmentInput, optFns ...func(*evidently.Options)) (*evidently.CreateSegmentOutput, error)

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

func (*IClient) DeleteExperiment

func (_m *IClient) DeleteExperiment(ctx context.Context, params *evidently.DeleteExperimentInput, optFns ...func(*evidently.Options)) (*evidently.DeleteExperimentOutput, error)

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

func (*IClient) DeleteFeature

func (_m *IClient) DeleteFeature(ctx context.Context, params *evidently.DeleteFeatureInput, optFns ...func(*evidently.Options)) (*evidently.DeleteFeatureOutput, error)

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

func (*IClient) DeleteLaunch

func (_m *IClient) DeleteLaunch(ctx context.Context, params *evidently.DeleteLaunchInput, optFns ...func(*evidently.Options)) (*evidently.DeleteLaunchOutput, error)

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

func (*IClient) DeleteProject

func (_m *IClient) DeleteProject(ctx context.Context, params *evidently.DeleteProjectInput, optFns ...func(*evidently.Options)) (*evidently.DeleteProjectOutput, error)

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

func (*IClient) DeleteSegment

func (_m *IClient) DeleteSegment(ctx context.Context, params *evidently.DeleteSegmentInput, optFns ...func(*evidently.Options)) (*evidently.DeleteSegmentOutput, error)

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

func (*IClient) EvaluateFeature

func (_m *IClient) EvaluateFeature(ctx context.Context, params *evidently.EvaluateFeatureInput, optFns ...func(*evidently.Options)) (*evidently.EvaluateFeatureOutput, error)

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

func (*IClient) GetExperiment

func (_m *IClient) GetExperiment(ctx context.Context, params *evidently.GetExperimentInput, optFns ...func(*evidently.Options)) (*evidently.GetExperimentOutput, error)

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

func (*IClient) GetExperimentResults

func (_m *IClient) GetExperimentResults(ctx context.Context, params *evidently.GetExperimentResultsInput, optFns ...func(*evidently.Options)) (*evidently.GetExperimentResultsOutput, error)

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

func (*IClient) GetFeature

func (_m *IClient) GetFeature(ctx context.Context, params *evidently.GetFeatureInput, optFns ...func(*evidently.Options)) (*evidently.GetFeatureOutput, error)

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

func (*IClient) GetLaunch

func (_m *IClient) GetLaunch(ctx context.Context, params *evidently.GetLaunchInput, optFns ...func(*evidently.Options)) (*evidently.GetLaunchOutput, error)

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

func (*IClient) GetProject

func (_m *IClient) GetProject(ctx context.Context, params *evidently.GetProjectInput, optFns ...func(*evidently.Options)) (*evidently.GetProjectOutput, error)

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

func (*IClient) GetSegment

func (_m *IClient) GetSegment(ctx context.Context, params *evidently.GetSegmentInput, optFns ...func(*evidently.Options)) (*evidently.GetSegmentOutput, error)

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

func (*IClient) ListExperiments

func (_m *IClient) ListExperiments(ctx context.Context, params *evidently.ListExperimentsInput, optFns ...func(*evidently.Options)) (*evidently.ListExperimentsOutput, error)

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

func (*IClient) ListFeatures

func (_m *IClient) ListFeatures(ctx context.Context, params *evidently.ListFeaturesInput, optFns ...func(*evidently.Options)) (*evidently.ListFeaturesOutput, error)

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

func (*IClient) ListLaunches

func (_m *IClient) ListLaunches(ctx context.Context, params *evidently.ListLaunchesInput, optFns ...func(*evidently.Options)) (*evidently.ListLaunchesOutput, error)

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

func (*IClient) ListProjects

func (_m *IClient) ListProjects(ctx context.Context, params *evidently.ListProjectsInput, optFns ...func(*evidently.Options)) (*evidently.ListProjectsOutput, error)

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

func (*IClient) ListSegmentReferences

func (_m *IClient) ListSegmentReferences(ctx context.Context, params *evidently.ListSegmentReferencesInput, optFns ...func(*evidently.Options)) (*evidently.ListSegmentReferencesOutput, error)

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

func (*IClient) ListSegments

func (_m *IClient) ListSegments(ctx context.Context, params *evidently.ListSegmentsInput, optFns ...func(*evidently.Options)) (*evidently.ListSegmentsOutput, error)

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

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *evidently.ListTagsForResourceInput, optFns ...func(*evidently.Options)) (*evidently.ListTagsForResourceOutput, error)

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) PutProjectEvents

func (_m *IClient) PutProjectEvents(ctx context.Context, params *evidently.PutProjectEventsInput, optFns ...func(*evidently.Options)) (*evidently.PutProjectEventsOutput, error)

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

func (*IClient) StartExperiment

func (_m *IClient) StartExperiment(ctx context.Context, params *evidently.StartExperimentInput, optFns ...func(*evidently.Options)) (*evidently.StartExperimentOutput, error)

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

func (*IClient) StartLaunch

func (_m *IClient) StartLaunch(ctx context.Context, params *evidently.StartLaunchInput, optFns ...func(*evidently.Options)) (*evidently.StartLaunchOutput, error)

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

func (*IClient) StopExperiment

func (_m *IClient) StopExperiment(ctx context.Context, params *evidently.StopExperimentInput, optFns ...func(*evidently.Options)) (*evidently.StopExperimentOutput, error)

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

func (*IClient) StopLaunch

func (_m *IClient) StopLaunch(ctx context.Context, params *evidently.StopLaunchInput, optFns ...func(*evidently.Options)) (*evidently.StopLaunchOutput, error)

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

func (*IClient) TagResource

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

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

func (*IClient) TestSegmentPattern

func (_m *IClient) TestSegmentPattern(ctx context.Context, params *evidently.TestSegmentPatternInput, optFns ...func(*evidently.Options)) (*evidently.TestSegmentPatternOutput, error)

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

func (*IClient) UntagResource

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

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

func (*IClient) UpdateExperiment

func (_m *IClient) UpdateExperiment(ctx context.Context, params *evidently.UpdateExperimentInput, optFns ...func(*evidently.Options)) (*evidently.UpdateExperimentOutput, error)

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

func (*IClient) UpdateFeature

func (_m *IClient) UpdateFeature(ctx context.Context, params *evidently.UpdateFeatureInput, optFns ...func(*evidently.Options)) (*evidently.UpdateFeatureOutput, error)

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

func (*IClient) UpdateLaunch

func (_m *IClient) UpdateLaunch(ctx context.Context, params *evidently.UpdateLaunchInput, optFns ...func(*evidently.Options)) (*evidently.UpdateLaunchOutput, error)

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

func (*IClient) UpdateProject

func (_m *IClient) UpdateProject(ctx context.Context, params *evidently.UpdateProjectInput, optFns ...func(*evidently.Options)) (*evidently.UpdateProjectOutput, error)

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

func (*IClient) UpdateProjectDataDelivery

func (_m *IClient) UpdateProjectDataDelivery(ctx context.Context, params *evidently.UpdateProjectDataDeliveryInput, optFns ...func(*evidently.Options)) (*evidently.UpdateProjectDataDeliveryOutput, error)

UpdateProjectDataDelivery 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