Documentation ¶
Overview ¶
Package identitystoremock is a generated GoMock package.
Index ¶
- type MockIdentityStoreAPI
- func (m *MockIdentityStoreAPI) DescribeGroup(arg0 *identitystore.DescribeGroupInput) (*identitystore.DescribeGroupOutput, error)
- func (m *MockIdentityStoreAPI) DescribeGroupRequest(arg0 *identitystore.DescribeGroupInput) (*request.Request, *identitystore.DescribeGroupOutput)
- func (m *MockIdentityStoreAPI) DescribeGroupWithContext(arg0 context.Context, arg1 *identitystore.DescribeGroupInput, ...) (*identitystore.DescribeGroupOutput, error)
- func (m *MockIdentityStoreAPI) DescribeUser(arg0 *identitystore.DescribeUserInput) (*identitystore.DescribeUserOutput, error)
- func (m *MockIdentityStoreAPI) DescribeUserRequest(arg0 *identitystore.DescribeUserInput) (*request.Request, *identitystore.DescribeUserOutput)
- func (m *MockIdentityStoreAPI) DescribeUserWithContext(arg0 context.Context, arg1 *identitystore.DescribeUserInput, ...) (*identitystore.DescribeUserOutput, error)
- func (m *MockIdentityStoreAPI) EXPECT() *MockIdentityStoreAPIMockRecorder
- func (m *MockIdentityStoreAPI) ListGroups(arg0 *identitystore.ListGroupsInput) (*identitystore.ListGroupsOutput, error)
- func (m *MockIdentityStoreAPI) ListGroupsPages(arg0 *identitystore.ListGroupsInput, ...) error
- func (m *MockIdentityStoreAPI) ListGroupsPagesWithContext(arg0 context.Context, arg1 *identitystore.ListGroupsInput, ...) error
- func (m *MockIdentityStoreAPI) ListGroupsRequest(arg0 *identitystore.ListGroupsInput) (*request.Request, *identitystore.ListGroupsOutput)
- func (m *MockIdentityStoreAPI) ListGroupsWithContext(arg0 context.Context, arg1 *identitystore.ListGroupsInput, ...) (*identitystore.ListGroupsOutput, error)
- func (m *MockIdentityStoreAPI) ListUsers(arg0 *identitystore.ListUsersInput) (*identitystore.ListUsersOutput, error)
- func (m *MockIdentityStoreAPI) ListUsersPages(arg0 *identitystore.ListUsersInput, ...) error
- func (m *MockIdentityStoreAPI) ListUsersPagesWithContext(arg0 context.Context, arg1 *identitystore.ListUsersInput, ...) error
- func (m *MockIdentityStoreAPI) ListUsersRequest(arg0 *identitystore.ListUsersInput) (*request.Request, *identitystore.ListUsersOutput)
- func (m *MockIdentityStoreAPI) ListUsersWithContext(arg0 context.Context, arg1 *identitystore.ListUsersInput, ...) (*identitystore.ListUsersOutput, error)
- type MockIdentityStoreAPIMockRecorder
- func (mr *MockIdentityStoreAPIMockRecorder) DescribeGroup(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) DescribeGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) DescribeGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) DescribeUser(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) DescribeUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) DescribeUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListUsersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListUsersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIdentityStoreAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIdentityStoreAPI ¶
type MockIdentityStoreAPI struct {
// contains filtered or unexported fields
}
MockIdentityStoreAPI is a mock of IdentityStoreAPI interface
func NewMockIdentityStoreAPI ¶
func NewMockIdentityStoreAPI(ctrl *gomock.Controller) *MockIdentityStoreAPI
NewMockIdentityStoreAPI creates a new mock instance
func (*MockIdentityStoreAPI) DescribeGroup ¶
func (m *MockIdentityStoreAPI) DescribeGroup(arg0 *identitystore.DescribeGroupInput) (*identitystore.DescribeGroupOutput, error)
DescribeGroup mocks base method
func (*MockIdentityStoreAPI) DescribeGroupRequest ¶
func (m *MockIdentityStoreAPI) DescribeGroupRequest(arg0 *identitystore.DescribeGroupInput) (*request.Request, *identitystore.DescribeGroupOutput)
DescribeGroupRequest mocks base method
func (*MockIdentityStoreAPI) DescribeGroupWithContext ¶
func (m *MockIdentityStoreAPI) DescribeGroupWithContext(arg0 context.Context, arg1 *identitystore.DescribeGroupInput, arg2 ...request.Option) (*identitystore.DescribeGroupOutput, error)
DescribeGroupWithContext mocks base method
func (*MockIdentityStoreAPI) DescribeUser ¶
func (m *MockIdentityStoreAPI) DescribeUser(arg0 *identitystore.DescribeUserInput) (*identitystore.DescribeUserOutput, error)
DescribeUser mocks base method
func (*MockIdentityStoreAPI) DescribeUserRequest ¶
func (m *MockIdentityStoreAPI) DescribeUserRequest(arg0 *identitystore.DescribeUserInput) (*request.Request, *identitystore.DescribeUserOutput)
DescribeUserRequest mocks base method
func (*MockIdentityStoreAPI) DescribeUserWithContext ¶
func (m *MockIdentityStoreAPI) DescribeUserWithContext(arg0 context.Context, arg1 *identitystore.DescribeUserInput, arg2 ...request.Option) (*identitystore.DescribeUserOutput, error)
DescribeUserWithContext mocks base method
func (*MockIdentityStoreAPI) EXPECT ¶
func (m *MockIdentityStoreAPI) EXPECT() *MockIdentityStoreAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIdentityStoreAPI) ListGroups ¶
func (m *MockIdentityStoreAPI) ListGroups(arg0 *identitystore.ListGroupsInput) (*identitystore.ListGroupsOutput, error)
ListGroups mocks base method
func (*MockIdentityStoreAPI) ListGroupsPages ¶
func (m *MockIdentityStoreAPI) ListGroupsPages(arg0 *identitystore.ListGroupsInput, arg1 func(*identitystore.ListGroupsOutput, bool) bool) error
ListGroupsPages mocks base method
func (*MockIdentityStoreAPI) ListGroupsPagesWithContext ¶
func (m *MockIdentityStoreAPI) ListGroupsPagesWithContext(arg0 context.Context, arg1 *identitystore.ListGroupsInput, arg2 func(*identitystore.ListGroupsOutput, bool) bool, arg3 ...request.Option) error
ListGroupsPagesWithContext mocks base method
func (*MockIdentityStoreAPI) ListGroupsRequest ¶
func (m *MockIdentityStoreAPI) ListGroupsRequest(arg0 *identitystore.ListGroupsInput) (*request.Request, *identitystore.ListGroupsOutput)
ListGroupsRequest mocks base method
func (*MockIdentityStoreAPI) ListGroupsWithContext ¶
func (m *MockIdentityStoreAPI) ListGroupsWithContext(arg0 context.Context, arg1 *identitystore.ListGroupsInput, arg2 ...request.Option) (*identitystore.ListGroupsOutput, error)
ListGroupsWithContext mocks base method
func (*MockIdentityStoreAPI) ListUsers ¶
func (m *MockIdentityStoreAPI) ListUsers(arg0 *identitystore.ListUsersInput) (*identitystore.ListUsersOutput, error)
ListUsers mocks base method
func (*MockIdentityStoreAPI) ListUsersPages ¶
func (m *MockIdentityStoreAPI) ListUsersPages(arg0 *identitystore.ListUsersInput, arg1 func(*identitystore.ListUsersOutput, bool) bool) error
ListUsersPages mocks base method
func (*MockIdentityStoreAPI) ListUsersPagesWithContext ¶
func (m *MockIdentityStoreAPI) ListUsersPagesWithContext(arg0 context.Context, arg1 *identitystore.ListUsersInput, arg2 func(*identitystore.ListUsersOutput, bool) bool, arg3 ...request.Option) error
ListUsersPagesWithContext mocks base method
func (*MockIdentityStoreAPI) ListUsersRequest ¶
func (m *MockIdentityStoreAPI) ListUsersRequest(arg0 *identitystore.ListUsersInput) (*request.Request, *identitystore.ListUsersOutput)
ListUsersRequest mocks base method
func (*MockIdentityStoreAPI) ListUsersWithContext ¶
func (m *MockIdentityStoreAPI) ListUsersWithContext(arg0 context.Context, arg1 *identitystore.ListUsersInput, arg2 ...request.Option) (*identitystore.ListUsersOutput, error)
ListUsersWithContext mocks base method
type MockIdentityStoreAPIMockRecorder ¶
type MockIdentityStoreAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIdentityStoreAPIMockRecorder is the mock recorder for MockIdentityStoreAPI
func (*MockIdentityStoreAPIMockRecorder) DescribeGroup ¶
func (mr *MockIdentityStoreAPIMockRecorder) DescribeGroup(arg0 interface{}) *gomock.Call
DescribeGroup indicates an expected call of DescribeGroup
func (*MockIdentityStoreAPIMockRecorder) DescribeGroupRequest ¶
func (mr *MockIdentityStoreAPIMockRecorder) DescribeGroupRequest(arg0 interface{}) *gomock.Call
DescribeGroupRequest indicates an expected call of DescribeGroupRequest
func (*MockIdentityStoreAPIMockRecorder) DescribeGroupWithContext ¶
func (mr *MockIdentityStoreAPIMockRecorder) DescribeGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeGroupWithContext indicates an expected call of DescribeGroupWithContext
func (*MockIdentityStoreAPIMockRecorder) DescribeUser ¶
func (mr *MockIdentityStoreAPIMockRecorder) DescribeUser(arg0 interface{}) *gomock.Call
DescribeUser indicates an expected call of DescribeUser
func (*MockIdentityStoreAPIMockRecorder) DescribeUserRequest ¶
func (mr *MockIdentityStoreAPIMockRecorder) DescribeUserRequest(arg0 interface{}) *gomock.Call
DescribeUserRequest indicates an expected call of DescribeUserRequest
func (*MockIdentityStoreAPIMockRecorder) DescribeUserWithContext ¶
func (mr *MockIdentityStoreAPIMockRecorder) DescribeUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeUserWithContext indicates an expected call of DescribeUserWithContext
func (*MockIdentityStoreAPIMockRecorder) ListGroups ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call
ListGroups indicates an expected call of ListGroups
func (*MockIdentityStoreAPIMockRecorder) ListGroupsPages ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call
ListGroupsPages indicates an expected call of ListGroupsPages
func (*MockIdentityStoreAPIMockRecorder) ListGroupsPagesWithContext ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListGroupsPagesWithContext indicates an expected call of ListGroupsPagesWithContext
func (*MockIdentityStoreAPIMockRecorder) ListGroupsRequest ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call
ListGroupsRequest indicates an expected call of ListGroupsRequest
func (*MockIdentityStoreAPIMockRecorder) ListGroupsWithContext ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListGroupsWithContext indicates an expected call of ListGroupsWithContext
func (*MockIdentityStoreAPIMockRecorder) ListUsers ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call
ListUsers indicates an expected call of ListUsers
func (*MockIdentityStoreAPIMockRecorder) ListUsersPages ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListUsersPages(arg0, arg1 interface{}) *gomock.Call
ListUsersPages indicates an expected call of ListUsersPages
func (*MockIdentityStoreAPIMockRecorder) ListUsersPagesWithContext ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListUsersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListUsersPagesWithContext indicates an expected call of ListUsersPagesWithContext
func (*MockIdentityStoreAPIMockRecorder) ListUsersRequest ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call
ListUsersRequest indicates an expected call of ListUsersRequest
func (*MockIdentityStoreAPIMockRecorder) ListUsersWithContext ¶
func (mr *MockIdentityStoreAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListUsersWithContext indicates an expected call of ListUsersWithContext