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

func (_m *IClient) CreateGroup(ctx context.Context, params *identitystore.CreateGroupInput, optFns ...func(*identitystore.Options)) (*identitystore.CreateGroupOutput, error)

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

func (*IClient) CreateGroupMembership

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

func (*IClient) CreateUser

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

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

func (*IClient) DeleteGroup

func (_m *IClient) DeleteGroup(ctx context.Context, params *identitystore.DeleteGroupInput, optFns ...func(*identitystore.Options)) (*identitystore.DeleteGroupOutput, error)

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

func (*IClient) DeleteGroupMembership

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

func (*IClient) DeleteUser

func (_m *IClient) DeleteUser(ctx context.Context, params *identitystore.DeleteUserInput, optFns ...func(*identitystore.Options)) (*identitystore.DeleteUserOutput, error)

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

func (*IClient) DescribeGroup

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

func (*IClient) DescribeGroupMembership

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

func (*IClient) DescribeUser

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

func (*IClient) GetGroupId

func (_m *IClient) GetGroupId(ctx context.Context, params *identitystore.GetGroupIdInput, optFns ...func(*identitystore.Options)) (*identitystore.GetGroupIdOutput, error)

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

func (*IClient) GetGroupMembershipId

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

func (*IClient) GetUserId

func (_m *IClient) GetUserId(ctx context.Context, params *identitystore.GetUserIdInput, optFns ...func(*identitystore.Options)) (*identitystore.GetUserIdOutput, error)

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

func (*IClient) IsMemberInGroups

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

func (*IClient) ListGroupMemberships

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

func (*IClient) ListGroupMembershipsForMember

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

func (*IClient) ListGroups

func (_m *IClient) ListGroups(ctx context.Context, params *identitystore.ListGroupsInput, optFns ...func(*identitystore.Options)) (*identitystore.ListGroupsOutput, error)

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

func (*IClient) ListUsers

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

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) UpdateGroup

func (_m *IClient) UpdateGroup(ctx context.Context, params *identitystore.UpdateGroupInput, optFns ...func(*identitystore.Options)) (*identitystore.UpdateGroupOutput, error)

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

func (*IClient) UpdateUser

func (_m *IClient) UpdateUser(ctx context.Context, params *identitystore.UpdateUserInput, optFns ...func(*identitystore.Options)) (*identitystore.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