contract

package
v0.0.0-...-9c76002 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package contract is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IUserValueService

type IUserValueService interface {
	MustCheckConditions([]global.ValueCondition) bool
	MustGetCount(valueType valuetype.Value) int64
}

type MockIUserValueService

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

MockIUserValueService is a mock of IUserValueService interface.

func NewMockIUserValueService

func NewMockIUserValueService(ctrl *gomock.Controller) *MockIUserValueService

NewMockIUserValueService creates a new mock instance.

func (*MockIUserValueService) EXPECT

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

func (*MockIUserValueService) MustCheckConditions

func (m *MockIUserValueService) MustCheckConditions(arg0 []global.ValueCondition) bool

MustCheckConditions mocks base method.

func (*MockIUserValueService) MustGetCount

func (m *MockIUserValueService) MustGetCount(valueType valuetype.Value) int64

MustGetCount mocks base method.

type MockIUserValueServiceMockRecorder

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

MockIUserValueServiceMockRecorder is the mock recorder for MockIUserValueService.

func (*MockIUserValueServiceMockRecorder) MustCheckConditions

func (mr *MockIUserValueServiceMockRecorder) MustCheckConditions(arg0 interface{}) *gomock.Call

MustCheckConditions indicates an expected call of MustCheckConditions.

func (*MockIUserValueServiceMockRecorder) MustGetCount

func (mr *MockIUserValueServiceMockRecorder) MustGetCount(valueType interface{}) *gomock.Call

MustGetCount indicates an expected call of MustGetCount.

Jump to

Keyboard shortcuts

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