mock_admins

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mock_admins is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIAdminRepository

type MockIAdminRepository struct {
	// contains filtered or unexported fields
}

MockIAdminRepository is a mock of IAdminRepository interface.

func NewMockIAdminRepository

func NewMockIAdminRepository(ctrl *gomock.Controller) *MockIAdminRepository

NewMockIAdminRepository creates a new mock instance.

func (*MockIAdminRepository) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIAdminRepository) GetAllUser

func (m *MockIAdminRepository) GetAllUser() ([]users.UserInfo, error)

GetAllUser mocks base method.

func (*MockIAdminRepository) GetSpecifiedUser

func (m *MockIAdminRepository) GetSpecifiedUser(userUUID string) (users.UserInfo, error)

GetSpecifiedUser mocks base method.

func (*MockIAdminRepository) UpdatePageByClubUUIDWithAdmin

func (m *MockIAdminRepository) UpdatePageByClubUUIDWithAdmin(uuid string, args admins.ClubPageUpdateArgsWithAdmin) error

UpdatePageByClubUUIDWithAdmin mocks base method.

func (*MockIAdminRepository) UpdateSpecifiedDomainUser

func (m *MockIAdminRepository) UpdateSpecifiedDomainUser(userUUID, name string) error

UpdateSpecifiedDomainUser mocks base method.

func (*MockIAdminRepository) UpdateSpecifiedGeneralUser

func (m *MockIAdminRepository) UpdateSpecifiedGeneralUser(userUUID string, args admins.UserArgs) error

UpdateSpecifiedGeneralUser mocks base method.

type MockIAdminRepositoryMockRecorder

type MockIAdminRepositoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockIAdminRepositoryMockRecorder is the mock recorder for MockIAdminRepository.

func (*MockIAdminRepositoryMockRecorder) GetAllUser

func (mr *MockIAdminRepositoryMockRecorder) GetAllUser() *gomock.Call

GetAllUser indicates an expected call of GetAllUser.

func (*MockIAdminRepositoryMockRecorder) GetSpecifiedUser

func (mr *MockIAdminRepositoryMockRecorder) GetSpecifiedUser(userUUID interface{}) *gomock.Call

GetSpecifiedUser indicates an expected call of GetSpecifiedUser.

func (*MockIAdminRepositoryMockRecorder) UpdatePageByClubUUIDWithAdmin

func (mr *MockIAdminRepositoryMockRecorder) UpdatePageByClubUUIDWithAdmin(uuid, args interface{}) *gomock.Call

UpdatePageByClubUUIDWithAdmin indicates an expected call of UpdatePageByClubUUIDWithAdmin.

func (*MockIAdminRepositoryMockRecorder) UpdateSpecifiedDomainUser

func (mr *MockIAdminRepositoryMockRecorder) UpdateSpecifiedDomainUser(userUUID, name interface{}) *gomock.Call

UpdateSpecifiedDomainUser indicates an expected call of UpdateSpecifiedDomainUser.

func (*MockIAdminRepositoryMockRecorder) UpdateSpecifiedGeneralUser

func (mr *MockIAdminRepositoryMockRecorder) UpdateSpecifiedGeneralUser(userUUID, args interface{}) *gomock.Call

UpdateSpecifiedGeneralUser indicates an expected call of UpdateSpecifiedGeneralUser.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL