mock_validation

package
v0.0.0-...-b2f7ccc Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mock_validation is a generated GoMock package.

Package mock_validation is a generated GoMock package.

Package mock_validation is a generated GoMock package.

Package mock_validation is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAdminRequestValidation

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

MockAdminRequestValidation is a mock of AdminRequestValidation interface.

func NewMockAdminRequestValidation

func NewMockAdminRequestValidation(ctrl *gomock.Controller) *MockAdminRequestValidation

NewMockAdminRequestValidation creates a new mock instance.

func (*MockAdminRequestValidation) CreateAdmin

CreateAdmin mocks base method.

func (*MockAdminRequestValidation) DeleteAdmin

DeleteAdmin mocks base method.

func (*MockAdminRequestValidation) EXPECT

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

func (*MockAdminRequestValidation) GetAdmin

GetAdmin mocks base method.

func (*MockAdminRequestValidation) ListAdmin

ListAdmin mocks base method.

func (*MockAdminRequestValidation) UpdateAdminContact

func (m *MockAdminRequestValidation) UpdateAdminContact(req *user.UpdateAdminContactRequest) error

UpdateAdminContact mocks base method.

func (*MockAdminRequestValidation) UpdateAdminPassword

func (m *MockAdminRequestValidation) UpdateAdminPassword(req *user.UpdateAdminPasswordRequest) error

UpdateAdminPassword mocks base method.

func (*MockAdminRequestValidation) UpdateAdminProfile

func (m *MockAdminRequestValidation) UpdateAdminProfile(req *user.UpdateAdminProfileRequest) error

UpdateAdminProfile mocks base method.

func (*MockAdminRequestValidation) UploadAdminThumbnail

func (m *MockAdminRequestValidation) UploadAdminThumbnail(req *user.UploadAdminThumbnailRequest) error

UploadAdminThumbnail mocks base method.

type MockAdminRequestValidationMockRecorder

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

MockAdminRequestValidationMockRecorder is the mock recorder for MockAdminRequestValidation.

func (*MockAdminRequestValidationMockRecorder) CreateAdmin

func (mr *MockAdminRequestValidationMockRecorder) CreateAdmin(req interface{}) *gomock.Call

CreateAdmin indicates an expected call of CreateAdmin.

func (*MockAdminRequestValidationMockRecorder) DeleteAdmin

func (mr *MockAdminRequestValidationMockRecorder) DeleteAdmin(req interface{}) *gomock.Call

DeleteAdmin indicates an expected call of DeleteAdmin.

func (*MockAdminRequestValidationMockRecorder) GetAdmin

func (mr *MockAdminRequestValidationMockRecorder) GetAdmin(req interface{}) *gomock.Call

GetAdmin indicates an expected call of GetAdmin.

func (*MockAdminRequestValidationMockRecorder) ListAdmin

func (mr *MockAdminRequestValidationMockRecorder) ListAdmin(req interface{}) *gomock.Call

ListAdmin indicates an expected call of ListAdmin.

func (*MockAdminRequestValidationMockRecorder) UpdateAdminContact

func (mr *MockAdminRequestValidationMockRecorder) UpdateAdminContact(req interface{}) *gomock.Call

UpdateAdminContact indicates an expected call of UpdateAdminContact.

func (*MockAdminRequestValidationMockRecorder) UpdateAdminPassword

func (mr *MockAdminRequestValidationMockRecorder) UpdateAdminPassword(req interface{}) *gomock.Call

UpdateAdminPassword indicates an expected call of UpdateAdminPassword.

func (*MockAdminRequestValidationMockRecorder) UpdateAdminProfile

func (mr *MockAdminRequestValidationMockRecorder) UpdateAdminProfile(req interface{}) *gomock.Call

UpdateAdminProfile indicates an expected call of UpdateAdminProfile.

func (*MockAdminRequestValidationMockRecorder) UploadAdminThumbnail

func (mr *MockAdminRequestValidationMockRecorder) UploadAdminThumbnail(req interface{}) *gomock.Call

UploadAdminThumbnail indicates an expected call of UploadAdminThumbnail.

type MockAuthRequestValidation

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

MockAuthRequestValidation is a mock of AuthRequestValidation interface.

func NewMockAuthRequestValidation

func NewMockAuthRequestValidation(ctrl *gomock.Controller) *MockAuthRequestValidation

NewMockAuthRequestValidation creates a new mock instance.

func (*MockAuthRequestValidation) CreateAuth

CreateAuth mocks base method.

func (*MockAuthRequestValidation) EXPECT

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

func (*MockAuthRequestValidation) RegisterAuthDevice

func (m *MockAuthRequestValidation) RegisterAuthDevice(req *user.RegisterAuthDeviceRequest) error

RegisterAuthDevice mocks base method.

func (*MockAuthRequestValidation) UpdateAuthAddress

func (m *MockAuthRequestValidation) UpdateAuthAddress(req *user.UpdateAuthAddressRequest) error

UpdateAuthAddress mocks base method.

func (*MockAuthRequestValidation) UpdateAuthEmail

UpdateAuthEmail mocks base method.

func (*MockAuthRequestValidation) UpdateAuthPassword

func (m *MockAuthRequestValidation) UpdateAuthPassword(req *user.UpdateAuthPasswordRequest) error

UpdateAuthPassword mocks base method.

func (*MockAuthRequestValidation) UpdateAuthProfile

func (m *MockAuthRequestValidation) UpdateAuthProfile(req *user.UpdateAuthProfileRequest) error

UpdateAuthProfile mocks base method.

func (*MockAuthRequestValidation) UploadAuthThumbnail

func (m *MockAuthRequestValidation) UploadAuthThumbnail(req *user.UploadAuthThumbnailRequest) error

UploadAuthThumbnail mocks base method.

type MockAuthRequestValidationMockRecorder

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

MockAuthRequestValidationMockRecorder is the mock recorder for MockAuthRequestValidation.

func (*MockAuthRequestValidationMockRecorder) CreateAuth

func (mr *MockAuthRequestValidationMockRecorder) CreateAuth(req interface{}) *gomock.Call

CreateAuth indicates an expected call of CreateAuth.

func (*MockAuthRequestValidationMockRecorder) RegisterAuthDevice

func (mr *MockAuthRequestValidationMockRecorder) RegisterAuthDevice(req interface{}) *gomock.Call

RegisterAuthDevice indicates an expected call of RegisterAuthDevice.

func (*MockAuthRequestValidationMockRecorder) UpdateAuthAddress

func (mr *MockAuthRequestValidationMockRecorder) UpdateAuthAddress(req interface{}) *gomock.Call

UpdateAuthAddress indicates an expected call of UpdateAuthAddress.

func (*MockAuthRequestValidationMockRecorder) UpdateAuthEmail

func (mr *MockAuthRequestValidationMockRecorder) UpdateAuthEmail(req interface{}) *gomock.Call

UpdateAuthEmail indicates an expected call of UpdateAuthEmail.

func (*MockAuthRequestValidationMockRecorder) UpdateAuthPassword

func (mr *MockAuthRequestValidationMockRecorder) UpdateAuthPassword(req interface{}) *gomock.Call

UpdateAuthPassword indicates an expected call of UpdateAuthPassword.

func (*MockAuthRequestValidationMockRecorder) UpdateAuthProfile

func (mr *MockAuthRequestValidationMockRecorder) UpdateAuthProfile(req interface{}) *gomock.Call

UpdateAuthProfile indicates an expected call of UpdateAuthProfile.

func (*MockAuthRequestValidationMockRecorder) UploadAuthThumbnail

func (mr *MockAuthRequestValidationMockRecorder) UploadAuthThumbnail(req interface{}) *gomock.Call

UploadAuthThumbnail indicates an expected call of UploadAuthThumbnail.

type MockChatRequestValidation

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

MockChatRequestValidation is a mock of ChatRequestValidation interface.

func NewMockChatRequestValidation

func NewMockChatRequestValidation(ctrl *gomock.Controller) *MockChatRequestValidation

NewMockChatRequestValidation creates a new mock instance.

func (*MockChatRequestValidation) CreateMessage

CreateMessage mocks base method.

func (*MockChatRequestValidation) CreateRoom

CreateRoom mocks base method.

func (*MockChatRequestValidation) EXPECT

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

func (*MockChatRequestValidation) ListRoom

ListRoom mocks base method.

func (*MockChatRequestValidation) UploadChatImage

UploadChatImage mocks base method.

type MockChatRequestValidationMockRecorder

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

MockChatRequestValidationMockRecorder is the mock recorder for MockChatRequestValidation.

func (*MockChatRequestValidationMockRecorder) CreateMessage

func (mr *MockChatRequestValidationMockRecorder) CreateMessage(req interface{}) *gomock.Call

CreateMessage indicates an expected call of CreateMessage.

func (*MockChatRequestValidationMockRecorder) CreateRoom

func (mr *MockChatRequestValidationMockRecorder) CreateRoom(req interface{}) *gomock.Call

CreateRoom indicates an expected call of CreateRoom.

func (*MockChatRequestValidationMockRecorder) ListRoom

func (mr *MockChatRequestValidationMockRecorder) ListRoom(req interface{}) *gomock.Call

ListRoom indicates an expected call of ListRoom.

func (*MockChatRequestValidationMockRecorder) UploadChatImage

func (mr *MockChatRequestValidationMockRecorder) UploadChatImage(req interface{}) *gomock.Call

UploadChatImage indicates an expected call of UploadChatImage.

type MockUserRequestValidation

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

MockUserRequestValidation is a mock of UserRequestValidation interface.

func NewMockUserRequestValidation

func NewMockUserRequestValidation(ctrl *gomock.Controller) *MockUserRequestValidation

NewMockUserRequestValidation creates a new mock instance.

func (*MockUserRequestValidation) EXPECT

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

func (*MockUserRequestValidation) Follow

Follow mocks base method.

func (*MockUserRequestValidation) GetUser

GetUser mocks base method.

func (*MockUserRequestValidation) GetUserProfile

GetUserProfile mocks base method.

func (*MockUserRequestValidation) ListFollow

ListFollow mocks base method.

func (*MockUserRequestValidation) ListFollower

ListFollower mocks base method.

func (*MockUserRequestValidation) ListUser

ListUser mocks base method.

func (*MockUserRequestValidation) MultiGetUser

MultiGetUser mocks base method.

func (*MockUserRequestValidation) Unfollow

Unfollow mocks base method.

type MockUserRequestValidationMockRecorder

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

MockUserRequestValidationMockRecorder is the mock recorder for MockUserRequestValidation.

func (*MockUserRequestValidationMockRecorder) Follow

func (mr *MockUserRequestValidationMockRecorder) Follow(req interface{}) *gomock.Call

Follow indicates an expected call of Follow.

func (*MockUserRequestValidationMockRecorder) GetUser

func (mr *MockUserRequestValidationMockRecorder) GetUser(req interface{}) *gomock.Call

GetUser indicates an expected call of GetUser.

func (*MockUserRequestValidationMockRecorder) GetUserProfile

func (mr *MockUserRequestValidationMockRecorder) GetUserProfile(req interface{}) *gomock.Call

GetUserProfile indicates an expected call of GetUserProfile.

func (*MockUserRequestValidationMockRecorder) ListFollow

func (mr *MockUserRequestValidationMockRecorder) ListFollow(req interface{}) *gomock.Call

ListFollow indicates an expected call of ListFollow.

func (*MockUserRequestValidationMockRecorder) ListFollower

func (mr *MockUserRequestValidationMockRecorder) ListFollower(req interface{}) *gomock.Call

ListFollower indicates an expected call of ListFollower.

func (*MockUserRequestValidationMockRecorder) ListUser

func (mr *MockUserRequestValidationMockRecorder) ListUser(req interface{}) *gomock.Call

ListUser indicates an expected call of ListUser.

func (*MockUserRequestValidationMockRecorder) MultiGetUser

func (mr *MockUserRequestValidationMockRecorder) MultiGetUser(req interface{}) *gomock.Call

MultiGetUser indicates an expected call of MultiGetUser.

func (*MockUserRequestValidationMockRecorder) Unfollow

func (mr *MockUserRequestValidationMockRecorder) Unfollow(req interface{}) *gomock.Call

Unfollow indicates an expected call of Unfollow.

Jump to

Keyboard shortcuts

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