mock_nameserviceclient

package
v0.5.0-alpha.15 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: nameservice/nameserviceclient/nameserviceclient.go

Generated by this command:

mockgen -source nameservice/nameserviceclient/nameserviceclient.go

Package mock_nameserviceclient is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAnyNsClientService

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

MockAnyNsClientService is a mock of AnyNsClientService interface.

func NewMockAnyNsClientService

func NewMockAnyNsClientService(ctrl *gomock.Controller) *MockAnyNsClientService

NewMockAnyNsClientService creates a new mock instance.

func (*MockAnyNsClientService) AdminFundUserAccount

AdminFundUserAccount mocks base method.

func (*MockAnyNsClientService) AdminRegisterName added in v0.3.33

AdminRegisterName mocks base method.

func (*MockAnyNsClientService) BatchGetNameByAddress added in v0.3.33

BatchGetNameByAddress mocks base method.

func (*MockAnyNsClientService) BatchGetNameByAnyId added in v0.3.33

BatchGetNameByAnyId mocks base method.

func (*MockAnyNsClientService) BatchIsNameAvailable added in v0.3.33

BatchIsNameAvailable mocks base method.

func (*MockAnyNsClientService) CreateOperation

CreateOperation mocks base method.

func (*MockAnyNsClientService) EXPECT

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

func (*MockAnyNsClientService) GetNameByAddress

GetNameByAddress mocks base method.

func (*MockAnyNsClientService) GetNameByAnyId added in v0.3.33

GetNameByAnyId mocks base method.

func (*MockAnyNsClientService) GetOperation

GetOperation mocks base method.

func (*MockAnyNsClientService) GetUserAccount

GetUserAccount mocks base method.

func (*MockAnyNsClientService) Init

func (m *MockAnyNsClientService) Init(a *app.App) error

Init mocks base method.

func (*MockAnyNsClientService) IsNameAvailable

IsNameAvailable mocks base method.

func (*MockAnyNsClientService) Name

func (m *MockAnyNsClientService) Name() string

Name mocks base method.

type MockAnyNsClientServiceBase

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

MockAnyNsClientServiceBase is a mock of AnyNsClientServiceBase interface.

func NewMockAnyNsClientServiceBase

func NewMockAnyNsClientServiceBase(ctrl *gomock.Controller) *MockAnyNsClientServiceBase

NewMockAnyNsClientServiceBase creates a new mock instance.

func (*MockAnyNsClientServiceBase) BatchGetNameByAddress added in v0.3.33

BatchGetNameByAddress mocks base method.

func (*MockAnyNsClientServiceBase) BatchGetNameByAnyId added in v0.3.33

BatchGetNameByAnyId mocks base method.

func (*MockAnyNsClientServiceBase) BatchIsNameAvailable added in v0.3.33

BatchIsNameAvailable mocks base method.

func (*MockAnyNsClientServiceBase) EXPECT

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

func (*MockAnyNsClientServiceBase) GetNameByAddress

GetNameByAddress mocks base method.

func (*MockAnyNsClientServiceBase) GetNameByAnyId added in v0.3.33

GetNameByAnyId mocks base method.

func (*MockAnyNsClientServiceBase) Init

Init mocks base method.

func (*MockAnyNsClientServiceBase) IsNameAvailable

IsNameAvailable mocks base method.

func (*MockAnyNsClientServiceBase) Name

Name mocks base method.

type MockAnyNsClientServiceBaseMockRecorder

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

MockAnyNsClientServiceBaseMockRecorder is the mock recorder for MockAnyNsClientServiceBase.

func (*MockAnyNsClientServiceBaseMockRecorder) BatchGetNameByAddress added in v0.3.33

func (mr *MockAnyNsClientServiceBaseMockRecorder) BatchGetNameByAddress(ctx, in any) *gomock.Call

BatchGetNameByAddress indicates an expected call of BatchGetNameByAddress.

func (*MockAnyNsClientServiceBaseMockRecorder) BatchGetNameByAnyId added in v0.3.33

func (mr *MockAnyNsClientServiceBaseMockRecorder) BatchGetNameByAnyId(ctx, in any) *gomock.Call

BatchGetNameByAnyId indicates an expected call of BatchGetNameByAnyId.

func (*MockAnyNsClientServiceBaseMockRecorder) BatchIsNameAvailable added in v0.3.33

func (mr *MockAnyNsClientServiceBaseMockRecorder) BatchIsNameAvailable(ctx, in any) *gomock.Call

BatchIsNameAvailable indicates an expected call of BatchIsNameAvailable.

func (*MockAnyNsClientServiceBaseMockRecorder) GetNameByAddress

func (mr *MockAnyNsClientServiceBaseMockRecorder) GetNameByAddress(ctx, in any) *gomock.Call

GetNameByAddress indicates an expected call of GetNameByAddress.

func (*MockAnyNsClientServiceBaseMockRecorder) GetNameByAnyId added in v0.3.33

func (mr *MockAnyNsClientServiceBaseMockRecorder) GetNameByAnyId(ctx, in any) *gomock.Call

GetNameByAnyId indicates an expected call of GetNameByAnyId.

func (*MockAnyNsClientServiceBaseMockRecorder) Init

Init indicates an expected call of Init.

func (*MockAnyNsClientServiceBaseMockRecorder) IsNameAvailable

func (mr *MockAnyNsClientServiceBaseMockRecorder) IsNameAvailable(ctx, in any) *gomock.Call

IsNameAvailable indicates an expected call of IsNameAvailable.

func (*MockAnyNsClientServiceBaseMockRecorder) Name

Name indicates an expected call of Name.

type MockAnyNsClientServiceMockRecorder

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

MockAnyNsClientServiceMockRecorder is the mock recorder for MockAnyNsClientService.

func (*MockAnyNsClientServiceMockRecorder) AdminFundUserAccount

func (mr *MockAnyNsClientServiceMockRecorder) AdminFundUserAccount(ctx, in any) *gomock.Call

AdminFundUserAccount indicates an expected call of AdminFundUserAccount.

func (*MockAnyNsClientServiceMockRecorder) AdminRegisterName added in v0.3.33

func (mr *MockAnyNsClientServiceMockRecorder) AdminRegisterName(ctx, in any) *gomock.Call

AdminRegisterName indicates an expected call of AdminRegisterName.

func (*MockAnyNsClientServiceMockRecorder) BatchGetNameByAddress added in v0.3.33

func (mr *MockAnyNsClientServiceMockRecorder) BatchGetNameByAddress(ctx, in any) *gomock.Call

BatchGetNameByAddress indicates an expected call of BatchGetNameByAddress.

func (*MockAnyNsClientServiceMockRecorder) BatchGetNameByAnyId added in v0.3.33

func (mr *MockAnyNsClientServiceMockRecorder) BatchGetNameByAnyId(ctx, in any) *gomock.Call

BatchGetNameByAnyId indicates an expected call of BatchGetNameByAnyId.

func (*MockAnyNsClientServiceMockRecorder) BatchIsNameAvailable added in v0.3.33

func (mr *MockAnyNsClientServiceMockRecorder) BatchIsNameAvailable(ctx, in any) *gomock.Call

BatchIsNameAvailable indicates an expected call of BatchIsNameAvailable.

func (*MockAnyNsClientServiceMockRecorder) CreateOperation

func (mr *MockAnyNsClientServiceMockRecorder) CreateOperation(ctx, in any) *gomock.Call

CreateOperation indicates an expected call of CreateOperation.

func (*MockAnyNsClientServiceMockRecorder) GetNameByAddress

func (mr *MockAnyNsClientServiceMockRecorder) GetNameByAddress(ctx, in any) *gomock.Call

GetNameByAddress indicates an expected call of GetNameByAddress.

func (*MockAnyNsClientServiceMockRecorder) GetNameByAnyId added in v0.3.33

func (mr *MockAnyNsClientServiceMockRecorder) GetNameByAnyId(ctx, in any) *gomock.Call

GetNameByAnyId indicates an expected call of GetNameByAnyId.

func (*MockAnyNsClientServiceMockRecorder) GetOperation

func (mr *MockAnyNsClientServiceMockRecorder) GetOperation(ctx, in any) *gomock.Call

GetOperation indicates an expected call of GetOperation.

func (*MockAnyNsClientServiceMockRecorder) GetUserAccount

func (mr *MockAnyNsClientServiceMockRecorder) GetUserAccount(ctx, in any) *gomock.Call

GetUserAccount indicates an expected call of GetUserAccount.

func (*MockAnyNsClientServiceMockRecorder) Init

Init indicates an expected call of Init.

func (*MockAnyNsClientServiceMockRecorder) IsNameAvailable

func (mr *MockAnyNsClientServiceMockRecorder) IsNameAvailable(ctx, in any) *gomock.Call

IsNameAvailable indicates an expected call of IsNameAvailable.

func (*MockAnyNsClientServiceMockRecorder) Name

Name indicates an expected call of Name.

Jump to

Keyboard shortcuts

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